aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2022-08-12newlocale: fix crash when trying to write to __C_localecygwin-3_3_6-releaseCorinna Vinschen1-1/+2
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen1-0/+11
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano1-12/+42
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano6-11/+87
2021-11-26ldtoa: Fix insufficient valid output digits for "%f" format.Takashi Yano1-16/+25
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen1-10/+25
2021-11-04ldtoa: fix dropping too many digits from outputCorinna Vinschen1-3/+6
2021-10-27Unconditionally declare strsignalcygwin-3_3_0-releaseChristian Biesinger via Newlib1-1/+1
2021-10-13string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184)Keith Packard1-4/+5
2021-10-07sys/tree.h: Red child with black sibling rotationsSebastian Huber1-2/+41
2021-10-05sys/tree.h: Add parent rotationsSebastian Huber1-4/+39
2021-10-05sys/tree.h: Simplify chain of conditionsSebastian Huber1-1/+1
2021-10-05sys/tree.h: Simplify loop conditionSebastian Huber1-1/+1
2021-09-15newlib: sig2str: use __restrictMike Frysinger1-1/+1
2021-09-13Regenerate Makefile.in after configure.in -> configure.ac changeCorinna Vinschen1-1/+1
2021-09-13Add myself to sim & general write-after-approval maintainersMike Frysinger1-0/+2
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger114-0/+0
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib1-0/+1
2021-09-03ldexp/ldexpf: avoid assembler warningCorinna Vinschen2-2/+2
2021-09-03strstr: avoid warningsCorinna Vinschen2-7/+7
2021-09-03nftw: fix thread cancellation supportCorinna Vinschen1-1/+3
2021-08-27libc/include/sys/signal.h: Change __STDINT_EXP() to __SIZEOF_INT__Joel Sherrill1-1/+1
2021-08-25nvptx: Emulate clock and other machine stubs.Roger Sayle6-4/+56
2021-08-23stdlib: conditionalize locale usageCorinna Vinschen2-4/+15
2021-08-18svfwscanf: Simplify _sungetwc_r to eliminate apparent buffer overflowKeith Packard1-37/+3
2021-08-09libc: Added prototypes for new POSIX APIsMatt Joyce1-0/+22
2021-08-02libc: Fix compilation for new sig2str/str2sig implementationChristoph Muellner1-1/+6
2021-08-02libc: Added implementation for sig2str/str2sig.Matt Joyce5-6/+330
2021-07-28Remove unneccesary parenthesis around declaratorMaxim Blinov1-1/+1
2021-07-22libc/include/sys/config.h: Undef _REENT_SMALL for RTEMS on MicroBlazeAlex White1-1/+1
2021-07-21libm: Fixing overflow handling issue for scalbnf and scalbnKito Cheng2-10/+8
2021-07-12Minimal support for ISO/IEC TS 18661-3.Kito Cheng1-1/+11
2021-07-07stdlib: Make strtod/strtof set ERANGE consistently for underflow.Keith Packard1-2/+29
2021-07-06fix and amend scripts and makefile rules to generate Unicode dataThomas Wolff6-25/+33
2021-07-06update to Unicode 13.0Thomas Wolff4-109/+199
2021-06-25inttypes.h: Use reserved names for function parametersJonathan Wakely1-1/+1
2021-06-18stdio: Parse 0x0p+00 correctly in scanfKeith Packard1-0/+1
2021-06-17newlib/doc/makedoc.c: if realloc() fails, exit with an error message.Joel Sherrill1-0/+5
2021-06-17newlib/doc/makedoc.c: Fix memory leak identified by Coverity.Joel Sherrill1-1/+2
2021-06-17libc/sys/rtems/crt0.c: Fix two warnings.Joel Sherrill1-2/+2
2021-06-09pru: Enable -ffunction-sections and -fdata-sectionsDimitar Dimitrov1-0/+1
2021-06-04Fix rounding issues with sqrt/sqrtfJeff Johnston4-8/+8
2021-05-26aarch64: support binary mode for opening filesRichard Earnshaw1-0/+12
2021-05-20sys/stat.h: Enable UTIME_NOW and UTIME_OMIT for RTEMSJoel Sherrill1-1/+1
2021-05-03Nano-malloc: Fix for unwanted external heap fragmentationOla Olsson1-9/+61
2021-04-26bfin: add myself as maintainerMike Frysinger1-0/+1
2021-04-21fix some Arm FP routines not checking if floating point is enabledTies Stuij6-6/+6
2021-04-19scanf: allow hex float input per POSIXCorinna Vinschen1-2/+63
2021-04-13fenv: fix up stub file comment, drop symlinks from descriptionDavid Macek1-10/+10
2021-04-13Cygwin: don't export _feinitialise from newlibCorinna Vinschen2-11/+1