summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfscanf.c
Commit message (Expand)AuthorAgeFilesLines
* Previously, vfscanf()'s wide character processing functions weredas2012-04-291-140/+60
* Bugfix: Correctly count the number of characters read for %l[ conversions.das2012-04-221-7/+4
* Bugfix: %n doesn't count as a conversion, sodas2012-04-221-1/+0
* Refactor scanf to improve modularity. Conversions are now performeddas2012-04-221-368/+449
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-16/+35
* - Add support for multibyte decimal_point encodings, e.g., U+066B.das2009-01-191-14/+32
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)das2007-12-091-4/+0
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Add missing #if's for NO_FLOATING_POINTphk2006-04-011-0/+2
* With current pthread implementations, a mutex initialization willdavidxu2005-12-161-1/+1
* Remove unused variable.stefanf2005-04-081-3/+2
* - To make it easier to compile *printf() and *scanf() withoutdas2004-05-021-7/+5
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-071-3/+8
* Fix the handling of negative hexadecimal numbers in integer formats.das2004-01-311-3/+9
* Make intentions explicit with additional parenthesis.nectar2004-01-061-4/+4
* Pass NULL instead of a pointer to a zeroed mbstate_t object.tjr2003-11-051-7/+3
* Revamp scanf's floating-point-parsing algorithm to supportdas2003-06-281-94/+172
* No need to include floatio.h here: vfscanf() no longer uses anythingtjr2002-11-011-1/+0
* Fix off-by-one error when pushing back a multibyte sequence intjr2002-10-171-2/+6
* Make part of the previous change clearer; check flags for SUPPRESS directlytjr2002-10-171-7/+7
* Count field width correctly for suppressed multibyte fields (%*lc,tjr2002-10-161-60/+84
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-161-10/+36
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-141-0/+2
* Implement the %lc, %ls and %[ conversions, which read sequences of widetjr2002-09-231-1/+105
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-4/+0
* Implement several of the c99 updates to scanf(3):fenner2002-04-201-64/+85
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove 'register' keyword.obrien2002-03-211-3/+3
* Back out national digits support, POSIX explicetely disallows it:ache2001-11-291-53/+55
* Don't ever assume that isdigit() is always subset of isxdigit()ache2001-11-281-1/+1
* Allow national (non-ASCII) digitsache2001-11-281-55/+53
* Use decimal point from localeconv() instead of hardcoded '.' (SUSv2)ache2001-02-101-6/+14
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-17/+31
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Apply patch to properly sscanf(3) when there is whitespace in the formatobrien1998-09-251-7/+2
* Fixed long double formats. They were mostly not implemented exceptbde1997-11-231-4/+7
* Add 64 bit int support to scanf()jkh1997-07-011-14/+23
* Eliminate yet one function call when locale not usedache1997-04-041-3/+4
* Speedup in case locale not usedache1997-04-041-7/+16
* Fixed handling of input failure by the scanf family.bde1997-03-031-3/+11
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Add XXX comment describing potential memset non-portable issueache1997-02-051-0/+3
* Use collate for national [a-z]-like rangesache1997-01-161-8/+13
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-4/+9
* Code cleanup:-jraynard1996-06-121-1/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+748
OpenPOWER on IntegriCloud