| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The argument corresponding to %zn is supposed to be an ssize_t *, not | David Schultz | 2009-03-02 | 1 | -1/+1 |
| | | | | | | | | a size_t *, although the distinction is moot in practice. Notes: svn path=/head/; revision=189268 | ||||
| * | Correctly handle malloc() failure. While here, reduce the code size a | David Schultz | 2008-06-29 | 1 | -2/+2 |
| | | | | | | | | bit by removing some calls to the inline function addtype(). Notes: svn path=/head/; revision=180106 | ||||
| * | Reduce the level of duplication between vfprintf() and vfwprintf() | David Schultz | 2008-06-29 | 1 | -0/+94 |
| by moving the positional argument handling code to a new file, printf-pos.c, and moving common definitions to printflocal.h. No functional change intended. Notes: svn path=/head/; revision=180104 | |||||
