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
/
vfprintf.c
Age
Commit message (
Expand
)
Author
2000-07-08
Attach __format__ attributes to local __sbprintf function
sommerfeld
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
This is ugly. There is a const castaway inside the print macro, so we cannot
christos
1998-10-13
Need internal names for isinf() and isnan().
kleink
1998-09-09
Perform stdio stream locking as appropriate.
kleink
1998-07-27
Delint (partially).
mycroft
1998-07-26
Minor nit.
mycroft
1998-07-26
const poisoning.
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-08-29
Remove the flag test when seeing if _double is zero or not. We
phil
1997-07-13
Fix RCSID's
christos
1997-05-03
Upon an attempt to write to a stream that can't be written to, set errno
kleink
1997-04-02
RCSid police
kleink
1995-05-02
The C Standard says that printf's format string is a multi-byte
jtc
1995-03-22
Added "long long" support %ll{d,x,o,i}.
jtc
1995-02-25
when you have a pointer and want to assign to a quad, you must cast it
cgd
1995-01-25
Fixed bug with '+' or ' ' flags and precision.
jtc
1994-10-20
Fix zero padding when using the # format modifier.
jtc
1994-09-30
The decimal point character is locale specific.
jtc
1994-09-19
Move FLOATING_POINT definition into Makefile.inc.
mycroft
1994-05-22
_VA_LIST_ -> _BSD_VA_LIST_
cgd
1993-11-04
Corrected and simplified floating point formatting.
jtc
1993-11-03
Trailing zeros should be printed with all floating point formats
jtc
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
Fix error in last patch.
mycroft
1993-04-18
Make arguments match prototypes.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd