aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-05aarch64: Import memrchr.SSebastian Huber3-0/+128
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber14-1666/+1226
2023-09-25newlib: Add missing prototype for _getentropyTorbjörn SVENSSON1-0/+1
2023-09-11Reentrancy, attempt to always provide _Thread_local in <sys/reent.h>Pekka Seppänen1-0/+1
2023-09-11Reentrancy, conditionally provide default __getreent() implementationPekka Seppänen1-0/+4
2023-09-11Reentrancy, use _REENT_ERRNO()Pekka Seppänen4-14/+14
2023-08-29libc/stdlib/nano-mallocr.c, typo in variable namePekka Seppänen1-1/+1
2023-08-17newlib: add Xtensa portAlexey Lapshin25-1/+2334
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen1-0/+16
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen1-0/+4
2023-08-09Add stub for getentropyTorbjörn SVENSSON6-0/+71
2023-08-07sys/cdefs.h: introduce __restrict_arr, as in glibcCorinna Vinschen1-0/+13
2023-08-07sys/cdefs.h: fix for use __restrict in C++Sebastian Huber1-9/+7
2023-08-07<sys/cdefs.h>: Decay expression passed to fallbackJohn Baldwin1-1/+4
2023-08-04newlib: gdtoa: Suppress compiler warning.Takashi Yano1-1/+1
2023-08-02sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLECorinna Vinschen1-1/+14
2023-08-02newlib: Fix memory leak regarding gdtoa-based _ldtoa_r().Takashi Yano2-13/+14
2023-07-31Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of"Corinna Vinschen2-12/+0
2023-07-26Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WCCorinna Vinschen1-20/+20
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib3-8/+8
2023-07-26Define _AT_NULL_PATHNAME_ALLOWEDCorinna Vinschen1-5/+6
2023-07-18Fix typo.Jeff Johnston1-1/+1
2023-07-17Change getlogin() to only check stdin being nullJordi Sanfeliu1-2/+0
2023-07-13newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.cAlexey Lapshin2-0/+6
2023-06-21Make SIG2STR_MAX usable in #ifMingye Wang1-2/+2
2023-05-30m68k: disallow unaligned access for m68010 and m68020Remy Bohmer1-1/+1
2023-05-17fix __time_load_locale return codeAlexey Lapshin1-1/+3
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett3-8/+18
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett4-0/+378
2023-05-05Move signgm.c from libc/reent to libm/mathJennifer Averett2-17/+0
2023-04-26Fix _REENT_EMERGENCY() if TLS is enabledSebastian Huber2-2/+2
2023-04-24RTEMS: Add __m68k_read_tp() to crt0.cSebastian Huber1-0/+4