summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* stdio.h: Don't define unlocked macros using static inline on C++cygwin-2_9_0-releaseCorinna Vinschen2017-09-041-1/+1
* include: fix ffs, fls guardsYaakov Selkowitz2017-08-301-2/+4
* Port strnstr.c to newlib.Sichen Zhao2017-08-251-0/+3
* Revert "headers: avoid bareword attributes" for clangEric Blake2017-08-251-14/+16
* Make _CLOCK_T_ system configurableSebastian Huber2017-08-251-0/+3
* cygwin: Implement renameat2Ken Brown2017-08-191-0/+3
* headers: avoid bareword attributesEric Blake2017-08-171-14/+14
* Add RISC-V port for newlibKito Cheng2017-08-164-2/+15
* Define sigsetjmp/siglongjmp only if __POSIX_VISIBLEKen Brown2017-08-071-2/+2
* Proper locking for getchar() and putchar()Sebastian Huber2017-08-071-7/+32
* Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-021-0/+2
* Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-021-0/+2
* Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2017-08-021-0/+2
* Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2017-08-021-0/+12
* Add elf.h to newlibYaakov Selkowitz2017-08-021-0/+3146
* cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 valueCorinna Vinschen2017-07-261-4/+3
* MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being usednewlib-snapshot-20170720Jozef Lawrynowicz2017-07-201-0/+1
* Rename __in and __out in headers to avoid collision with Windows APIsDavid Macek2017-07-071-9/+9
* Fixed warnings for some long double complex methodsAditya Upadhyay2017-07-051-5/+5
* Synchronize <strings.h> with latest FreeBSDSebastian Huber2017-07-052-59/+62
* Feature test macros overhaul: unistd.h, part 2cygwin-2_8_1-releaseYaakov Selkowitz2017-06-301-4/+17
* Add --enable-newlib-global-stdio-streamsSebastian Huber2017-06-301-0/+6
* Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMSSebastian Huber2017-06-301-0/+1
* Introduce _REENT_GLOBAL_STDIO_STREAMSSebastian Huber2017-06-301-6/+15
* unistd.h: Remove trailing whitespaceDionna Glaze2017-06-291-1/+1
* unistd.h: remove mktempCorinna Vinschen2017-06-291-1/+0
* Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC...Dionna Glaze2017-06-291-2/+5
* string: add strverscmpYaakov Selkowitz2017-06-191-0/+4
* Fix guard for siginfo_t and pthread_t definitionThomas Preud'homme2017-06-192-8/+12
* Export XSI sigpauseYaakov Selkowitz2017-06-141-1/+13
* Feature test macros overhaul: signal.h (part 3)Yaakov Selkowitz2017-06-141-8/+16
* stdio.h: guard function macros with !__cplusplusYaakov Selkowitz2017-06-141-0/+2
* Remove legacy unions which are no longer usedJeff Johnston2017-04-171-23/+0
* Add BSD-specific reallocarray()Sebastian Huber2017-04-041-0/+2
* Renumber copyright clause 4imp2017-04-041-1/+1
* queue.3: Document existing QMD_* macroscem2017-04-041-0/+39
* queue(3): Enhance queue debugging macroscem2017-04-041-5/+37
* Add two new macros, SLIST_CONCAT and LIST_CONCATmckusick2017-04-041-2/+36
* Make the <sys/queue.h> fully usable within C++hselasky2017-04-041-14/+73
* Pass macro arguments properly.hselasky2017-04-041-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZERhselasky2017-04-041-1/+1
* Add new FOREACH_FROM variants for queue(3)lstewart2017-04-041-0/+53
* Renumber copyright clause 4imp2017-04-041-1/+1
* don't use C99 static array indices with older GCC versionsavg2017-04-041-0/+1
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+7
* Remove unused __gnu_inline() attribute.pfg2017-04-041-16/+0
* Addition of clang nullability qualifiers.pfg2017-04-041-0/+8
* Fix C++ includability of crypto headers with static array sizesasomers2017-04-041-0/+14
* Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.dim2017-04-041-1/+2
* Rename __sentinel to __null_sentinelpfg2017-04-041-2/+2