| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-01-18 | ansification: unifdef -D__STDC__ libc/include | Yaakov Selkowitz | 1 | -50/+0 |
| 2018-01-17 | ansification: remove _EXFUN, _EXFUN_NOTHROW | Yaakov Selkowitz | 8 | -206/+205 |
| 2018-01-17 | ansification: remove _EXFNPTR, _EXPARM | Yaakov Selkowitz | 1 | -15/+15 |
| 2018-01-17 | ansification: remove _VOID | Yaakov Selkowitz | 2 | -2/+2 |
| 2018-01-17 | ansification: remove _CAST_VOID | Yaakov Selkowitz | 2 | -12/+12 |
| 2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 1 | -11/+11 |
| 2018-01-17 | ansification: remove _PARAMS | Yaakov Selkowitz | 4 | -12/+12 |
| 2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 3 | -8/+8 |
| 2018-01-16 | Make __always_inline macro compatible with glibc | Yaakov Selkowitz | 1 | -1/+1 |
| 2018-01-16 | cygwin: add LFS_CFLAGS etc. to confstr/getconf | Yaakov Selkowitz | 1 | -0/+4 |
| 2017-12-18 | newlib: Availability of _kill() in sys/signal.h | Martin Aberg | 1 | -2/+0 |
| 2017-11-30 | Feature test macros overhaul: unistd.h, part 3 | Yaakov Selkowitz | 1 | -1/+21 |
| 2017-11-29 | ssp: add Object Size Checking for unistd.h, part 1 | Yaakov Selkowitz | 1 | -0/+5 |
| 2017-11-29 | ssp: add Object Size Checking common code | Yaakov Selkowitz | 1 | -1/+17 |
| 2017-11-28 | Make __nonnull macro compatible with glibc | Yaakov Selkowitz | 1 | -1/+1 |
| 2017-11-28 | cygwin: define _POSIX_TIMEOUTS | Yaakov Selkowitz | 1 | -1/+1 |
| 2017-11-14 | Cygwin: fcntl.h: Use test macros to guard non-standard open flags | Corinna Vinschen | 1 | -4/+12 |
| 2017-11-14 | Cygwin: fcntl.h: Define O_NOATIME | Corinna Vinschen | 1 | -0/+2 |
| 2017-11-14 | Cygwin: fcntl.h: Define O_TMPFILE and implement it | Corinna Vinschen | 1 | -0/+2 |
| 2017-09-07 | Change time_t to 64-bit by default | Sebastian Huber | 2 | -1/+11 |
| 2017-08-25 | Revert "headers: avoid bareword attributes" for clang | Eric Blake | 1 | -14/+16 |
| 2017-08-25 | Make _CLOCK_T_ system configurable | Sebastian Huber | 1 | -0/+3 |
| 2017-08-17 | headers: avoid bareword attributes | Eric Blake | 1 | -14/+14 |
| 2017-08-16 | Add RISC-V port for newlib | Kito Cheng | 1 | -1/+1 |
| 2017-07-26 | cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value | Corinna Vinschen | 1 | -4/+3 |
| 2017-07-20 | MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720 | Jozef Lawrynowicz | 1 | -0/+1 |
| 2017-06-30 | Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-release | Yaakov Selkowitz | 1 | -4/+17 |
| 2017-06-30 | Add --enable-newlib-global-stdio-streams | Sebastian Huber | 1 | -0/+6 |
| 2017-06-30 | Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS | Sebastian Huber | 1 | -0/+1 |
| 2017-06-30 | Introduce _REENT_GLOBAL_STDIO_STREAMS | Sebastian Huber | 1 | -6/+15 |
| 2017-06-29 | unistd.h: Remove trailing whitespace | Dionna Glaze | 1 | -1/+1 |
| 2017-06-29 | unistd.h: remove mktemp | Corinna Vinschen | 1 | -1/+0 |
| 2017-06-29 | Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC... | Dionna Glaze | 1 | -2/+5 |
| 2017-06-19 | Fix guard for siginfo_t and pthread_t definition | Thomas Preud'homme | 2 | -8/+12 |
| 2017-06-14 | Export XSI sigpause | Yaakov Selkowitz | 1 | -1/+13 |
| 2017-06-14 | Feature test macros overhaul: signal.h (part 3) | Yaakov Selkowitz | 1 | -8/+16 |
| 2017-04-04 | Renumber copyright clause 4 | imp | 1 | -1/+1 |
| 2017-04-04 | queue.3: Document existing QMD_* macros | cem | 1 | -0/+39 |
| 2017-04-04 | queue(3): Enhance queue debugging macros | cem | 1 | -5/+37 |
| 2017-04-04 | Add two new macros, SLIST_CONCAT and LIST_CONCAT | mckusick | 1 | -2/+36 |
| 2017-04-04 | Make the <sys/queue.h> fully usable within C++ | hselasky | 1 | -14/+73 |
| 2017-04-04 | Pass macro arguments properly. | hselasky | 1 | -2/+2 |
| 2017-04-04 | Fix order of arguments in the TRACEBUF_INITIALIZER | hselasky | 1 | -1/+1 |
| 2017-04-04 | Add new FOREACH_FROM variants for queue(3) | lstewart | 1 | -0/+53 |
| 2017-04-04 | Renumber copyright clause 4 | imp | 1 | -1/+1 |
| 2017-04-04 | don't use C99 static array indices with older GCC versions | avg | 1 | -0/+1 |
| 2017-04-04 | Addition of clang nullability qualifiers. | pfg | 1 | -0/+7 |
| 2017-04-04 | Remove unused __gnu_inline() attribute. | pfg | 1 | -16/+0 |
| 2017-04-04 | Addition of clang nullability qualifiers. | pfg | 1 | -0/+8 |
| 2017-04-04 | Fix C++ includability of crypto headers with static array sizes | asomers | 1 | -0/+14 |