aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-11Make some standard open() flags visibleSebastian Huber1-21/+27
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen2-8/+9
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen1-1/+1
2018-10-10Implement nanl in newlib onlyCorinna Vinschen1-0/+6
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen2-3/+3
2018-10-10Add attributes to malloc-like functionsSebastian Huber4-6/+7
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon1-5/+8
2018-10-05Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.Christophe Lyon1-0/+3
2018-10-05 [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon1-4/+4
2018-09-28Update Arm copyright notices in new math filesWilco Dijkstra26-47/+79
2018-09-18Fix the documentation comment of checkintSzabolcs Nagy2-2/+4