Age | Commit message (Expand) | Author | Files | Lines |
2018-03-06 | Make _CLOCKID_T_ system configurable | Sebastian Huber | 1 | -0/+3 |
2018-03-01 | Add global stdio streams support for reent small. | Our Air Quality | 1 | -3/+42 |
2018-02-16 | Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr... | Jaap de Wolff | 1 | -0/+4 |
2018-02-02 | newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-release | Corinna Vinschen | 1 | -11/+0 |
2018-01-26 | ssp: do not use __ssp_protected_ symbol prefixes | Yaakov Selkowitz | 1 | -1/+0 |
2018-01-25 | Disable powf/log2?f/exp2?f optimization for single-precision Arm FPU | Thomas Preudhomme | 1 | -1/+3 |
2018-01-19 | Guard langinfo.h nl_item from multiple typedefs | Yaakov Selkowitz | 1 | -0/+3 |
2018-01-18 | RISC-V: Fix alignment issue in sigjmp_buf | Kito Cheng | 1 | -1/+3 |
2018-01-17 | ansification: remove _HAVE_STDC | Yaakov Selkowitz | 2 | -20/+1 |
2018-01-17 | ansification: remove _EXFUN, _EXFUN_NOTHROW | Yaakov Selkowitz | 30 | -1311/+1255 |
2018-01-17 | ansification: remove _EXFNPTR, _EXPARM | Yaakov Selkowitz | 3 | -32/+28 |
2018-01-17 | ansification: remove _DEFUN | Yaakov Selkowitz | 1 | -2/+0 |
2018-01-17 | ansification: remove _VOLATILE, _SIGNED | Yaakov Selkowitz | 1 | -4/+0 |
2018-01-17 | ansification: remove _VOID | Yaakov Selkowitz | 7 | -40/+38 |
2018-01-17 | ansification: remove _DEFUN_VOID | Yaakov Selkowitz | 1 | -2/+0 |
2018-01-17 | ansification: remove _CAST_VOID | Yaakov Selkowitz | 3 | -14/+12 |
2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 6 | -87/+85 |
2018-01-17 | ansification: remove _PARAMS | Yaakov Selkowitz | 8 | -294/+288 |
2018-01-17 | ansification: remove _NOARGS | Yaakov Selkowitz | 1 | -3/+1 |
2018-01-17 | ansification: remove _DOTS | Yaakov Selkowitz | 1 | -2/+0 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 11 | -52/+50 |
2018-01-17 | ansification: remove _AND | Yaakov Selkowitz | 1 | -2/+0 |
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-12-04 | ssp: add Object Size Checking for wchar.h, part 1 | Yaakov Selkowitz | 2 | -0/+101 |
2017-12-01 | ssp: add Object Size Checking for unistd.h, part 2 | Yaakov Selkowitz | 1 | -2/+42 |
2017-11-30 | Feature test macros overhaul: unistd.h, part 3 | Yaakov Selkowitz | 1 | -1/+21 |
2017-11-30 | ssp: add Object Size Checking for stdlib.h | Yaakov Selkowitz | 2 | -0/+34 |
2017-11-30 | string: add wmempcpy | Yaakov Selkowitz | 1 | -0/+4 |
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 |