summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vswprintf.c
AgeCommit message (Expand)Author
2023-11-21libc: remove some obsolete VCS dataBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2012-04-21If the size passed to {,v}s{w,n}printf is larger than INT_MAX+1David Schultz
2012-04-21Ensure that the {,v}swprintf functions always null-terminate theDavid Schultz
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2010-03-11- Use an initializer macro to initialize fields in 'fake' FILE objects usedJohn Baldwin
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2005-02-21Fix EOVERFLOW detection in vswprintf(3)Max Khon
2004-04-07Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins
2003-11-05Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins
2003-01-07Remove an unused variable: mbresult.Tim J. Robbins
2002-09-26Correctly handle the case where __vfwprintf() fails because it runs outTim J. Robbins
2002-09-21Add implementations of the wprintf() family of functions, which performTim J. Robbins