aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2022-01-06newlib: README: libgloss no longer uses '--cygnus' automake optionJon Turney1-3/+0
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger8-16/+16
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger274-454/+454
2022-01-05update OpenBSD string functionsGuilherme Janczak4-208/+144
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston114-12232/+12880
2021-12-31newlib: require automake-1.11.6Mike Frysinger1-2/+2
2021-12-29newlib: Regenerate autotools filesJon Turney147-834/+674
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney143-288/+9
2021-12-29newlib: Regenerate autotools filesJon Turney260-3742/+4285
2021-12-29newlib: Make effects of 'cygnus' explicitJon Turney3-2/+4
2021-12-13README: configure.in -> configure.acJon Turney1-10/+10
2021-12-09newlib: Regenerate all autotools filesJon Turney373-6822/+21772
2021-12-09newlib: Enable automake silent rulesJon Turney2-0/+4
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano16-166/+2034
2021-12-03frexpl: Support smaller long double of LDBL_MANT_DIG == 53.Takashi Yano1-12/+42
2021-12-03Revert "ctype: use less short names in public header"Corinna Vinschen24-69/+56
2021-11-30Modifying patch from: marian.buschsieweke@ovgu.deJeff Johnston2-11/+24
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-16Fix 'make man' after 67208d9eJon Turney2-2/+2
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-15newlib: merge doc into top-level MakefileMike Frysinger10-6296/+134
2021-11-15change _COMPILING_NEWLIB to _LIBCMike Frysinger18-25/+25
2021-11-13newlib: ignore _FORTIFY_SOURCE when building newlibMike Frysinger1-1/+2
2021-11-11define _COMPILING_NEWLIB for all targets when compilingMike Frysinger3-12/+3
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 Frysinger147-147/+147
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