summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfscanf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | a cleaner way to do this.
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
|
* Remove dead codetholo1996-09-151-3/+3
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-191-6/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+766