summaryrefslogtreecommitdiffstats
path: root/libc/stdio/_vfprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* even more fixes for vda-made breakage in vXXXfprintfDenis Vlasenko2008-04-101-2/+2
| | | | | (pointed out by Peter S.Mazinger)
* Factor out the core of vprintf() into separate functionDenis Vlasenko2008-04-091-43/+86
| | | | | | | | | | | | vprintf_internal, so that: * vprintf() does locking and __STDIO_STREAM_TRANS_TO_WRITE thing, then calls vprintf_internal * vsnprintf, vdprintf.c, vasprintf.c use vprintf_internal directly This makes sprintf faster (since it doesn't do any locking) and stops it from pulling in fseek in static compile.
* 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
| | | | most of global data relocations are back
* More renames for IMAPeter S. Mazinger2006-02-131-0/+1951