summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/libc/printf.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: fix printf handling of unsigned long longPatrick Georgi2014-12-301-1/+1
* libpayload: console: Allow output drivers to print whole strings at onceJulius Werner2014-12-221-145/+122
* libpayload: fix size_t handlingStefan Reinauer2013-03-261-0/+3
* libpayload: avoid excessive casts in printf.cMathias Krause2012-04-041-11/+9
* libpayload: minor cleanupsMathias Krause2012-04-041-14/+5
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-1/+1
* libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi2011-02-241-0/+7
* Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi2011-02-141-0/+14
* Attached patch moves functions out of the huge libpayload.h into headersPatrick Georgi2010-06-241-0/+1
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-9/+9
* Fix some Doxygen warnings and/or typos (trivial).Uwe Hermann2008-08-261-2/+7
* libpayload: Fix a small but aggressive bug in printf()Jordan Crouse2008-04-251-1/+1
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-1/+0
* Add missing snprintf() to libc/printf.c (trivial).Uwe Hermann2008-04-021-0/+12
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-2/+2
* libpayload: BSD solutions contributed by UweUwe Hermann2008-03-201-0/+816