summaryrefslogtreecommitdiffstats
path: root/libc/stdio/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-191-13/+28
* Add vdprintf function. Note: will be rewritten to check if file descriptor h...Manuel Novoa III2001-02-151-0/+11
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-301-5/+33
* Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) andManuel Novoa III2001-01-281-54/+62
* Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III2001-01-271-30/+70
* Cannot portably pass a short via va_args, since it will beEric Andersen2001-01-121-2/+2
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-36/+30
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-220/+398
* Bug ugly formatting updateEric Andersen2000-10-091-302/+308
* Add in snprintf and vsnprintfEric Andersen2000-08-111-75/+103
* Initial revision0_9_1Erik Andersen2000-05-141-0/+387