aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfwscanf.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-2/+0
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-071-0/+40
* libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav2023-08-281-1/+1
* libc: Implement N2630.Dag-Erling Smørgrav2023-08-281-116/+147
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* libc/stdio/vfwscanf.c::convert_wstring(): wcp0 is write-onlyKonstantin Belousov2021-11-291-2/+0
* The function fwscanf() return value is wrong when encountering an earlyStephen J. Kiernan2017-12-061-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-2/+2
* Renumber clauses to reduce diffs to other versionsEd Maste2013-04-231-1/+1
* Remove incorrect __restrict qualifier on several pointersJean-Sébastien Pédron2012-04-301-4/+4
* Fix a bug in *wscanf's handling of non-wide %s, %c, and %[David Schultz2012-04-301-44/+9
* Bugfix: Include whitespace characters in the count of the number ofDavid Schultz2012-04-221-1/+1
* Bugfix: %n doesn't count as a conversion, soDavid Schultz2012-04-221-1/+0
* Refactor scanf to improve modularity. Conversions are now performedDavid Schultz2012-04-221-300/+394
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-39/+49
* - Add support for multibyte decimal_point encodings, e.g., U+066B.David Schultz2009-01-191-9/+17
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)David Schultz2007-12-091-4/+0
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Add missing #if's for NO_FLOATING_POINTPoul-Henning Kamp2006-04-011-0/+2
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-201-0/+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