aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2022-05-04Generate manpages for functions in chapter sys.texJon Turney1-1/+3
2022-05-04Fix warning about duplicate id in docbook XMLJon Turney1-1/+1
2022-05-04Silence xsltproc when writing manpagesJon Turney3-2/+5
2022-05-04Add build avoidance for 'make man'Jon Turney2-8/+10
2022-05-04Simplify rules for creating man pagesJon Turney2-10/+6
2022-05-04Fix ndbm.c build breakDimitar Dimitrov1-0/+1
2022-05-04Fix nano-malloc buildDimitar Dimitrov1-0/+1
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber6-51/+12
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber1-1/+11
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen4-73/+72
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen4-72/+73
2022-04-11Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2Andrea Corallo2-0/+23
2022-04-08Add tests for tzset POSIX timezone string complianceJeff Johnston2-0/+175
2022-04-08Add angle TZ angle bracket support to tzset_rJeff Johnston2-43/+132
2022-04-07fix testsuite cannot compile testsjdoubleu1-0/+2
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber9-24/+0
2022-04-01Remove unused _cleanup()Matt Joyce1-8/+0
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce4-7/+5
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber2-5/+3
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber4-39/+12
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston2-4/+4
2022-03-28newlib: drop phoenix supportMike Frysinger137-11760/+266
2022-03-22amdgcn: Fix build failureAndrew Stubbs3-15/+15
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber4-421/+396
2022-03-19Avoid using common symbols in v850 libglossJeff Law26-26/+26
2022-03-17newlib: enable automatic dependency generationMike Frysinger4-7151/+32111
2022-03-16newlib: libm: integrate tests subdirMike Frysinger8-216/+317
2022-03-16newlib: integrate iconv update to maintainer buildMike Frysinger3-3/+37
2022-03-16newlib: update build system generation documentationMike Frysinger3-72/+191
2022-03-16newlib: libc: merge build up a directoryMike Frysinger334-71950/+18359
2022-03-13newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger9-85/+84
2022-03-13newlib: xstormy16: break up mallocr stubsMike Frysinger6-63/+60
2022-03-13newlib: xstormy16: fix mallopt definition & mstats handlingMike Frysinger3-28/+29
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger14-193/+153
2022-03-09build: Avoid length() awk functionSebastian Huber2-4/+4
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger3-24/+24
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger3-116/+67
2022-03-07Fix Bug libc/28945Jeff Johnston1-1/+1
2022-03-01newlib: convert INTERNAL_NEWLIB to _LIBCMike Frysinger4-41/+38
2022-03-01newlib: drop redundant AM_MAINTAINER_MODE callMike Frysinger2-31/+1
2022-03-01newlib: xstormy16: add missing string.h includeMike Frysinger1-0/+5
2022-02-28newlib: speed up targ-include setup & add error checkingMike Frysinger2-130/+47
2022-02-28newlib: libc: move stdio multiplex logic from build to source filesMike Frysinger16-502/+249
2022-02-28newlib: simplify header setup rulesMike Frysinger2-42/+30
2022-02-25newlib: libc: move configure into top-levelMike Frysinger117-9115/+4268
2022-02-24newlib: add silent rules support to top-level rulesMike Frysinger2-64/+64
2022-02-23newlib: fix multilib libg.a parallel buildsMike Frysinger2-6/+10
2022-02-23newlib: libm: workaround ar duplicate member behaviorMike Frysinger2-5/+47
2022-02-22Make __sdidinit unusedMatt Joyce8-20/+16
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger111-143/+1