summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins2002-10-161-1/+3
* Add support for the XSI %C and %S formats, which are the same as %lcTim J. Robbins2002-10-161-0/+12
* Use the new va_copy macro to copy variable argument lists instead ofTim J. Robbins2002-09-241-1/+1
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+1538