summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vswprintf.c
Commit message (Expand)AuthorAgeFilesLines
* If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1das2012-04-211-0/+6
* Ensure that the {,v}swprintf functions always null-terminate thedas2012-04-211-0/+3
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-4/+17
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-111-4/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-3/+2
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-071-1/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-051-3/+1
* Remove an unused variable: mbresult.tjr2003-01-071-1/+0
* Correctly handle the case where __vfwprintf() fails because it runs outtjr2002-09-261-1/+7
* Add implementations of the wprintf() family of functions, which performtjr2002-09-211-0/+89
OpenPOWER on IntegriCloud