aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Cygwin: implement setproctitlegithub/topic/3.6topic/3.6Corinna Vinschen1-0/+8
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen1-2/+2
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen1-0/+3
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen5-0/+116
2024-01-31Hide itoa, utoa, __itoa and __utoa in stdlib.h on Cygwin onlycygwin-3.5.0Christian Franke1-1/+3
2024-01-29ssp: add support for _FORTIFY_SOURCE=3Christian Franke4-8/+23
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger20-436/+436
2024-01-22newlib: docs: print the function indexMike Frysinger2-0/+11
2024-01-22Add Dimitar Dimitrov as maintainer for pruJeff Johnston1-0/+1
2024-01-19fputwc: call __fputwc directlyCorinna Vinschen2-2/+7
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen1-2/+2
2024-01-19ORIENT: avoid "expression has no effect" warningCorinna Vinschen3-3/+3
2024-01-19_fputwc_r: actually return result of __fputwcCorinna Vinschen1-1/+1
2024-01-15Cygwin: introduce close_range(2)Christian Franke1-0/+6
2024-01-08fix strverscmp comparison of digit sequence with non-digitsBrian Inglis1-3/+3
2024-01-02newlib: libc: Improved the readability of strspn with minor optimizationXiao Zeng1-1/+2
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston5-17/+29
2023-12-31Minor improvement to H8 startup codeJeff Law1-18/+12
2023-12-29newlib MMIX: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson10-21/+30
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge4-25/+24
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law1-0/+2
2023-12-21Optimize strpbrk.cJeff Johnston1-9/+2
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-19Add generated files for Revert patchJeff Johnston1-7/+5
2023-12-19Revert "Fix libgloss/newlib build to conditionally use top include dir"Mike Frysinger1-4/+0
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin2-8/+8
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson1-6/+37
2023-12-04pru: libm: Fix incorrect function nameDimitar Dimitrov1-1/+1
2023-12-04RISC-V: Support long double mathKito Cheng4-21/+110
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-11-28newlib: filter out versions from newlib.h to simplify autoreconfMike Frysinger2-2/+5
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber4-189/+13
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen7-20/+0
2023-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen1-0/+5
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen8-21/+159
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano27-12/+43
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns1-0/+11
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen1-1/+4
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen12-265/+467
2023-11-17newlib.hin: regenerateCorinna Vinschen1-0/+12
2023-11-10newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano19-40/+92
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs1-1/+0
2023-10-15newlib: fix AC_DEFINE quoting style with version macrosMike Frysinger1-4/+4
2023-10-12sparc: Improve setjmp()Sebastian Huber1-0/+2
2023-10-12riscv: Fix fenv.h supportSebastian Huber1-1/+1
2023-10-10Delete check in catan, catanf, and catanl functions.Joseph Faulls3-6/+0