summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vswprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-3/+2
* Fix EOVERFLOW detection in vswprintf(3)Max Khon2005-02-211-4/+5
* Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins2004-04-071-1/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-051-3/+1
* Remove an unused variable: mbresult.Tim J. Robbins2003-01-071-1/+0
* Correctly handle the case where __vfwprintf() fails because it runs outTim J. Robbins2002-09-261-1/+7
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+89