summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* math_config.h: Fix signed overflow warning for 16-bit targetscygwin-2_11_1-releaseJon Beniston2018-09-031-1/+1
* e_scalb.c: Call scalbln instead of scalbn on 16-bit targets to ensure constan...Jon Beniston2018-09-031-0/+5
* Avoid ARM SWI Seek when querying file positionAndy Koppe2018-09-031-2/+9
* Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston2018-08-31102-228/+1436
* Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe2018-08-291-8/+7
* Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard2018-08-2910-2/+28
* Remove unused variable 'one' from sf_cos.cKeith Packard2018-08-291-6/+0
* Use nanf("") instead of nanf(NULL)Keith Packard2018-08-295-8/+8
* RTEMS: Add kvaddr_t and ksize_tSebastian Huber2018-08-241-0/+3
* RTEMS: Introduce <machine/_kernel_mman.h>Sebastian Huber2018-08-241-48/+5
* RTEMS: Introduce <machine/_kernel_socket.h>Sebastian Huber2018-08-241-54/+3
* RTEMS: Introduce <machine/_kernel_if.h>Sebastian Huber2018-08-241-7/+4
* RTEMS: Introduce <machine/_kernel_in.h>Sebastian Huber2018-08-241-26/+4
* RTEMS: Introduce <machine/_kernel_in6.h>Sebastian Huber2018-08-241-163/+7
* RTEMS: Introduce <machine/_kernel_uio.h>Sebastian Huber2018-08-241-54/+6
* RTEMS: Add __BSD_VISIBLE in <sys/_termios.h>Sebastian Huber2018-08-241-3/+3
* RTEMS: Update FreeBSD version tagsSebastian Huber2018-08-2424-24/+24