aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-17headers: avoid bareword attributesEric Blake1-14/+14
2017-08-16Add RISC-V port for newlibKito Cheng4-2/+15
2017-08-07Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown1-2/+2
2017-08-07Proper locking for getchar() and putchar()Sebastian Huber1-7/+32
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay1-0/+2
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay1-0/+2
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay1-0/+2
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay1-0/+12
2017-08-02Add elf.h to newlibYaakov Selkowitz1-0/+3146
2017-07-26cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen1-4/+3
2017-07-20MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz1-0/+1
2017-07-07Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek1-9/+9
2017-07-05Fixed warnings for some long double complex methodsAditya Upadhyay1-5/+5
2017-07-05Synchronize <strings.h> with latest FreeBSDSebastian Huber2-59/+62
2017-06-30Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz1-4/+17
2017-06-30Add --enable-newlib-global-stdio-streamsSebastian Huber1-0/+6
2017-06-30Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber1-0/+1
2017-06-30Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber1-6/+15
2017-06-29unistd.h: Remove trailing whitespaceDionna Glaze1-1/+1
2017-06-29unistd.h: remove mktempCorinna Vinschen1-1/+0
2017-06-29Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC...Dionna Glaze1-2/+5
2017-06-19string: add strverscmpYaakov Selkowitz1-0/+4
2017-06-19Fix guard for siginfo_t and pthread_t definitionThomas Preud'homme2-8/+12
2017-06-14Export XSI sigpauseYaakov Selkowitz1-1/+13
2017-06-14Feature test macros overhaul: signal.h (part 3)Yaakov Selkowitz1-8/+16
2017-06-14stdio.h: guard function macros with !__cplusplusYaakov Selkowitz1-0/+2
2017-04-17Remove legacy unions which are no longer usedJeff Johnston1-23/+0
2017-04-04Add BSD-specific reallocarray()Sebastian Huber1-0/+2
2017-04-04Renumber copyright clause 4imp1-1/+1
2017-04-04queue.3: Document existing QMD_* macroscem1-0/+39