summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfprintf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* When positional arguments need more memory for storage (more than 8 args),deraadt2003-05-161-16/+30
* Use va_copy() for varargs assignemnt. va_copy() is standard with C99drahn2002-10-241-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-6/+1
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-171-5/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* KNF, i need this for what comes next..deraadt2001-12-051-47/+46
* Fix a bug with the %e flag introduced in a -Wall pass. The originalmillert2001-08-131-2/+2
* a first pass at -Wallderaadt2001-07-091-2/+2
* knfderaadt2001-05-311-54/+54
* Fix an incorrect memset() in __grow_type_table(); dk@homepage.rumillert2001-04-201-3/+4
* do { ... } while (0) instead of just { ... } in macrosmillert1999-08-221-7/+7
* realloc repairderaadt1998-08-141-6/+7
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-2/+2
* Clean up lint and compile warningstholo1996-12-141-9/+6
* va_list is *not* void* all over...niklas1996-11-131-18/+23
* Set errno to EBADF when attempting to write to a file pointer opened read-onlytholo1996-10-271-2/+5
* Support XPG/3-style positional arguments in printf family.michaels1996-09-241-23/+409
* Fix RCS idstholo1996-08-191-2/+1
* initial import of NetBSD treederaadt1995-10-181-0/+782