aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)Author
40 hoursarc: libc: Record r58/r59 in long-jump's bufferShahab Vahedi
40 hoursarc: libc, libgloss: Remove .file directive from .S filesYuriy Kolerov
40 hoursarc: libc: Add support of 16-entry register fileClaudiu Zissulescu
2024-04-04amdgcn: Implement proper locks: Fix 'newlib/libc/sys/amdgcn/include/sys/lock....Thomas Schwinge
2024-03-25amdgcn: Implement proper locksAndrew Stubbs
2024-03-13libc/include/sys/select.h: Use elif not elifdefJoel Sherrill
2024-03-13RTEMS: Increase FS_SETSIZE to 256 bitsChris Johns
2024-03-11libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IOTorbjörn SVENSSON
2024-02-28Cygwin: add compile warning if ENOSHARE or ECASECLASH is usedChristian Franke
2024-02-24RTEMS: Define ssize_t for <dirent.h>Sebastian Huber
2024-02-21strptime: fix am/pm converting to 24-hour systemAlexey Lapshin
2024-02-05getlocalename_l: fix _reent for _REENT_SMALL targetsCorinna Vinschen
2024-01-31Cygwin: implement setproctitletopic/3.6Corinna Vinschen
2024-01-31sys/stat.h: drop __INSIDE_CYGWIN__ guardsCorinna Vinschen
2024-01-31Cygwin: posix_getdents: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen
2024-01-31getlocalename_l: implement per SUS Base Specifications Issue 8 draftCorinna Vinschen
2024-01-31Hide itoa, utoa, __itoa and __utoa in stdlib.h on Cygwin onlycygwin-3.5.0Christian Franke
2024-01-29ssp: add support for _FORTIFY_SOURCE=3Christian Franke
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger
2024-01-22newlib: docs: print the function indexMike Frysinger
2024-01-19fputwc: call __fputwc directlyCorinna Vinschen
2024-01-19memccpy: fix pointer assignmentCorinna Vinschen
2024-01-19ORIENT: avoid "expression has no effect" warningCorinna Vinschen
2024-01-19_fputwc_r: actually return result of __fputwcCorinna Vinschen
2024-01-15Cygwin: introduce close_range(2)Christian Franke
2024-01-08fix strverscmp comparison of digit sequence with non-digitsBrian Inglis
2024-01-02newlib: libc: Improved the readability of strspn with minor optimizationXiao Zeng
2023-12-31Changes for newlib 4.4.0 snapshotnewlib-4.4.0Jeff Johnston
2023-12-31Minor improvement to H8 startup codeJeff Law
2023-12-29newlib MMIX: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge
2023-12-22Fix newlib H8/300 bits for C99/gcc-14Jeff Law
2023-12-21Optimize strpbrk.cJeff Johnston
2023-12-19newlib: libc: Improved the readability of strcspn with minor optimizationXiao Zeng
2023-12-19Fix various v850 problemsJeff Law
2023-12-19Remove curly braces in `@author` tag in .texi filesFreddie Chopin
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson
2023-12-04RISC-V: Support long double mathKito Cheng
2023-12-02newlib: libc: Fix indentationKuan-Wei Chiu
2023-12-01newlib: libc: Fix memory leak in computematchjumps()Kuan-Wei Chiu
2023-11-24newlib: nl_langinfo: Fix a bug of time stuff.Takashi Yano
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber
2023-11-20stdio: drop unnecessary calls to ORIENTCorinna Vinschen
2023-11-20stdio: set and test stream orientation in low-level input function __srget_rCorinna Vinschen
2023-11-20stdio: split byte- and wide-char-oriented low-level output functionsCorinna Vinschen
2023-11-20stdio: Fix bugs in commit 3d94e07c49b5Takashi Yano
2023-11-20Reclaim _REENT_MP_P5S in _reclaim_reentChris Johns
2023-11-17__sfvwrite_r: call __sputc_r rather than putc in __SCLE caseCorinna Vinschen
2023-11-17v{fs}printf/v{fs}wprintf: create external output helpersCorinna Vinschen
2023-11-10newlib: libc: Fix crash on fprintf to a wide-oriented stream.Takashi Yano