| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 1 | -1/+3 |
| | | | | | | | | handling of multibyte sequences representing null wide characters. Notes: svn path=/head/; revision=105234 | ||||
| * | Add support for the XSI %C and %S formats, which are the same as %lc | Tim J. Robbins | 2002-10-16 | 1 | -0/+12 |
| | | | | | | | | and %ls. Notes: svn path=/head/; revision=105204 | ||||
| * | Use the new va_copy macro to copy variable argument lists instead of | Tim J. Robbins | 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 Notes: svn path=/head/; revision=103876 | ||||
| * | Add implementations of the wprintf() family of functions, which perform | Tim J. Robbins | 2002-09-21 | 1 | -0/+1538 |
| formatted wide-character output. Notes: svn path=/head/; revision=103739 | |||||
