summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cygwin: fix memory corruption/SEGV if certain socket functions failCorinna Vinschen2018-10-295-14/+8
* Cygwin: Fix cygheap corruption caused by cloned atomic bufferDavid McFarland2018-10-292-0/+5
* 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-119-107/+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-103-6/+6
* Cygwin: lseek: return ESPIPE rather than EINVAL when called on a fifoCorinna Vinschen2018-10-103-0/+22
* newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen2018-10-102-3/+3
* Add attributes to malloc-like functionsSebastian Huber2018-10-104-6/+7
* [Aarch64] Syscalls: fix prototypesChristophe Lyon2018-10-081-18/+19
* [ARM] Make _kill() a noreturn function.Christophe Lyon2018-10-083-9/+14
* Define _COMPILING_NEWLIB on aarch64 to define function prototypes from unistd.h.Christophe Lyon2018-10-051-0/+3
* [Aarch64] Fix warning in _sbrkChristophe Lyon2018-10-051-1/+1
* [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
* Update Arm entry in COPYING.NEWLIB.Jeff Johnston2018-09-251-2/+2
* 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
* Committed, CRIS port: fix fallout from time_t defaulting to 64 bits, part 1Hans-Peter Nilsson2018-09-132-5/+21
* Cygwin: console: make sure EnumFontFamiliesExW loop isn't infiniteCorinna Vinschen2018-09-071-2/+8
* Cygwin: console: store replacement char directlyCorinna Vinschen2018-09-071-4/+3
* Cygwin: console: don't hang in check_font with raster fontsCorinna Vinschen2018-09-071-2/+2
* 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
* Cygwin: console: device context is process privateCorinna Vinschen2018-09-061-1/+1
* Cygwin: console: improve replacement char algorithmCorinna Vinschen2018-09-052-3/+99
* Cygwin: console: use UNICODE API throughoutCorinna Vinschen2018-09-051-6/+6
* Cygwin: Bump DLL version to 2.11.2Corinna Vinschen2018-09-051-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
* Cygwin: console: Print Unicode REPLACEMENT CHARACTER for invalid input charsCorinna Vinschen2018-09-011-4/+3
* Cygwin: fix Win32 path ".." backtrackingCorinna Vinschen2018-09-012-5/+29
* Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston2018-08-31102-228/+1436