Age | Commit message (Expand) | Author | Files | Lines |
2023-11-24 | newlib: nl_langinfo: Fix a bug of time stuff. | Takashi Yano | 1 | -4/+4 |
2023-11-21 | aarch64: Remove duplicated optimized memmove() | Sebastian Huber | 4 | -189/+13 |
2023-11-20 | stdio: drop unnecessary calls to ORIENT | Corinna Vinschen | 7 | -20/+0 |
2023-11-20 | stdio: set and test stream orientation in low-level input function __srget_r | Corinna Vinschen | 1 | -0/+5 |
2023-11-20 | stdio: split byte- and wide-char-oriented low-level output functions | Corinna Vinschen | 8 | -21/+159 |
2023-11-20 | stdio: Fix bugs in commit 3d94e07c49b5 | Takashi Yano | 27 | -12/+43 |
2023-11-20 | Reclaim _REENT_MP_P5S in _reclaim_reent | Chris Johns | 1 | -0/+11 |
2023-11-17 | __sfvwrite_r: call __sputc_r rather than putc in __SCLE case | Corinna Vinschen | 1 | -1/+4 |
2023-11-17 | v{fs}printf/v{fs}wprintf: create external output helpers | Corinna Vinschen | 12 | -265/+467 |
2023-11-17 | newlib.hin: regenerate | Corinna Vinschen | 1 | -0/+12 |
2023-11-10 | newlib: libc: Fix crash on fprintf to a wide-oriented stream. | Takashi Yano | 19 | -40/+92 |
2023-10-31 | amdgcn: remove unnecessary scalar cache flush | Andrew Stubbs | 1 | -1/+0 |
2023-10-15 | newlib: fix AC_DEFINE quoting style with version macros | Mike Frysinger | 1 | -4/+4 |
2023-10-12 | sparc: Improve setjmp() | Sebastian Huber | 1 | -0/+2 |
2023-10-12 | riscv: Fix fenv.h support | Sebastian Huber | 1 | -1/+1 |
2023-10-10 | Delete check in catan, catanf, and catanl functions. | Joseph Faulls | 3 | -6/+0 |
2023-10-05 | aarch64: Import memrchr.S | Sebastian Huber | 4 | -0/+168 |
2023-10-05 | aarch64: Sync with ARM-software/optimized-routines | Sebastian Huber | 14 | -1666/+1226 |
2023-09-25 | newlib: Add missing prototype for _getentropy | Torbjörn SVENSSON | 1 | -0/+1 |
2023-09-18 | newlib: Fix header install | Alexey Lapshin | 2 | -2/+2 |
2023-09-11 | Reentrancy, attempt to always provide _Thread_local in <sys/reent.h> | Pekka Seppänen | 1 | -0/+1 |
2023-09-11 | Reentrancy, conditionally provide default __getreent() implementation | Pekka Seppänen | 1 | -0/+4 |
2023-09-11 | Reentrancy, use _REENT_ERRNO() | Pekka Seppänen | 4 | -14/+14 |
2023-08-29 | libc/stdlib/nano-mallocr.c, typo in variable name | Pekka Seppänen | 1 | -1/+1 |
2023-08-29 | newlib: fix 'sed' for sys headers path prefix | Alexey Lapshin | 2 | -4/+4 |
2023-08-17 | newlib: add Xtensa port | Alexey Lapshin | 42 | -255/+3646 |
2023-08-15 | struct _reent: add state for unicode functions | Corinna Vinschen | 1 | -0/+16 |
2023-08-10 | Add wildcard support to recurse into sys include directories | Alexey Lapshin | 2 | -46/+32 |
2023-08-09 | sys/unistd.h: define GNU extensions SEEK_DATA and SEEK_HOLE | Corinna Vinschen | 1 | -0/+4 |
2023-08-09 | Add stub for getentropy | Torbjörn SVENSSON | 7 | -54/+164 |
2023-08-07 | sys/cdefs.h: introduce __restrict_arr, as in glibc | Corinna Vinschen | 1 | -0/+13 |
2023-08-07 | sys/cdefs.h: fix for use __restrict in C++ | Sebastian Huber | 1 | -9/+7 |
2023-08-07 | <sys/cdefs.h>: Decay expression passed to fallback | John Baldwin | 1 | -1/+4 |
2023-08-04 | newlib: gdtoa: Suppress compiler warning. | Takashi Yano | 1 | -1/+1 |
2023-08-02 | sys/features.h: Define _ISOC2X_SOURCE and __ISO_C_VISIBLE | Corinna Vinschen | 1 | -1/+14 |
2023-08-02 | newlib: Fix memory leak regarding gdtoa-based _ldtoa_r(). | Takashi Yano | 2 | -13/+14 |
2023-07-31 | Revert "* libc/stdlib/mbtowc_r.c (__ascii_mbtowc): Disallow conversion of" | Corinna Vinschen | 2 | -12/+0 |
2023-07-27 | Fix rounding results in lrint() & llrint() when close to 0 | Jesse Huang via Newlib | 4 | -48/+26 |
2023-07-26 | Rename _NL_CTYPE_OUTDIGITSx_MB/WC to _NL_CTYPE_OUTDIGITx_MB/WC | Corinna Vinschen | 1 | -20/+20 |
2023-07-26 | RISC-V: Support Zfinx/Zdinx extension. | Kito Cheng via Newlib | 42 | -56/+93 |
2023-07-26 | Define _AT_NULL_PATHNAME_ALLOWED | Corinna Vinschen | 1 | -5/+6 |
2023-07-18 | Fix typo. | Jeff Johnston | 1 | -1/+1 |
2023-07-17 | Change getlogin() to only check stdin being null | Jordi Sanfeliu | 1 | -2/+0 |
2023-07-13 | newlib: posix: add HAVE_OPENDIR build condition for [n]ftw.c | Alexey Lapshin | 2 | -0/+6 |
2023-06-22 | For GCC, newlib combined tree, newlib build-tree testing, use standard search... | Thomas Schwinge | 1 | -0/+7 |
2023-06-21 | Make SIG2STR_MAX usable in #if | Mingye Wang | 1 | -2/+2 |
2023-05-30 | m68k: disallow unaligned access for m68010 and m68020 | Remy Bohmer | 1 | -1/+1 |
2023-05-17 | fix __time_load_locale return code | Alexey Lapshin | 1 | -1/+3 |
2023-05-16 | Regenerated source for adding non LDBL_EQ_DBL | Jennifer Averett | 2 | -65/+1414 |
2023-05-16 | newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64 | Jennifer Averett | 43 | -60/+275 |