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
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen
2022-01-11powerpc/setjmp: Improve RTEMS supportSebastian Huber
2022-01-10Fix documented argv and envp params for posix_spawnKeith Thompson
2022-01-07newlib: use .texi with libc & libm manualsMike Frysinger
2022-01-06newlib: fix silent build in a few subdirsMike Frysinger
2022-01-06newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger
2022-01-05update OpenBSD string functionsGuilherme Janczak
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Remove automake option 'cygnus'Jon Turney
2021-12-30newlib: Regenerate autotools filesJon Turney
2021-12-30newlib: Make effects of 'cygnus' explicitJon Turney
2021-12-10newlib: Regenerate all autotools filesJon Turney
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-26ldtoa: Fix insufficient valid output digits for "%f" format.Takashi Yano
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen
2021-11-16cleanup Unicode data files after generating updated tablesThomas Wolff
2021-11-16update to Unicode 14.0Thomas Wolff
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2021-11-13newlib: ignore _FORTIFY_SOURCE when building newlibMike Frysinger
2021-11-12define _COMPILING_NEWLIB for all targets when compilingMike Frysinger
2021-11-12ctype: use less short names in public headerMike Frysinger
2021-11-10newlib: mips: delete glibc-specific logicMike Frysinger
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger
2021-11-04ldtoa: fix dropping too many digits from outputCorinna Vinschen
2021-10-27Unconditionally declare strsignalcygwin-3_3_0-releaseChristian Biesinger via Newlib
2021-10-13string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184)Keith Packard
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-09-15newlib: sig2str: use __restrictMike Frysinger
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib
2021-09-03strstr: avoid warningsCorinna Vinschen
2021-09-03nftw: fix thread cancellation supportCorinna Vinschen
2021-08-27libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__Joel Sherrill
2021-08-25nvptx: Emulate clock and other machine stubs.Roger Sayle
2021-08-23stdlib: conditionalize locale usageCorinna Vinschen
2021-08-18svfwscanf: Simplify _sungetwc_r to eliminate apparent buffer overflowKeith Packard
2021-08-09libc: Added prototypes for new POSIX APIsMatt Joyce
2021-08-02libc: Fix compilation for new sig2str/str2sig implementationChristoph Muellner
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-07-07stdlib: Make strtod/strtof set ERANGE consistently for underflow.Keith Packard