index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
vfscanf.c
Age
Commit message (
Expand
)
Author
2003-12-30
Add support for scanf "hh" format modifiers - we use it in int_fmtio.h
martin
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-05-27
Fix handing of -ve hexadecimal numbers in the %i format. Fixes
thorpej
2003-01-18
Merge the nathanw_sa branch.
thorpej
2002-05-26
__STDC__ is always defined on NetBSD.
wiz
2002-05-24
* Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h.
thorpej
2001-12-07
- make FILE structure extensible without breaking binary-compatibility.
yamt
2001-12-02
C99: Recognize %F here, too.
kleink
2001-04-28
* Move definitions of exact-width integer types from <machine/types.h>
kleink
2000-03-08
Replace internal use of strto{,u}q() with strto{,u}ll().
kleink
2000-01-21
Need to include "reentrant.h" for FLOCKFILE macros.
wrstuden
2000-01-21
Do file locking.
mycroft
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-11-15
delint
christos
1998-10-25
Don't return immediately if EOF encountered while matching format string white
kleink
1998-07-27
Delint (partially).
mycroft
1998-07-26
const poisoning.
mycroft
1998-02-03
remove obsolete register declarations
perry
1997-12-19
Change several functions to return -1 instead of EOF, which was semantically
kleink
1997-07-13
Fix RCSID's
christos
1996-03-29
Add explict function return types
jtc
1995-03-22
Added "long long" support %ll{d,x,o,i}.
jtc
1995-02-25
when you have a quad and want to assign to a pointer, you must say:
cgd
1995-02-02
Merged with 4.4lite.
jtc
1995-01-30
Handle long doubles.
jtc
1995-01-27
Added support for quad_t and u_quad_t's with the 'q' flag.
jtc
1995-01-26
Removed conflicting "backwards compatibility" code to make scanf
jtc
1994-09-19
Move FLOATING_POINT definition into Makefile.inc.
mycroft
1994-05-22
_VA_LIST_ -> _BSD_VA_LIST_
cgd
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-07-12
Make declarations match prototypes.
mycroft
1993-07-09
update for better FP routines, from AT&T & elsewhere
cgd
1993-04-18
Make arguments match prototypes.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd