summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfscanf.c
AgeCommit message (Expand)Author
5 dayslibc: drop NO_FP_LIBC supportXin LI
2025-08-09stdio: Fix bug in integer-parsing FSMDag-Erling Smørgrav
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-09-07libc: Implement N2680.Dag-Erling Smørgrav
2023-08-28libc: Fix fixed-width case in the new integer parser.Dag-Erling Smørgrav
2023-08-28libc: Implement N2630.Dag-Erling Smørgrav
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-29Make stdio deferred cancel-safe.Konstantin Belousov
2016-07-141) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov
2016-07-14Back out non-collating [a-z] ranges.Andrey A. Chernov
2016-07-10Remove broken support for collation in [a-z] type ranges.Andrey A. Chernov
2016-06-10Fix regression from r301461.Pedro F. Giffuni
2016-04-30libc: spelling fixes.Pedro F. Giffuni
2015-09-20Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues
2013-04-23Renumber clauses to reduce diffs to other versionsEd Maste
2012-04-30Remove incorrect __restrict qualifier on several pointersJean-Sébastien Pédron
2012-04-29Previously, vfscanf()'s wide character processing functions wereDavid Schultz
2012-04-22Bugfix: Correctly count the number of characters read for %l[ conversions.David Schultz
2012-04-22Bugfix: %n doesn't count as a conversion, soDavid Schultz
2012-04-22Refactor scanf to improve modularity. Conversions are now performedDavid Schultz
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-01-19- Add support for multibyte decimal_point encodings, e.g., U+066B.David Schultz
2007-12-09Remove some test instrumentation. (The Symbol.map changes broke it anyway.)David Schultz
2007-01-09Per Regents of the University of Calfornia letter, remove advertisingWarner Losh
2006-04-01Add missing #if's for NO_FLOATING_POINTPoul-Henning Kamp
2005-12-16With current pthread implementations, a mutex initialization willDavid Xu
2005-04-08Remove unused variable.Stefan Farfeleder
2004-05-02- To make it easier to compile *printf() and *scanf() withoutDavid Schultz
2004-04-07Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins
2004-01-31Fix the handling of negative hexadecimal numbers in integer formats.David Schultz
2004-01-06Make intentions explicit with additional parenthesis.Jacques Vidrine
2003-11-05Pass NULL instead of a pointer to a zeroed mbstate_t object.Tim J. Robbins
2003-06-28Revamp scanf's floating-point-parsing algorithm to supportDavid Schultz
2002-11-01No need to include floatio.h here: vfscanf() no longer uses anythingTim J. Robbins
2002-10-17Fix off-by-one error when pushing back a multibyte sequence inTim J. Robbins
2002-10-17Make part of the previous change clearer; check flags for SUPPRESS directlyTim J. Robbins
2002-10-16Count field width correctly for suppressed multibyte fields (%*lc,Tim J. Robbins
2002-10-16Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins
2002-10-14Use a weak reference instead of a macro to make vfscanf an aliasTim J. Robbins
2002-09-23Implement the %lc, %ls and %[ conversions, which read sequences of wideTim J. Robbins
2002-08-13Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
2002-04-20Implement several of the c99 updates to scanf(3):Bill Fenner
2002-03-22Fix the style of the SCM ID's.David E. O'Brien
2002-03-21Remove 'register' keyword.David E. O'Brien
2001-11-29Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov
2001-11-28Don't ever assume that isdigit() is always subset of isxdigit()Andrey A. Chernov