summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
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
2011-01-21stdio: fix diagnostic messageBernhard Reutner-Fischer
2011-01-11__psfs_parse_spec: always use long int for %pBernhard Reutner-Fischer
2010-10-19vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko
2010-10-19_vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko
2010-10-19vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko
2010-10-19vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko
2010-08-26_uintmaxtostr: fix indentation (spaces->tabs), no code changesDenys Vlasenko
2010-04-02Merge commit 'origin/master' into nptlAustin Foxley
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-03-17lift printf field width limitMichael Deutschmann
2009-11-09Extend __gen_tempname with mode argumentMikhail Gusarov
2009-10-17use *_not_cancel variants to avoid accidental cancellations with nptlAustin Foxley
2009-10-17rework internal uClibc mutexes to support futex locking, and nptlAustin Foxley
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-05remove(): slight readabability tweak, no code changesDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-02-15suppress bogus ioctl on fd==INT_MAX when vasprintf() is calledDenis Vlasenko
2009-01-21*: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko
2008-12-21more of warning fixes, mostly pointer signedness mismatchesDenis Vlasenko
2008-12-21more of pointer signedness warnings removedDenis Vlasenko
2008-12-21heed multiple warnings of the typeDenis Vlasenko
2008-12-20libc/stdio/_scanf.c: heed lots of warnings about signed/unsigned charsDenis Vlasenko
2008-11-29fix improperly hidden fputc_unlockedDenis Vlasenko
2008-11-29fix improperly hidden fwprintf.Denis Vlasenko
2008-11-22fix some unneeded PLT referencesDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-11-07- less verbose make cleanBernhard Reutner-Fischer
2008-11-02- Fix __user_locking with stdio buffers (Carmelo AMOROSO)Bernhard Reutner-Fischer
2008-09-21Fix up memset() argument ordering in open_memstream(). PreviouslyPaul Mundt
2008-09-09Fix some locale multibyte tests failures ad below:Carmelo Amoroso
2008-09-09Fix problem in vfprintf when assertion are enabled.Carmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-03Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko
2008-06-01suppress a few "might be used uninitialized" warnings. No code growth.Denis Vlasenko
2008-05-30- Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer
2008-05-23- avoid warning about cast from pointer to integer of different sizeBernhard Reutner-Fischer
2008-05-23- for non-threaded, non-macro case we were missing __GI_fputc (for e.g. error.c)Bernhard Reutner-Fischer
2008-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-10remove "register" from _vf[w]printf_internal declarations tooDenis Vlasenko
2008-04-10even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko