aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2024-04-04amdgcn: Implement proper locks: Fix 'newlib/libc/sys/amdgcn/include/sys/lock....Thomas Schwinge1-0/+4
2024-03-25amdgcn: Implement proper locksAndrew Stubbs3-1/+228
2024-03-13libc/include/sys/select.h: Use elif not elifdefJoel Sherrill1-1/+1
2024-03-13RTEMS: Increase FS_SETSIZE to 256 bitsChris Johns1-0/+2
2024-03-11libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IOTorbjörn SVENSSON1-26/+26
2024-02-28Cygwin: add compile warning if ENOSHARE or ECASECLASH is usedChristian Franke1-3/+3
2024-02-24RTEMS: Define ssize_t for <dirent.h>Sebastian Huber1-0/+5
2024-02-21strptime: fix am/pm converting to 24-hour systemAlexey Lapshin1-5/+6
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen1-1/+6
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 Vinschen4-0/+95
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 Frysinger15-306/+306
2024-01-22newlib: docs: print the function indexMike Frysinger1-0/+5
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 Johnston1-2/+2
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 Schwinge3-5/+4
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law1-0/+2
2023-12-21Optimize strpbrk.cJeff Johnston1-9/+2
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-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin1-4/+4
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson1-6/+37
2023-12-04RISC-V: Support long double mathKito Cheng2-1/+66
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-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano1-4/+4
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber3-158/+2
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 Vinschen7-20/+140
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 Vinschen11-263/+312
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-12sparc: Improve setjmp()Sebastian Huber1-0/+2
2023-10-12riscv: Fix fenv.h supportSebastian Huber1-1/+1