index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vfscanf.c
Age
Commit message (
Expand
)
Author
2009-04-05
accept %F, which actually behaves the same as %f. per C99
Martynas Venckus
2006-01-13
Pull in inttypes.h, not stdint.h so we get the prototypes for
Todd C. Miller
2006-01-13
Use long long and intmax_t instead of quad_t throughout. Adapted in
Todd C. Miller
2006-01-08
Fix the handling of negative hexadecimal numbers in integer formats.
Todd C. Miller
2006-01-06
Adapt things to use __type_t instead of _BSD_TYPE_T_
Todd C. Miller
2006-01-03
Do not overlap flags; problem introduced when new escapes were added.
Todd C. Miller
2005-12-19
Add %hhd to *printf and *scanf as well as %z to *scanf. This was
Todd C. Miller
2005-08-08
zap remaining rcsid.
Marc Espie
2005-06-17
next citrus step.
Marc Espie
2005-05-28
Use '\0' not 0 when storing as a char, part from Andrey Matveev.
Todd C. Miller
2005-05-11
let vfscanf be a real function. Use a weak_alias on systems where this
Marc Espie
2005-03-31
make sure the implementation matches the prototype..
Patrick Latifi
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2001-07-09
a first pass at -Wall
Theo de Raadt
1998-01-20
Better fix for %n and whitespace. Chris Torek <torek@bsdi.com>
Todd C. Miller
1998-01-19
Ignore whitespace separating a conversion and %n. There may be
Todd C. Miller
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt