aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Fix rl78 libgloss port for c99/gcc-14Jeff Law1-1/+2
2023-12-22Fix c6x libgloss port for c99/gcc-14Jeff Law1-0/+2
2023-12-22Fix ft32 libgloss for c99/gcc-14Jeff Law1-0/+1
2023-12-22Fix frv libgloss bits for c99/gcc-14\Jeff Law2-0/+4
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law1-0/+2
2023-12-22Fix v850 libgloss for c99/gcc-14Jeff Law6-4/+10
2023-12-21Fix iq2000 libgloss for c99/gcc-14Jeff Law5-4/+8
2023-12-21Optimize strpbrk.cJeff Johnston1-9/+2
2023-12-21Re: libgloss c99 fixes for mn10300-elfJeff Law7-5/+13
2023-12-20Regenarate libgloss/Makefile.inJeff Johnston1-2/+1
2023-12-20newlib: Fix long double for unsupported rounding modes and exceptionsCraig Blackmore3-2/+16
2023-12-19newlib: libc: Improved the readability of strcspn with minor optimizationXiao Zeng1-4/+2
2023-12-19Fix various v850 problemsJeff Law6-7/+10
2023-12-19libgloss: doc: generate single page & split html manualsMike Frysinger2-2/+16
2023-12-19libgloss: drop $(INCLUDES) when using $(AS)Mike Frysinger6-6/+6
2023-12-19Add generated files for Revert patchJeff Johnston2-23/+5
2023-12-19Revert "Fix libgloss/newlib build to conditionally use top include dir"Mike Frysinger5-47/+1
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin2-8/+8
2023-12-18libgloss fix for bfin portJeff Law1-2/+4
2023-12-16Re: Fix moxie libgloss issues with c99Jeff Law2-0/+6
2023-12-14Fix fr30 libgloss buildJeff Law1-0/+2
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson1-6/+37
2023-12-06libgloss/cris: Make C declarations present and match themHans-Peter Nilsson4-11/+17
2023-12-05Cygwin: fallocate(2): fix debug outputCorinna Vinschen1-1/+1
2023-12-05Cygwin: fallocate(2): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-12-05Cygwin: posix_fallocate(3): fix offset and length sanity checkCorinna Vinschen1-1/+3
2023-12-04pru: libm: Fix incorrect function nameDimitar Dimitrov1-1/+1
2023-12-04RISC-V: Support long double mathKito Cheng4-21/+110
2023-12-04RISC-V: Fix -Wint-conversion warningKito Cheng1-1/+5
2023-12-04Cygwin: fallocate(2): drop useless zeroing pointerCorinna Vinschen1-3/+1
2023-12-03Cygwin: CI: drop IRC notification from AppVeyor via notificoJon Turney1-9/+0
2023-12-02newlib: libc: Fix indentationKuan-Wei Chiu1-12/+12
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu1-2/+4
2023-12-01Cygwin: drop stray fs_info::check_ssd declarationCorinna Vinschen1-2/+0
2023-11-30Cygwin: doc: add missing change to posix_spawnpCorinna Vinschen1-0/+6
2023-11-30Cygwin: sparse support: enable automatic sparsifying of files on SSDsCorinna Vinschen4-2/+11
2023-11-30Cygwin: fs_info: check for SSDCorinna Vinschen2-0/+18
2023-11-30Cygwin: ntdll.h: add missing NtQueryVolumeInformationFile definitionsCorinna Vinschen1-0/+27
2023-11-30Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATIONCorinna Vinschen1-1/+1
2023-11-30Cygwin: revert autoloading of DiscardVirtualMemoryCorinna Vinschen1-0/+1
2023-11-29Cygwin: Add '--names-only' flag to cygcheckJon Turney3-15/+31
2023-11-29RISC-V: Fix timeval conversion in _gettimeofday()Kuan-Wei Chiu1-1/+1
2023-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger2-2/+5
2023-11-28Cygwin: fallocate(2): handle FALLOC_FL_PUNCH_HOLE and FALLOC_FL_ZERO_RANGECorinna Vinschen5-68/+302
2023-11-28Cygwin: pwrite(2): sparsify fileCorinna Vinschen1-0/+20
2023-11-28Cygwin: fallocate(2): fix evaluating return valueCorinna Vinschen1-1/+6
2023-11-28Cygwin: open(2): reset sparseness on O_TRUNCated filesCorinna Vinschen2-0/+12
2023-11-28Cygwin: introduce fallocate(2)Corinna Vinschen7-7/+92
2023-11-28Cygwin: fcntl.h: Use cdefs.h macrosCorinna Vinschen1-6/+5
2023-11-28Cygwin: fhandler: rename ftruncate method to fallocateCorinna Vinschen6-16/+21