Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bogon in the previous commit and add some missing error checks. | das | 2008-06-29 | 1 | -9/+12 |
| | |||||
* | Correctly handle malloc() failure. While here, reduce the code size a | das | 2008-06-29 | 1 | -95/+142 |
| | | | | bit by removing some calls to the inline function addtype(). | ||||
* | Factor out the code that builds the argument table. We don't need separate | das | 2008-06-29 | 1 | -130/+47 |
| | | | | | | normal and wide character versions of it. No functional change. | ||||
* | Reduce the level of duplication between vfprintf() and vfwprintf() | das | 2008-06-29 | 1 | -0/+788 |
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. |