aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2018-03-06Make _CLOCKID_T_ system configurableSebastian Huber1-0/+3
2018-03-01Add global stdio streams support for reent small.Our Air Quality1-3/+42
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff1-0/+4
2018-02-02newlib: drop Cygwin license from sys/select.hcygwin-2_10_0-releaseCorinna Vinschen1-11/+0
2018-01-26ssp: do not use __ssp_protected_ symbol prefixesYaakov Selkowitz1-1/+0
2018-01-25Disable powf/log2?f/exp2?f optimization for single-precision Arm FPUThomas Preudhomme1-1/+3
2018-01-19Guard langinfo.h nl_item from multiple typedefsYaakov Selkowitz1-0/+3
2018-01-18RISC-V: Fix alignment issue in sigjmp_bufKito Cheng1-1/+3
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz2-20/+1
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz30-1311/+1255
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz3-32/+28
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-2/+0
2018-01-17ansification: remove _VOLATILE, _SIGNEDYaakov Selkowitz1-4/+0
2018-01-17ansification: remove _VOIDYaakov Selkowitz7-40/+38
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz1-2/+0
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz3-14/+12
2018-01-17ansification: remove _PTRYaakov Selkowitz6-87/+85
2018-01-17ansification: remove _PARAMSYaakov Selkowitz8-294/+288
2018-01-17ansification: remove _NOARGSYaakov Selkowitz1-3/+1
2018-01-17ansification: remove _DOTSYaakov Selkowitz1-2/+0
2018-01-17ansification: remove _CONSTYaakov Selkowitz11-52/+50
2018-01-17ansification: remove _ANDYaakov Selkowitz1-2/+0
2018-01-16Make __always_inline macro compatible with glibcYaakov Selkowitz1-1/+1
2018-01-16cygwin: add LFS_CFLAGS etc. to confstr/getconfYaakov Selkowitz1-0/+4
2017-12-18newlib: Availability of _kill() in sys/signal.hMartin Aberg1-2/+0
2017-12-04ssp: add Object Size Checking for wchar.h, part 1Yaakov Selkowitz2-0/+101
2017-12-01ssp: add Object Size Checking for unistd.h, part 2Yaakov Selkowitz1-2/+42
2017-11-30Feature test macros overhaul: unistd.h, part 3Yaakov Selkowitz1-1/+21
2017-11-30ssp: add Object Size Checking for stdlib.hYaakov Selkowitz2-0/+34
2017-11-30string: add wmempcpyYaakov Selkowitz1-0/+4
2017-11-29ssp: add Object Size Checking for unistd.h, part 1Yaakov Selkowitz2-0/+58
2017-11-29ssp: add Object Size Checking for stdio.h, part 1Yaakov Selkowitz2-0/+105
2017-11-29ssp: add Object Size Checking for strings.hYaakov Selkowitz2-0/+59
2017-11-29ssp: add Object Size Checking for string.hYaakov Selkowitz2-0/+119
2017-11-29ssp: add Object Size Checking common codeYaakov Selkowitz2-1/+94
2017-11-28Make __nonnull macro compatible with glibcYaakov Selkowitz4-5/+5
2017-11-28cygwin: define _POSIX_TIMEOUTSYaakov Selkowitz1-1/+1
2017-11-22Add the Aarch64 SVE specific HWCAP_SVE defineJeff Johnston1-0/+1
2017-11-14Cygwin: fcntl.h: Use test macros to guard non-standard open flagsCorinna Vinschen1-4/+12
2017-11-14Cygwin: fcntl.h: Define O_NOATIMECorinna Vinschen1-0/+2
2017-11-14Cygwin: fcntl.h: Define O_TMPFILE and implement itCorinna Vinschen1-0/+2
2017-11-03Make ffsl() and ffsll() BSD-visibleSebastian Huber1-3/+1
2017-10-13New expf, exp2f, logf, log2f and powf implementationsSzabolcs Nagy1-0/+27
2017-09-07Change time_t to 64-bit by defaultSebastian Huber2-1/+11
2017-09-04stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen1-1/+1
2017-08-30include: fix ffs, fls guardsYaakov Selkowitz1-2/+4
2017-08-25Port strnstr.c to newlib.Sichen Zhao1-0/+3
2017-08-25Revert "headers: avoid bareword attributes" for clangEric Blake1-14/+16
2017-08-25Make _CLOCK_T_ system configurableSebastian Huber1-0/+3
2017-08-19cygwin: Implement renameat2Ken Brown1-0/+3