| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-29 | ssp: add Object Size Checking for unistd.h, part 1 | Yaakov Selkowitz | 2 | -0/+58 |
| 2017-11-29 | ssp: add Object Size Checking for stdio.h, part 1 | Yaakov Selkowitz | 2 | -0/+105 |
| 2017-11-29 | ssp: add Object Size Checking for strings.h | Yaakov Selkowitz | 2 | -0/+59 |
| 2017-11-29 | ssp: add Object Size Checking for string.h | Yaakov Selkowitz | 2 | -0/+119 |
| 2017-11-29 | ssp: add Object Size Checking common code | Yaakov Selkowitz | 2 | -1/+94 |
| 2017-11-28 | Make __nonnull macro compatible with glibc | Yaakov Selkowitz | 4 | -5/+5 |
| 2017-11-28 | cygwin: define _POSIX_TIMEOUTS | Yaakov Selkowitz | 1 | -1/+1 |
| 2017-11-22 | Add the Aarch64 SVE specific HWCAP_SVE define | Jeff Johnston | 1 | -0/+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-11-03 | Make ffsl() and ffsll() BSD-visible | Sebastian Huber | 1 | -3/+1 |
| 2017-10-13 | New expf, exp2f, logf, log2f and powf implementations | Szabolcs Nagy | 1 | -0/+27 |
| 2017-09-07 | Change time_t to 64-bit by default | Sebastian Huber | 2 | -1/+11 |
| 2017-09-04 | stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-release | Corinna Vinschen | 1 | -1/+1 |
| 2017-08-30 | include: fix ffs, fls guards | Yaakov Selkowitz | 1 | -2/+4 |
| 2017-08-25 | Port strnstr.c to newlib. | Sichen Zhao | 1 | -0/+3 |
| 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-19 | cygwin: Implement renameat2 | Ken Brown | 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 | 4 | -2/+15 |
| 2017-08-07 | Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE | Ken Brown | 1 | -2/+2 |
| 2017-08-07 | Proper locking for getchar() and putchar() | Sebastian Huber | 1 | -7/+32 |
| 2017-08-02 | Importing wcstoumax inttypes method from FreeBSD. | Aditya Upadhyay | 1 | -0/+2 |
| 2017-08-02 | Importing wcstoimax inttypes method from FreeBSD. | Aditya Upadhyay | 1 | -0/+2 |
| 2017-08-02 | Importing strtoumax inttypes method from FreeBSD. | Aditya Upadhyay | 1 | -0/+2 |
| 2017-08-02 | Importing strtoimax inttypes method from FreeBSD. | Aditya Upadhyay | 1 | -0/+12 |
| 2017-08-02 | Add elf.h to newlib | Yaakov Selkowitz | 1 | -0/+3146 |
| 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-07-07 | Rename __in and __out in headers to avoid collision with Windows APIs | David Macek | 1 | -9/+9 |
| 2017-07-05 | Fixed warnings for some long double complex methods | Aditya Upadhyay | 1 | -5/+5 |
| 2017-07-05 | Synchronize <strings.h> with latest FreeBSD | Sebastian Huber | 2 | -59/+62 |
| 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 | string: add strverscmp | Yaakov Selkowitz | 1 | -0/+4 |
| 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-06-14 | stdio.h: guard function macros with !__cplusplus | Yaakov Selkowitz | 1 | -0/+2 |
| 2017-04-17 | Remove legacy unions which are no longer used | Jeff Johnston | 1 | -23/+0 |
| 2017-04-04 | Add BSD-specific reallocarray() | Sebastian Huber | 1 | -0/+2 |
| 2017-04-04 | Renumber copyright clause 4 | imp | 1 | -1/+1 |
| 2017-04-04 | queue.3: Document existing QMD_* macros | cem | 1 | -0/+39 |