summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwscanf.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Remove bogus FBSDID.David E. O'Brien2004-05-021-3/+1
* Merge vfscanf.c, v1.37:David Schultz2004-05-021-8/+7
* Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins2004-04-071-6/+11
* Merge vfscanf.c,v 1.35.David Schultz2004-01-311-4/+10
* Make intentions explicit with additional parenthesis.Jacques Vidrine2004-01-061-4/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins2003-11-051-10/+6
* Fix two incorrect uses of sizeof: we need to divide the size of the bufferTim J. Robbins2003-07-051-11/+6
* Merge recent floating point conversion changes from vfscanf.c.Tim J. Robbins2003-07-051-93/+175
* No need to include floatio.h here: vfscanf() no longer uses anythingTim J. Robbins2002-11-011-1/+0
* The field width for single-byte string conversions (%c, %s, %[) is theTim J. Robbins2002-10-171-33/+88
* Remove an unneeded call to _sfrefill() that was missed in the conversionTim J. Robbins2002-09-241-6/+0
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+748