Age | Commit message (Expand) | Author | Files | Lines |
2022-07-13 | Define _REENT_EMERGENCY(ptr) only once | Matt Joyce | 1 | -2/+2 |
2022-07-13 | Move content in <sys/reent.h> | Sebastian Huber | 1 | -12/+12 |
2022-07-11 | cdefs.h: Remove redundant #ifdefs | Warner Losh | 1 | -4/+0 |
2022-07-11 | cdefs: Add a default definition for __nosanitizememory | Mark Johnston | 1 | -0/+1 |
2022-07-11 | cdefs: Make __nosanitizeaddress work for KASAN as well | Mark Johnston | 1 | -1/+7 |
2022-07-11 | cdefs.h: Remove __GNUCLIKE___OFFSETOF, it's unused | Warner Losh | 1 | -1/+0 |
2022-07-11 | Expose clang's alignment builtins and use them for roundup2/rounddown2 | Alex Richardson | 1 | -0/+19 |
2022-07-11 | cdefs.h: remove intel_compiler support | Warner Losh | 1 | -22/+12 |
2022-07-08 | Reduce namespace pollution from <sys/_types.h> | Sebastian Huber | 2 | -4/+6 |
2022-07-07 | Cygwin: redefine some macros for Linux compatibility | Ken Brown | 1 | -3/+7 |
2022-06-10 | Use global stdio streams for all configurations | Sebastian Huber | 2 | -114/+11 |
2022-06-08 | Clarify struct _reent comment | Sebastian Huber | 1 | -2/+3 |
2022-05-29 | Cygwin: simplify some function names | Ken Brown | 3 | -17/+3 |
2022-05-18 | newlib: libc: reent.h: remove unnecessary parentheses | Jia-Wei Chen | 1 | -1/+1 |
2022-05-18 | Use global atexit data for all configurations | Sebastian Huber | 2 | -27/+15 |
2022-05-18 | Optional struct _reent::_new::_unused | Sebastian Huber | 1 | -7/+5 |
2022-05-18 | Optional struct _reent::_new::_reent::_unused_rand | Sebastian Huber | 1 | -2/+6 |
2022-05-18 | Optional struct _reent::_unspecified_locale_info | Sebastian Huber | 1 | -7/+9 |
2022-05-18 | Optional struct _reent::__unused_sdidinit | Sebastian Huber | 1 | -9/+15 |
2022-05-18 | Add --enable-newlib-reent-binary-compat | Sebastian Huber | 1 | -0/+6 |
2022-05-13 | Remove __sglue member for one configuration | Matt Joyce | 1 | -4/+4 |
2022-05-13 | Add global __sglue object for all configurations | Matt Joyce | 1 | -0/+2 |
2022-05-13 | stdio: Replace _fwalk_reent() with _fwalk_sglue() | Sebastian Huber | 1 | -0/+3 |
2022-05-13 | Add stdio_exit_handler() | Matt Joyce | 1 | -0/+2 |
2022-05-13 | Add two __sglue initialization macros | Matt Joyce | 1 | -1/+8 |
2022-05-13 | Declare global __sf[] only once | Sebastian Huber | 1 | -2/+4 |
2022-05-04 | Fix ndbm.c build break | Dimitar Dimitrov | 1 | -0/+1 |
2022-05-04 | Remove _global_impure_ptr indirection | Sebastian Huber | 1 | -2/+7 |
2022-05-04 | In <stdio.h> provide only necessary types | Sebastian Huber | 1 | -1/+11 |
2022-05-04 | Revert "sys/types.h: Don't include sys/_stdint.h" | Corinna Vinschen | 3 | -72/+72 |
2022-05-03 | sys/types.h: Don't include sys/_stdint.h | Corinna Vinschen | 3 | -72/+72 |
2022-04-11 | Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2 | Andrea Corallo | 2 | -0/+23 |
2022-02-22 | Make __sdidinit unused | Matt Joyce | 1 | -3/+7 |
2021-12-03 | ldtoa: Import gdtoa from OpenBSD. | Takashi Yano | 2 | -0/+133 |
2021-12-03 | Revert "ctype: use less short names in public header" | Corinna Vinschen | 1 | -35/+32 |
2021-11-29 | stdio: Fix issue of printing "%La" format with large exp part. | Takashi Yano | 1 | -0/+1 |
2021-11-15 | change _COMPILING_NEWLIB to _LIBC | Mike Frysinger | 13 | -20/+20 |
2021-11-13 | newlib: ignore _FORTIFY_SOURCE when building newlib | Mike Frysinger | 1 | -1/+2 |
2021-11-11 | ctype: use less short names in public header | Mike Frysinger | 1 | -32/+35 |
2021-10-27 | Unconditionally declare strsignalcygwin-3_3_0-release | Christian Biesinger via Newlib | 1 | -1/+1 |
2021-10-07 | sys/tree.h: Red child with black sibling rotations | Sebastian Huber | 1 | -2/+41 |
2021-10-05 | sys/tree.h: Add parent rotations | Sebastian Huber | 1 | -4/+39 |
2021-10-05 | sys/tree.h: Simplify chain of conditions | Sebastian Huber | 1 | -1/+1 |
2021-10-05 | sys/tree.h: Simplify loop condition | Sebastian Huber | 1 | -1/+1 |
2021-08-27 | libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__ | Joel Sherrill | 1 | -1/+1 |
2021-08-09 | libc: Added prototypes for new POSIX APIs | Matt Joyce | 1 | -0/+22 |
2021-08-02 | libc: Added implementation for sig2str/str2sig. | Matt Joyce | 1 | -0/+17 |
2021-07-28 | Remove unneccesary parenthesis around declarator | Maxim Blinov | 1 | -1/+1 |
2021-07-22 | libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on MicroBlaze | Alex White | 1 | -1/+1 |
2021-07-12 | Minimal support for ISO/IEC TS 18661-3. | Kito Cheng | 1 | -1/+11 |