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
2020-12-15arm: Fix memchr() for Armv8-RSebastian Huber
2020-12-11Bump newlib release to 4.0.0Jeff Johnston
2020-11-17malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen
2020-11-16Fix return type of __locale_ctype_ptr_l()Sebastian Huber
2020-11-16libc/include/newlib.h: Fix C++ compilation issueJoel Sherrill
2020-11-04Fix 32-bit integer overflow when calculating TZ rulesIvan Grokhotov
2020-10-28libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMSJoel Sherrill
2020-10-26Define RB_SET_PARENT to do all assignmentsdougm
2020-10-26In concluding RB_REMOVE_COLOR, in the case whendougm
2020-10-26Linuxkpi uses the rb-tree structuresdougm
2020-10-26Fixup r361997 by balancing parens. Duh.dougm
2020-10-26Restore an RB_COLOR macro, for the benefit ofdougm
2020-10-26To reduce the size of an rb_node, drop the colordougm
2020-10-26Remove from RB_REMOVE_COLOR some null checksdougm
2020-10-26RB_REMOVE invokes RB_REMOVE_COLOR either whendougm
2020-10-26For the case when RB_REMOVE requires a nontrivialdougm
2020-10-26Correct the use of RB_AUGMENT in the RB_TREEdougm
2020-10-26Add RB_REINSERT(3), a low overhead alternative totrasz
2020-10-26amd64: prevent KCSan false positives on LAPIC mappingjah
2020-10-26sys: clean up empty lines in .c and .h filesmjg
2020-10-26gcc: quiet Wattribute for no_sanitize("address")rlibby
2020-10-26Don't sanitize linker_setdab
2020-10-26Make the system C11 atomics headers fully compatible with external GCC.jhb
2020-10-15libc/time: Move internal newlib tz-structs into own headerTorbjörn SVENSSON via Newlib
2020-10-13drop ambiguous-wide behaviour from Unicode CJK localesThomas Wolff
2020-10-03libc/include/wchar.h: Remove parameter nameTorbjörn SVENSSON
2020-10-03libc/include/inttypes.h: Remove parameter nameTorbjörn SVENSSON
2020-09-26libc/include/math.h: Remove parameter nameChristophe Lyon
2020-09-23Port of C-SKY for newlibJojo R
2020-09-04libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]Keith Packard via Newlib
2020-09-04loadlocale: don't casecmp digitsCorinna Vinschen
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan via Newlib
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib
2020-08-05libm: Control errno support with _IEEE_LIBM configuration parameterKeith Packard via Newlib
2020-08-04libm: Set math_errhandling to match library and hardware [v2]Keith Packard via Newlib
2020-08-03select.h: update FD macros to latest FreeBSD, fix type conversion warningCorinna Vinschen
2020-08-03Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisationCorinna Vinschen
2020-07-29arm: Fix fenv supportEshan dhawan
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib
2020-07-16ctype.h: Fix unused variable warningsAschref Ben Thabet
2020-07-10libc/iconv: find_alias was mis-computing remaining alias table lengthKeith Packard via Newlib
2020-07-10libc/iconv: Remove unneeded pointer var for _iconv_aliasesKeith Packard via Newlib
2020-07-10libc/iconv: Detect CES handler loading failureKeith Packard via Newlib
2020-07-06Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for armEshan dhawan via Newlib
2020-07-03mips fenv supportEshan dhawan via Newlib
2020-07-03SPARC fenv supportEshan dhawan via Newlib