summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2019-03-02Fix NULL pointer dereference in open_memstream()Eugene Yudin
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-01-14fix gcc compiler warningWaldemar Brodkorb
2016-11-27remove UCLIBC_HAS_LFSWaldemar Brodkorb
2016-06-12Fix return value of fwrite when a 'hard' error occursJan Vangorp
2016-06-12Fix infinite loop when fopencookie custom write returns 0 on errorJan Vangorp
2016-06-01remove MJN only debug messagesWaldemar Brodkorb
2016-02-24Replaced any occurence of /bin/sh with _PATH_BSHELL to allow easier portabili...Ubaldo Porcheddu
2015-12-17libc/stdio: Rework custom streams interface similar to glibc.Waldemar Brodkorb
2015-12-09Reduce the initial buffer size for open_memstreamWaldemar Brodkorb
2015-08-14add mkstemps, mkstemps64 and mkostemps, mkostemps64 functionsRomain Naour
2015-06-10_scanf.c: Implement 'm' modifier for 'c' and '[' conversions.Will Newton
2015-04-12remove more of the link_warningsWaldemar Brodkorb
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-22libc: Fix vfprintf compilation without HAS_FLOATSBernhard Reutner-Fischer
2015-01-01I think this is what you meanThorsten Glaser
2015-01-01silence GCCThorsten Glaser
2014-12-30remove another two warnings.Waldemar Brodkorb
2014-12-28reduce some unneeded warnings.Waldemar Brodkorb
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-12-15stdio: Fix printing 0.0Bernhard Reutner-Fischer
2013-03-29Revert "_scanf.c: Implement 'm' modifier for 'c' and '[' conversions."Bernhard Reutner-Fischer
2013-03-29_vfprintf.c: use 'fputws_unlocked(S, F)' instead of 'fputws(S, F)'Mirko Vogt
2013-03-22Fix a problem with scanning wide chars.Nathan Sidwell
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-31_scanf.c: Implement 'm' modifier for 'c' and '[' conversions.Will Newton
2012-06-15_stdio.c: pthread.h was already included by _stdio.hPeter S. Mazinger
2012-06-15handle the type mismatch of ftell[o] and fseek[o] if long int != off_tPeter S. Mazinger
2012-06-15_fpmaxtostr.c: align comments, no code changePeter S. Mazinger
2012-06-15_scanf.c: fix to signedness warningsPeter S. Mazinger
2012-06-15popen.c: get rid of a shadow warningPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger
2012-06-15_vfprintf.c: get rid of __STDIO_PRINTF_FLOATPeter S. Mazinger
2012-06-15old_vfprintf.c: use _fpmaxtostr.hPeter S. Mazinger
2012-06-15_fpmaxtostr.c: move common to _fpmaxtostr.hPeter S. Mazinger
2012-06-15_vfprintf.c: fix typo s/NL_MAX_ARG/NL_ARGMAX/Peter S. Mazinger
2012-06-15_stdio.h: move _load_inttype.h and _store_inttype.h prototypes herePeter S. Mazinger
2012-06-15do not define _ISOC99_SOURCE in specific filesPeter S. Mazinger
2012-06-15remove duplicate prototypes for _stdio_term().Peter S. Mazinger
2012-06-15uClibc_stdio.h: move internal to _stdio.h and make them hiddenPeter S. Mazinger
2012-06-15stdio.h: update partially, mainly for POSIX 2008Peter S. Mazinger
2012-06-15use fputwc in putwchar()Peter S. Mazinger
2012-06-15fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlockedPeter S. Mazinger
2012-05-21stdio: implement assignment-allocation "m" characterMike Frysinger
2012-05-05drop support for old systems lacking vforkMark Salter
2012-03-28stdio: Fix char signedness in _load_inttype()Bernhard Reutner-Fischer
2012-03-25stdio: prevent retries on fclose/fflush after write errorsDenys Vlasenko