aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdio
AgeCommit message (Expand)AuthorFilesLines
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger2-299/+298
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger2-197/+22
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-05newlib: drop shared documentation rulesMike Frysinger1-34/+1
2022-02-05newlib: move man page generation into top-level buildMike Frysinger2-28/+2
2022-02-04newlib: libc: move manual into top-level buildMike Frysinger3-354/+298
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger1-1/+6
2022-01-26newlib: libc: merge sys/ trampoline up a levelMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ trampoline up a levelMike Frysinger1-0/+1
2022-01-21newlib: punt unused LIBC_EXTRA_LIB settingsMike Frysinger1-3/+0
2022-01-21newlib: stop making .def generation conditionalMike Frysinger2-39/+20
2022-01-14newlib: update to automake-1.15Mike Frysinger1-78/+146
2022-01-14require autoconf-2.69 exactlyMike Frysinger1-1/+4
2022-01-05newlib: fix silent build in a few subdirsMike Frysinger2-4/+4
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger2-2/+2
2021-12-29newlib: Regenerate autotools filesJon Turney1-4/+3
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-29newlib: Regenerate autotools filesJon Turney1-2/+2
2021-12-09newlib: Regenerate all autotools filesJon Turney1-300/+320
2021-11-29stdio: Fix issue of printing "%La" format with large exp part.Takashi Yano2-8/+2
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-08-18svfwscanf: Simplify _sungetwc_r to eliminate apparent buffer overflowKeith Packard1-37/+3
2021-06-18stdio: Parse 0x0p+00 correctly in scanfKeith Packard1-0/+1
2021-04-19scanf: allow hex float input per POSIXCorinna Vinschen1-2/+63
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz1-2/+2
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard1-1/+1
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard102-108/+103
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen1-6/+25
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet1-25/+6
2019-06-03Fix vfwscanf(3) assignment suppression flag handling bugLucio Andrés Illanes Albornoz1-0/+1
2019-02-22stdio: drop unused O_TEXT handling on non-CygwinCorinna Vinschen1-4/+0
2018-12-13nano-vfprintf_float.c: Fix check if negative for nans.Jon Beniston1-1/+2
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard3-3/+3
2018-08-08newlib: fix various gcc warningsCorinna Vinschen1-1/+1
2018-07-17Print sign of NaN values to nano-vfprintf.Kumar Gala1-0/+2
2018-07-05Fix newlib functions perror()/psignal() not to use writev().Takashi Yano1-19/+21
2018-07-04Fix a bug of perror()/psignal() that changes the orientation of stderr.Takashi Yano1-5/+27
2018-03-01Add global stdio streams support for reent small.Our Air Quality2-8/+14
2018-02-01Fix vprintf and vfscanf for GCC PR 14577Jon Beniston2-33/+24
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz18-306/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz26-157/+157
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz1-1/+1
2018-01-17ansification: remove _DEFUNYaakov Selkowitz131-634/+317