summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vswscanf.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-151-1/+3
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-3/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* 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
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+98