Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-20RTEMS: Use __uint64_t for __ino_tSebastian Huber
2018-12-20Plug routing sysctl leaks.markj
2018-12-13nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston
2018-12-04sys/time.h: Remove KASSERTSebastian Huber
2018-12-04Ensure that all values of ns, us and ms workimp
2018-12-04When converting ns,us,ms to sbt, return the ceil()imp
2018-12-04Correct a misplaced closing paren.ian
2018-12-04sys: further adoption of SPDX licensing ID tags.pfg
2018-12-04Add inline functions to convert between sbintime_tian
2018-12-04Renumber copyright clause 4imp
2018-11-29stdio.h: Expose cuserid with __GNU_VISIBLECorinna Vinschen
2018-11-29time.h: Introduce Linux-specific CLOCK id valuesCorinna Vinschen
2018-11-26Builtin enable return code with SYS_EXIT_EXTENDEDMatthew Malcomson
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra
2018-11-08Fix v850 target for RTEMScygwin-2_11_2-releaseSebastian Huber
2018-11-08RTEMS: Avoid <machine/param.h> in <sys/_cpuset.h>Sebastian Huber
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra
2018-10-22Fix posix_memalign() attributesSebastian Huber
2018-10-19newlib/libc/sys/rtems/include/machine/param.h: Add _KERNEL to stop method lea...Joel Sherrill
2018-10-18Improve performance of strstrWilco Dijkstra
2018-10-11newlib/libc/ctype/jp2uc.c: Declare "cs" variable as "const char *"Christophe Lyon
2018-10-11Add generic implementation of fdopendir()Sebastian Huber
2018-10-11Add generic implementation of dirfd()Sebastian Huber
2018-10-11RTEMS: Add struct dirent::d_type memberSebastian Huber
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber
2018-10-11Open a directory with the usual flagsSebastian Huber
2018-10-11Make some standard open() flags visibleSebastian Huber
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen
2018-10-10newlib: Drop incorrect const qualifier from __loadlocale parameterCorinna Vinschen
2018-10-10Add attributes to malloc-like functionsSebastian Huber
2018-10-08[ARM] Make _kill() a noreturn function.Christophe Lyon
2018-10-05 [ARM] Cast string pointers to int to avoid compiler warnings.Christophe Lyon
2018-09-06search: Fix Berkeley DB hash code for 16-bit targets.Jon Beniston
2018-09-06Use !__HAVE_LOCALE_INFO__ define to use _ctype_ directly [v2]Keith Packard
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard
2018-09-06Include sys/syslimits.h in limits.hKeith Packard
2018-09-06xdr_private.h needs sys/types.h for u_charKeith Packard
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston
2018-09-05Improve strstr performance of short needlesWilco Dijkstra
2018-09-03Avoid ARM SWI Seek when querying file positionAndy Koppe
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston
2018-08-29Drop non-reserved parameter names from sys/signal.hcygwin-2_11_0-releaseAndy Koppe
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard
2018-08-24RTEMS: Add kvaddr_t and ksize_tSebastian Huber
2018-08-24RTEMS: Introduce <machine/_kernel_mman.h>Sebastian Huber
2018-08-24RTEMS: Introduce <machine/_kernel_socket.h>Sebastian Huber
2018-08-24RTEMS: Introduce <machine/_kernel_if.h>Sebastian Huber
2018-08-24RTEMS: Introduce <machine/_kernel_in.h>Sebastian Huber