aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc
AgeCommit message (Expand)AuthorFilesLines
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger8-16/+16
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger240-418/+418
2022-01-05update OpenBSD string functionsGuilherme Janczak4-208/+144
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston96-10512/+11076
2021-12-29newlib: Regenerate autotools filesJon Turney127-712/+579
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney127-254/+0
2021-12-29newlib: Regenerate autotools filesJon Turney225-2644/+3706
2021-12-29newlib: Make effects of 'cygnus' explicitJon Turney1-0/+1
2021-12-09newlib: Regenerate all autotools filesJon Turney323-5004/+17977
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano12-27/+1828
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen24-69/+56
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano3-8/+3
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-16cleanup Unicode data files after generating updated tablesThomas Wolff1-1/+21
2021-11-16update to Unicode 14.0Thomas Wolff4-97/+171
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger17-24/+24
2021-11-13newlib: ignore _FORTIFY_SOURCE when building newlibMike Frysinger1-1/+2
2021-11-11define _COMPILING_NEWLIB for all targets when compilingMike Frysinger2-4/+0
2021-11-11ctype: use less short names in public headerMike Frysinger24-56/+69
2021-11-09newlib: mips: delete glibc-specific logicMike Frysinger3-30/+0
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger127-127/+127
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-13libgloss/newlib: rename configure.in to configure.acMike Frysinger98-0/+0
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib1-0/+1
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 Sayle5-3/+55
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-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 Wolff4-17/+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-17libc/sys/rtems/crt0.c: Fix two warnings.Joel Sherrill1-2/+2