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
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