summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
Commit message (Expand)AuthorAgeFilesLines
...
* Define BSD u_intN_t types indiscriminatelyCorinna Vinschen2016-03-241-17/+14
* Feature test macros overhaul: C++ TR1Yaakov Selkowitz2016-03-231-5/+5
* Drop Cygwin-only posix_memalign prototypeCorinna Vinschen2016-03-231-2/+0
* Guard u_char,u_short,u_int,u_long with __MISC_VISIBLECorinna Vinschen2016-03-231-1/+1
* Fix "/*" within comment warningSebastian Huber2016-03-221-1/+1
* stdio: fseeko/ftello are also POSIX.1-2001Yaakov Selkowitz2016-03-221-1/+1
* pthread.h: Mark pthread_exit() as not returningJoel Sherrill2016-03-221-1/+1
* Add nonnull annotation to posix_memalign.Peter Foley2016-03-211-1/+1
* Feature test macros overhaul: signal.h (part 2)Yaakov Selkowitz2016-03-181-16/+12
* Add arc4random() etc. from OpenBSD 5.8Sebastian Huber2016-03-183-0/+9
* Add timingsafe_memcmp()Sebastian Huber2016-03-181-0/+1
* Add timingsafe_bcmp()Sebastian Huber2016-03-181-0/+1
* Add explicit_bzero()Sebastian Huber2016-03-181-0/+3
* Guard ssize_t definition by _SSIZE_T_DECLAREDSebastian Huber2016-03-181-0/+4
* Feature test macros overhaul: sys/types.hYaakov Selkowitz2016-03-171-4/+7
* Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"Yaakov Selkowitz2016-03-171-0/+2
* Feature test macros overhaul: sys/time.hYaakov Selkowitz2016-03-171-5/+8
* Feature test macros overhaul: sys/stat.hYaakov Selkowitz2016-03-171-10/+6
* Feature test macros overhaul: sys/select.hYaakov Selkowitz2016-03-171-4/+5
* Feature test macros overhaul: wchar.hYaakov Selkowitz2016-03-171-0/+2
* Feature test macros overhaul: unistd.hYaakov Selkowitz2016-03-171-35/+41
* Feature test macros overhaul: time.hYaakov Selkowitz2016-03-171-2/+13
* Feature test macros overhaul: strings.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: string.hYaakov Selkowitz2016-03-171-23/+15
* Feature test macros overhaul: stdlib.hYaakov Selkowitz2016-03-171-46/+52
* Feature test macros overhaul: stdio.hYaakov Selkowitz2016-03-171-33/+45
* Feature test macros overhaul: signal.hYaakov Selkowitz2016-03-172-15/+11
* Feature test macros overhaul: pwd.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: pthread.hYaakov Selkowitz2016-03-171-2/+2
* Feature test macros overhaul: math.hYaakov Selkowitz2016-03-171-20/+23
* Feature test macros overhaul: limits.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: grp.hYaakov Selkowitz2016-03-171-3/+5
* Feature test macros overhaul: fnmatch.hYaakov Selkowitz2016-03-171-3/+3
* Feature test macros overhaul: fcntl.hYaakov Selkowitz2016-03-171-14/+14
* Feature test macros overhaul: dirent.hYaakov Selkowitz2016-03-171-1/+2
* Feature test macros overhaul: ctype.hYaakov Selkowitz2016-03-171-6/+7
* Feature test macros overhaul: sys/features.hYaakov Selkowitz2016-03-173-148/+275
* Use __sputc_r inline code when building with gccCorinna Vinschen2016-03-121-3/+5
* Fix _newlib_version.h logic to support building gcc with newlib.Jeff Johnston2016-02-251-0/+2
* libm/complex: add clog10, clog10fYaakov Selkowitz2016-02-221-0/+5
* pthread.h, sys/types.h Add missing pthread methodsJoel Sherrill2016-02-222-8/+24
* sys/features.h: Update Cygwin POSIX option macrosCorinna Vinschen2016-02-181-34/+34
* Define the newlib version macros in one place: _newlib_version.h.Pieter du Preez2016-02-171-5/+1
* POSIX barrier implementation, take 3Václav Haisman2016-02-132-4/+4
* Remove broken ieeefp.h macrosYaakov Selkowitz2016-02-121-11/+6
* stdio.h: Use __POSIX_VISIBLE etc. guards for POSIX 1003.1:2001 functionsJon Turney2016-02-081-4/+10
* include/grp.h: Remove prototypes of non-standard functionsCorinna Vinschen2016-01-291-5/+0
* grp.h: use __BSD_VISIBLE and __XSI_VISIBLE guardsYaakov Selkowitz2016-01-281-7/+5
* Remove inclusion of sys/select.h in sys/types.h for backward compatCorinna Vinschen2015-12-171-2/+0
* Add _REENT_INIT_PTR_ZEROED()Sebastian Huber2015-12-141-6/+9