summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston2018-12-31106-1068/+1135
* RTEMS: Use __uint64_t for __ino_tSebastian Huber2018-12-201-1/+1
* Plug routing sysctl leaks.markj2018-12-201-1/+5
* nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston2018-12-131-1/+2
* Fix powf overflow handling in non-nearest rounding modeSzabolcs Nagy2018-12-101-0/+10
* sys/time.h: Remove KASSERTSebastian Huber2018-12-041-12/+0
* Ensure that all values of ns, us and ms workimp2018-12-041-7/+52
* When converting ns,us,ms to sbt, return the ceil()imp2018-12-041-3/+7
* Correct a misplaced closing paren.ian2018-12-041-3/+3
* sys: further adoption of SPDX licensing ID tags.pfg2018-12-041-0/+2
* Add inline functions to convert between sbintime_tian2018-12-041-7/+52
* Renumber copyright clause 4imp2018-12-041-1/+1
* stdio.h: Expose cuserid with __GNU_VISIBLECorinna Vinschen2018-11-291-1/+1
* time.h: Introduce Linux-specific CLOCK id valuesCorinna Vinschen2018-11-291-4/+18
* Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson2018-11-261-19/+43
* Fix issue with dst bias in memsetWilco Dijkstra2018-11-081-0/+1
* Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber2018-11-081-1/+1
* RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber2018-11-081-2/+5
* Adjust writeback in non-zero memsetWilco Dijkstra2018-11-061-3/+3
* newlib/configure.host: Set have_init_fini to no for OpenRISCStafford Horne2018-11-051-0/+1
* Fix posix_memalign() attributesSebastian Huber2018-10-221-2/+2
* RTEMS: Use function and data sectionsSebastian Huber2018-10-221-0/+1
* newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill2018-10-181-0/+3
* Improve performance of strstrWilco Dijkstra2018-10-181-96/+127
* newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon2018-10-111-2/+2
* Add generic implementation of fdopendir()Sebastian Huber2018-10-111-8/+21
* Add generic implementation of dirfd()Sebastian Huber2018-10-113-12/+56
* RTEMS: Add struct dirent::d_type memberSebastian Huber2018-10-111-27/+98
* Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber2018-10-118-75/+75
* Open a directory with the usual flagsSebastian Huber2018-10-111-9/+4
* Make some standard open() flags visibleSebastian Huber2018-10-111-21/+27
* newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen2018-10-102-8/+9
* newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen2018-10-101-1/+1
* Implement nanl in newlib onlyCorinna Vinschen2018-10-101-0/+6
* newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen2018-10-102-3/+3
* Add attributes to malloc-like functionsSebastian Huber2018-10-104-6/+7
* [ARM] Make _kill() a noreturn function.Christophe Lyon2018-10-081-5/+8
* Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.Christophe Lyon2018-10-051-0/+3
* [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon2018-10-051-4/+4
* Update Arm copyright notices in new math filesWilco Dijkstra2018-09-2826-47/+79
* Fix the documentation comment of checkintSzabolcs Nagy2018-09-182-2/+4
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 2Hans-Peter Nilsson2018-09-131-0/+6
* search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston2018-09-063-20/+32
* Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard2018-09-063-0/+19
* stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard2018-09-065-13/+14
* Include sys/syslimits.h in limits.hKeith Packard2018-09-061-0/+1
* xdr_private.h needs sys/types.h for u_charKeith Packard2018-09-061-0/+1
* Document the log table generation methodSzabolcs Nagy2018-09-063-0/+74
* stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston2018-09-061-1/+1
* Improve strstr performance of short needlesWilco Dijkstra2018-09-051-10/+65