summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
AgeCommit message (Collapse)Author
2002-10-24Use va_copy() for varargs assignemnt. va_copy() is standard with C99Dale Rahn
and gcc3.2 requires this on powerpc.
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-12-05KNF, i need this for what comes next..Theo de Raadt
2001-08-13Fix a bug with the %e flag introduced in a -Wall pass. The originalTodd C. Miller
code was in error but due to C precedence rules it didn't cause a problem.
2001-07-09a first pass at -WallTheo de Raadt
2001-05-31knfTheo de Raadt
2001-04-20Fix an incorrect memset() in __grow_type_table(); dk@homepage.ruTodd C. Miller
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd
1999-08-22do { ... } while (0) instead of just { ... } in macrosTodd C. Miller
1998-08-14realloc repairTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1996-12-14Clean up lint and compile warningsThorsten Lockert
1996-11-13va_list is *not* void* all over...Niklas Hallqvist
1996-10-27Set errno to EBADF when attempting to write to a file pointer opened read-onlyThorsten Lockert
1996-09-24Support XPG/3-style positional arguments in printf family.michaels
From Mark Diekhans (markd@grizzly.com).
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-10-18initial import of NetBSD treeTheo de Raadt