summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
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
2012-03-11__stdio_WRITE: make code more readable. No code changesDenys Vlasenko
2012-01-29tmpnam, tempnam are obsolete in SUSV4Bernhard Reutner-Fischer
2011-11-20stdio: add support for "e" flag with fopen()Mike Frysinger
2011-11-17stdio: hide _stdio_validate_FILEBernhard Reutner-Fischer
2011-06-29libc: add missing lock initialization in vswprintfMaksim Rayskiy
2011-03-09remove unused hidden functionsPeter S. Mazinger
2011-03-03make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger
2011-02-09*printf: Violation of precision with null stringJones Desougi