summaryrefslogtreecommitdiffstats
path: root/newlib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* FreeBSD compatibility for <sys/select.h>Sebastian Huber2015-12-145-15/+58
* Move fd_stuff from sys/types.h to sys/select.hCorinna Vinschen2015-12-073-46/+94
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-201-0/+1
* Add rpmatch(3)Yaakov Selkowitz2015-11-171-0/+1
* Add support for ARC to newlibAnton Kolesov2015-11-121-0/+4
* Replace __attribute((__warning__())) by __attribute__((deprecated()))Olivier Martin2015-11-061-2/+2
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-191-1/+10
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-191-0/+2
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-191-0/+9
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-131-0/+93
* Synchronize with FreeBSD.Jeff Johnston2015-10-131-22/+138
* Add FreeBSD style changes to sys/cdefs.hJeff Johnston2015-10-131-32/+32
* Define setjmp buffer length for IA64.Nick Clifton2015-10-081-0/+4
* Add support for ft32 to newlib.Jeff Johnston2015-09-042-0/+8
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-291-0/+15
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-272-127/+263
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* Cygwin: Implement siglongjmp and sigsetjmp functions.Corinna Vinschen2015-07-211-2/+9
* Rework handling of basename variantsYaakov Selkowitz2015-07-062-4/+5
* Fix sys/time.h build problem due to inconsistent macro usageCorinna Vinschen2015-07-062-2/+4
* sys/signal.h requires sys/cdefs.hCorinna Vinschen2015-06-221-0/+1
* Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as wellCorinna Vinschen2015-06-201-14/+14
* Preliminary infrastructure to implement alternate stackCorinna Vinschen2015-06-191-6/+7
* Fix comment in sys/wait.hCorinna Vinschen2015-05-281-1/+1
* Revert to exposing sys/select.h from sys/time.h on CygwinCorinna Vinschen2015-05-021-0/+6
* Improve check for int32_t being long or intCorinna Vinschen2015-04-294-32/+41
* Fix basename prototype collision string.h vs libgen.hCorinna Vinschen2015-04-232-12/+26
* Add parens around MIN/MAX values in stdint.h.Corinna Vinschen2015-04-231-71/+71