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
/
sscanf.c
Age
Commit message (
Expand
)
Author
2015-08-31
Add framework for resolving (pun intended) libc namespace issues, using
Philip Guenther
2011-11-08
Make __svfscanf() the unlocked, core of vfscanf() and use it in
Philip Guenthe
2011-05-30
Make printf-like and scanf-like functions marked as such in llib-lc.ln
Martynas Venckus
2005-08-08
zap remaining rcsid.
Marc Espie
2005-06-17
next citrus step.
Marc Espie
2005-05-11
let vfscanf be a real function. Use a weak_alias on systems where this
Marc Espie
2005-04-30
Change internals of FILE: reuse the unget buffer field to access an
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
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt