summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfscanf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include float.h for the LDBL_MAX_EXP cpp test in floatio.hjsg2016-10-301-1/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+2
* It's still safe to assumed 'signed' existsguenther2014-03-191-3/+3
* add some prototypes, casts, includes, parenthesis, and whatnot totedu2013-04-171-1/+2
* Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).stsp2012-01-181-1/+169
* Make __svfscanf() the unlocked, core of vfscanf() and use it inguenther2011-11-081-13/+15
* Recognize %a, %A format specifiers, per C99.martynas2011-07-031-7/+5
* Properly implement the long double (%Lf) scanf without the precisionmartynas2011-07-031-8/+10
* Fix the handle locking in stdio to use flockfile/funlockfilekurt2009-11-091-3/+9
* Back out previous commit, as it caused too much growth for the installguenther2009-10-221-9/+3
* Fix the handle locking in stdio to use flockfile/funlockfileguenther2009-10-211-3/+9
* accept %F, which actually behaves the same as %f. per C99martynas2009-04-051-1/+2
* Pull in inttypes.h, not stdint.h so we get the prototypes formillert2006-01-131-4/+4
* Use long long and intmax_t instead of quad_t throughout. Adapted inmillert2006-01-131-40/+57
* Fix the handling of negative hexadecimal numbers in integer formats.millert2006-01-081-10/+16
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-2/+2
* Do not overlap flags; problem introduced when new escapes were added.millert2006-01-031-7/+7
* Add %hhd to *printf and *scanf as well as %z to *scanf. This wasmillert2005-12-191-10/+30
* zap remaining rcsid.espie2005-08-081-4/+1
* next citrus step.espie2005-06-171-1/+3
* Use '\0' not 0 when storing as a char, part from Andrey Matveev.millert2005-05-281-5/+5
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-111-2/+6
* make sure the implementation matches the prototype..pat2005-03-311-2/+2
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-17/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
* a first pass at -Wallderaadt2001-07-091-1/+2
* Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>millert1998-01-201-12/+3
* Ignore whitespace separating a conversion and %n. There may bemillert1998-01-191-2/+7
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* Remove dead codetholo1996-09-151-3/+3
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+766