summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-161-1/+3
| | | | handling of multibyte sequences representing null wide characters.
* Add support for the XSI %C and %S formats, which are the same as %lctjr2002-10-161-0/+12
| | | | and %ls.
* Use the new va_copy macro to copy variable argument lists instead oftjr2002-09-241-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 performtjr2002-09-211-0/+1538
formatted wide-character output.
OpenPOWER on IntegriCloud