summaryrefslogtreecommitdiffstats
path: root/libc/stdio/_vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger2011-03-031-0/+4
* *printf: Violation of precision with null stringJones Desougi2011-02-091-0/+6
* vfprintf.c: reduce a chunk of #ifdef forest and remove one goto inside itDenys Vlasenko2010-10-191-21/+20
* _vfprintf.c: de-obfuscate badly twisted fragment. no code changes.Denys Vlasenko2010-10-191-5/+3
* vfprintf.c: remove endif comments which clog up the source. no code changesDenys Vlasenko2010-10-191-136/+135
* vfprintf.c: de-obfuscate if(with nested assignments). no logic changesDenys Vlasenko2010-10-191-25/+38
* lift printf field width limitMichael Deutschmann2010-03-171-4/+4
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-7/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-17/+0
* *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.xDenis Vlasenko2009-01-211-3/+3
* heed multiple warnings of the typeDenis Vlasenko2008-12-211-7/+8
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-9/+9
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* Fix problem in vfprintf when assertion are enabled.Carmelo Amoroso2008-09-091-2/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-13/+13
* Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko2008-06-031-2/+0
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-4/+4
* even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko2008-04-101-2/+2
* Factor out the core of vprintf() into separate functionDenis Vlasenko2008-04-091-43/+86
* Fix stack overflow in _ppfs_parsespecCarmelo Amoroso2008-02-071-1/+1
* patch from Hans-Christian Egtvedt to silence some spurious signed warningsMike Frysinger2008-01-051-4/+4
* fix from Atsushi Nemoto for displaying of 64bit typesMike Frysinger2007-01-291-1/+1
* stdio update from mjn3Eric Andersen2006-12-061-1/+1
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-8/+0
* More renames for IMAPeter S. Mazinger2006-02-131-0/+1951