Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | even more fixes for vda-made breakage in vXXXfprintf | Denis Vlasenko | 2008-04-10 | 1 | -2/+2 |
| | | | | | (pointed out by Peter S.Mazinger) | ||||
* | Factor out the core of vprintf() into separate function | Denis Vlasenko | 2008-04-09 | 1 | -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_parsespec | Carmelo Amoroso | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | patch from Hans-Christian Egtvedt to silence some spurious signed warnings | Mike Frysinger | 2008-01-05 | 1 | -4/+4 |
| | |||||
* | fix from Atsushi Nemoto for displaying of 64bit types | Mike Frysinger | 2007-01-29 | 1 | -1/+1 |
| | |||||
* | stdio update from mjn3 | Eric Andersen | 2006-12-06 | 1 | -1/+1 |
| | |||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 1 | -8/+0 |
| | | | | most of global data relocations are back | ||||
* | More renames for IMA | Peter S. Mazinger | 2006-02-13 | 1 | -0/+1951 |