summaryrefslogtreecommitdiffstats
path: root/libc/stdio/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-151-11/+11
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-081-1/+0
* Sigh... I wasn't checking for output errors. NIST/PCTS caught it.Manuel Novoa III2005-07-301-35/+73
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-281-1/+1
* When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III2005-02-141-21/+1
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-0/+1901