summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfscanf.c
AgeCommit message (Expand)Author
2016-10-30include float.h for the LDBL_MAX_EXP cpp test in floatio.hJonathan Gray
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsPhilip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2014-03-19It's still safe to assumed 'signed' existsPhilip Guenther
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2012-01-18Add support for C99 %ls, %lc, and %l[ format directives to scanf(3).Stefan Sperling
2011-11-08Make __svfscanf() the unlocked, core of vfscanf() and use it inPhilip Guenthe
2011-07-03Recognize %a, %A format specifiers, per C99.Martynas Venckus
2011-07-03Properly implement the long double (%Lf) scanf without the precisionMartynas Venckus
2009-11-09Fix the handle locking in stdio to use flockfile/funlockfileKurt Miller
2009-10-22Back out previous commit, as it caused too much growth for the installPhilip Guenthe
2009-10-21Fix the handle locking in stdio to use flockfile/funlockfilePhilip Guenthe
2009-04-05accept %F, which actually behaves the same as %f. per C99Martynas Venckus
2006-01-13Pull in inttypes.h, not stdint.h so we get the prototypes forTodd C. Miller
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inTodd C. Miller
2006-01-08Fix the handling of negative hexadecimal numbers in integer formats.Todd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-03Do not overlap flags; problem introduced when new escapes were added.Todd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-06-17next citrus step.Marc Espie
2005-05-28Use '\0' not 0 when storing as a char, part from Andrey Matveev.Todd C. Miller
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2001-07-09a first pass at -WallTheo de Raadt
1998-01-20Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>Todd C. Miller
1998-01-19Ignore whitespace separating a conversion and %n. There may beTodd C. Miller
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-09-15Remove dead codeThorsten Lockert
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt