aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2023-10-05aarch64: Import memrchr.SSebastian Huber4-0/+168
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-18newlib: Fix header installAlexey Lapshin2-2/+2
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-29newlib: fix 'sed' for sys headers path prefixAlexey Lapshin2-4/+4
2023-08-17newlib: add Xtensa portAlexey Lapshin42-255/+3646
2023-08-15struct _reent: add state for unicode functionsCorinna Vinschen1-0/+16
2023-08-10Add wildcard support to recurse into sys include directoriesAlexey Lapshin2-46/+32
2023-08-09sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLECorinna Vinschen1-0/+4
2023-08-09Add stub for getentropyTorbjörn SVENSSON7-54/+164
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-27Fix rounding results in lrint() & llrint() when close to 0Jesse Huang via Newlib4-48/+26
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 Newlib42-56/+93
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-22For GCC, newlib combined tree, newlib build-tree testing, use standard search...Thomas Schwinge1-0/+7
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-16Regenerated source for adding non LDBL_EQ_DBLJennifer Averett2-65/+1414
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett43-60/+275
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett83-0/+13182
2023-05-05Regenerated source for moving signgam.cJennifer Averett1-58/+59
2023-05-05Move signgm.c from libc/reent to libm/mathJennifer Averett3-1/+1
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
2023-04-19posix_spawn_file_actions_addfchdir_np: return EBADF on negative fdCorinna Vinschen1-1/+6
2023-04-18Add posix_spawn_file_actions_add{f}chdir_npCorinna Vinschen3-3/+95
2023-04-13Replace always true if with elseAndoni Arregi1-2/+5
2023-04-13Compare j as unsignedAndoni Arregi1-1/+1
2023-04-13Fix x close to 1, y between 2^31 and 2^64Andoni Arregi1-2/+2
2023-04-13Fix missing sign for overflow/underflow where x is negative and y is large od...Andoni Arregi1-19/+18
2023-03-30Bump newlib version in the manual to 4.3.0Tobias Burnus2-4/+4
2023-03-24newlocale: set errno to ENOENT if __loadlocale failsCorinna Vinschen1-1/+4
2023-03-16Cygwin: add support for GB18030 codesetCorinna Vinschen2-4/+13
2023-03-03arm: Restrict processor mode change when in hypervisor modeSrinath Parvathaneni1-7/+7
2023-03-03arm: Fix the SP used in setting stack limit for standalone application.Srinath Parvathaneni1-2/+1