aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2019-02-01scandir: Add support for struct dirent::d_typeSebastian Huber1-1/+4
2019-02-01a) Use strcoll() in opendir() and alphasort()ache1-3/+4
2019-02-01scandir(3) previously used st_sizedas1-53/+31
2019-02-01Remove __P and convert to ANSI prototypes.obrien1-7/+4
2019-02-01Clean up the vcs ID stringsjhb1-3/+2
2019-02-01Renumber copyright clause 4imp1-1/+1
2019-02-01scandir: Update copyright notice from FreeBSDSebastian Huber1-3/+3
2019-02-01General further adoption of SPDX licensing ID tags.pfg1-0/+2
2019-01-23Use nanf() instead of nan() in single-precision float libm math functionsJozef Lawrynowicz4-4/+4
2019-01-23Use HUGE_VALF instead of HUGE_VAL in single-precision float libm math functionsJozef Lawrynowicz16-18/+18
2019-01-23Remove HUGE_VAL definition from libm math functionsJozef Lawrynowicz31-186/+0
2019-01-23Remove matherr, and SVID and X/Open math library configurationsJozef Lawrynowicz75-2298/+405
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 Johnston31-4/+13112
2019-01-13update to Unicode 11.0Thomas Wolff4-93/+159
2019-01-13map WEOF to undefined rather than the control char categoryThomas Wolff1-1/+1
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
2019-01-01Improve performance of memmemWilco Dijkstra2-51/+137
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston106-1068/+1135
2018-12-20RTEMS: Use __uint64_t for __ino_tSebastian Huber1-1/+1
2018-12-20Plug routing sysctl leaks.markj1-1/+5
2018-12-13nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston1-1/+2
2018-12-10Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy1-0/+10
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-26Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson1-19/+43
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra1-0/+1
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber1-1/+1
2018-11-08RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber1-2/+5
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra1-3/+3
2018-11-05newlib/configure.host: Set have_init_fini to no for OpenRISCStafford Horne1-0/+1
2018-10-22Fix posix_memalign() attributesSebastian Huber1-2/+2
2018-10-22RTEMS: Use function and data sectionsSebastian Huber1-0/+1
2018-10-18newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill1-0/+3
2018-10-18Improve performance of strstrWilco Dijkstra1-96/+127
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon1-2/+2
2018-10-11Add generic implementation of fdopendir()Sebastian Huber1-8/+21
2018-10-11Add generic implementation of dirfd()Sebastian Huber3-12/+56
2018-10-11RTEMS: Add struct dirent::d_type memberSebastian Huber1-27/+98
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber8-75/+75
2018-10-11Open a directory with the usual flagsSebastian Huber1-9/+4