Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new va_copy macro to copy variable argument lists instead of | tjr | 2002-09-24 | 1 | -1/+1 |
| | | | | | | | | assignment. This is needed on powerpc but is also more correct for the other ports. Submitted by: grehan Tested on: alpha, i386, sparc64 | ||||
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+1538 |
formatted wide-character output. |