aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/include
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz1-39/+0
2019-01-22time.h: Add CLOCK_REALTIME_ALARM/CLOCK_BOOTTIME_ALARMCorinna Vinschen1-8/+12
2019-01-15AMD GCN Port contributed by Andrew Stubbs <ams@codesourcery.com>Jeff Johnston2-0/+8
2019-01-07fcntl.h: expose AT_EMPTY_PATH with _GNU_SOURCE onlyCorinna Vinschen1-0/+2
2019-01-07Cygwin: linkat: support Linux-specific AT_EMPTY_PATH flagCorinna Vinschen1-0/+1
2019-01-07Cygwin: open: support Linux-specific O_PATH flagCorinna Vinschen1-0/+2
2018-12-04sys/time.h: Remove KASSERTSebastian Huber1-12/+0
2018-12-04Ensure that all values of ns, us and ms workimp1-7/+52
2018-12-04When converting ns,us,ms to sbt, return the ceil()imp1-3/+7
2018-12-04Correct a misplaced closing paren.ian1-3/+3
2018-12-04sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-12-04Add inline functions to convert between sbintime_tian1-7/+52
2018-12-04Renumber copyright clause 4imp1-1/+1
2018-11-29stdio.h: Expose cuserid with __GNU_VISIBLECorinna Vinschen1-1/+1
2018-11-29time.h: Introduce Linux-specific CLOCK id valuesCorinna Vinschen1-4/+18
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber1-1/+1
2018-10-22Fix posix_memalign() attributesSebastian Huber1-2/+2
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber1-6/+75
2018-10-11Make some standard open() flags visibleSebastian Huber1-21/+27
2018-10-10Add attributes to malloc-like functionsSebastian Huber4-6/+7
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard1-0/+9
2018-09-06Include sys/syslimits.h in limits.hKeith Packard1-0/+1
2018-08-29Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe1-8/+7
2018-08-24This commit brings in a new refactored TCP stack called Rack.rrs1-0/+11
2018-08-24Add __nl_item to <sys/_types.h> and use itSebastian Huber2-4/+4
2018-08-07Declare GNU-specific sched_getcpu()Sebastian Huber1-0/+4
2018-07-30Add attributes to allocator functionsSebastian Huber1-4/+5
2018-07-30FreeBSD compat. __alloc_size(), __alloc_align()Sebastian Huber2-5/+5
2018-07-30Define a new __alloc_size2 attribute to complement the exiting support.pfg1-0/+2
2018-07-30Remove lint support from system headers and MD x86 headers.kib1-15/+3
2018-07-30sys: further adoption of SPDX licensing ID tags.pfg1-0/+2
2018-07-30Make _Static_assert() work with GCC in older C++ standards.ed@FreeBSD.org1-1/+1
2018-07-25Cygwin: define _POSIX_ASYNCHRONOUS_IOYaakov Selkowitz1-1/+1
2018-07-06Move __HAVE_FAST_FMA to math_config.hSzabolcs Nagy1-23/+0
2018-06-27newlib: enable new math functions on CygwinCorinna Vinschen1-0/+4
2018-06-27New log implementationSzabolcs Nagy1-0/+23
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler1-1/+2
2018-04-13Add nvptx port.Jeff Johnston1-0/+4
2018-03-15Correct prototypes of pthread_mutex_getprioceiling() and pthread_setschedparam()Joel Sherrill1-2/+2
2018-03-14ssp: fix wchar.h with -std=c99Yaakov Selkowitz1-2/+2
2018-03-14Fix alloc_align and alloc_size macros for multiple argumentsYaakov Selkowitz2-4/+4
2018-03-13Correct alloc_size annotation on reallocarray()Jon Turney1-2/+1
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