aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf-pos.c
Commit message (Expand)AuthorAgeFilesLines
* The argument corresponding to %zn is supposed to be an ssize_t *, notDavid Schultz2009-03-021-5/+5
* Make sure %zd treats negative arguments properly on 32-bit platforms.David Schultz2009-02-281-3/+6
* Fix a bogon in the previous commit and add some missing error checks.David Schultz2008-06-291-9/+12
* Correctly handle malloc() failure. While here, reduce the code size aDavid Schultz2008-06-291-95/+142
* Factor out the code that builds the argument table. We don't need separateDavid Schultz2008-06-291-130/+47
* Reduce the level of duplication between vfprintf() and vfwprintf()David Schultz2008-06-291-0/+788