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
path: root/newlib
AgeCommit message (Expand)Author
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-13Regenerate Makefile.in after configure.in -> configure.ac changeCorinna Vinschen
2021-09-13Add myself to sim & general write-after-approval maintainersMike 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-03ldexp/ldexpf: avoid assembler warningCorinna Vinschen
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-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng
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
2021-07-06fix and amend scripts and makefile rules to generate Unicode dataThomas Wolff
2021-07-06update to Unicode 13.0Thomas Wolff
2021-06-25inttypes.h: Use reserved names for function parametersJonathan Wakely
2021-06-19stdio: Parse 0x0p+00 correctly in scanfKeith Packard
2021-06-18newlib/doc/makedoc.c: if realloc() fails, exit with an error message.Joel Sherrill
2021-06-18newlib/doc/makedoc.c: Fix memory leak identified by Coverity.Joel Sherrill
2021-06-17libc/sys/rtems/crt0.c: Fix two warnings.Joel Sherrill
2021-06-09pru: Enable -ffunction-sections and -fdata-sectionsDimitar Dimitrov
2021-06-04Fix rounding issues with sqrt/sqrtfJeff Johnston
2021-05-26aarch64: support binary mode for opening filesRichard Earnshaw
2021-05-20sys/stat.h: Enable UTIME_NOW and UTIME_OMIT for RTEMSJoel Sherrill
2021-05-03Nano-malloc: Fix for unwanted external heap fragmentationOla Olsson
2021-04-26bfin: add myself as maintainerMike Frysinger
2021-04-21fix some Arm FP routines not checking if floating point is enabledTies Stuij
2021-04-19scanf: allow hex float input per POSIXCorinna Vinschen
2021-04-13fenv: fix up stub file comment, drop symlinks from descriptionDavid Macek
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen
2021-04-13fenv: drop Cygwin-specific implementation in favor of newlib codeCorinna Vinschen
2021-04-13fenv: move shared x86 fenv.c to libm/machine/shared_x86Corinna Vinschen
2021-04-13fenv: Move shared x86 sys/fenv.h from x86_64 to shared_x86Corinna Vinschen
2021-04-13fenv: add missing declarations to x86 fenv.hCorinna Vinschen