summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for long long modifier (e.g. %llx, %lld).dfr1999-03-111-3/+9
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
* Don't assign the va_list variable 'ap' directly to the argtable becausejb1998-05-081-19/+18
* Add FILE locking stubs for libc.jb1998-04-111-17/+6
* size_t -> unsignedache1998-01-041-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,ache1997-12-251-2/+13
* Return back to BSD snprintf semantics which recent C9x standard adoptsache1997-12-241-9/+5
* Fix snprintf(...%n...)ache1997-12-241-5/+9
* Comment that long double is poorly implemented, not that it is unimplemented.bde1997-12-191-2/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* The following patch to lib/libc/stdio implements positional arguments injkh1997-01-141-22/+400
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-1/+10
* The 4.4-lite vfprintf counted the %# hex prefix and the sign infenner1996-03-201-8/+6
* Reviewed by: julian and (hsu?)julian1996-01-221-3/+23
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Obtained from: 1.1.5 (originally by jtc)bde1995-04-061-1/+2
* Remove `|| flags & ALT == 0' which was an obscure no-op, not abde1995-03-121-1/+1
* Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for thisbde1995-03-121-15/+23
* Fix handling of 'e' format floating point so that it prints trailing zerosdfr1995-01-191-1/+0
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+859
OpenPOWER on IntegriCloud