Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 1 | -2/+2 |
| | | | | bit by removing some calls to the inline function addtype(). | ||||
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 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. |