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
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2021-11-13newlib: ignore _FORTIFY_SOURCE when building newlibMike Frysinger
2021-11-12ctype: use less short names in public headerMike Frysinger
2021-10-27Unconditionally declare strsignalcygwin-3_3_0-releaseChristian Biesinger via Newlib
2021-10-07sys/tree.h: Red child with black sibling rotationsSebastian Huber
2021-10-05sys/tree.h: Add parent rotationsSebastian Huber
2021-10-05sys/tree.h: Simplify chain of conditionsSebastian Huber
2021-10-05sys/tree.h: Simplify loop conditionSebastian Huber
2021-08-27libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__Joel Sherrill
2021-08-09libc: Added prototypes for new POSIX APIsMatt Joyce
2021-08-02libc: Added implementation for sig2str/str2sig.Matt Joyce
2021-07-28Remove unneccesary parenthesis around declaratorMaxim Blinov
2021-07-22libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on MicroBlazeAlex White
2021-07-12Minimal support for ISO/IEC TS 18661-3.Kito Cheng
2021-06-25inttypes.h: Use reserved names for function parametersJonathan Wakely
2021-05-20sys/stat.h: Enable UTIME_NOW and UTIME_OMIT for RTEMSJoel Sherrill
2021-02-25Set __IEEE_BIG_ENDIAN for big endian RISC-VMarcus Comstedt
2021-02-16Complete revert of 2019-08-19, st_atime in libc/include/sys/stat.hHans-Peter Nilsson
2021-02-09FTW Port for NewlibEshan dhawan
2021-01-26Align *utime*() with POSIX/glibcSebastian Huber
2020-11-16Fix return type of __locale_ctype_ptr_l()Sebastian Huber
2020-11-16libc/include/newlib.h: Fix C++ compilation issueJoel 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-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-03Fix warnings when building for msp430-elfJozef Lawrynowicz
2020-08-25Enabled _CS* defines for RTEMSEshan dhawan 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