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
/
vfprintf.c
Age
Commit message (
Expand
)
Author
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-16
When positional arguments need more memory for storage (more than 8 args),
Theo de Raadt
2002-10-24
Use va_copy() for varargs assignemnt. va_copy() is standard with C99
Dale Rahn
2002-02-19
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
Todd C. Miller
2002-02-17
Manual cleanup of remaining userland __P use (excluding packages maintained o...
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-12-05
KNF, i need this for what comes next..
Theo de Raadt
2001-08-13
Fix a bug with the %e flag introduced in a -Wall pass. The original
Todd C. Miller
2001-07-09
a first pass at -Wall
Theo de Raadt
2001-05-31
knf
Theo de Raadt
2001-04-20
Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru
Todd C. Miller
1999-08-22
do { ... } while (0) instead of just { ... } in macros
Todd C. Miller
1998-08-14
realloc repair
Theo de Raadt
1997-07-25
#if __STDC__ --> #ifdef __STDC__
Michael Shalayeff
1996-12-14
Clean up lint and compile warnings
Thorsten Lockert
1996-11-13
va_list is *not* void* all over...
Niklas Hallqvist
1996-10-27
Set errno to EBADF when attempting to write to a file pointer opened read-only
Thorsten Lockert
1996-09-24
Support XPG/3-style positional arguments in printf family.
michaels
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt