summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/vfprintf.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some style bugsAlexey Zelkin2001-12-171-15/+18
* Also fix cases when thousands separator should be put before number. ForAlexey Zelkin2001-12-131-2/+4
* Respect locale while handling of \' flag.Alexey Zelkin2001-12-131-22/+63
* * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flagAlexey Zelkin2001-12-071-3/+3
* Implement several of the c99 updates to printf(3):Bill Fenner2001-11-301-115/+233
* Fixed style bugs in previous commit.Bruce Evans2001-10-151-15/+15
* Make this compile on ia64.Doug Rabson2001-10-141-25/+46
* Mark some functions as __printflike() and/or taking const char * argumentsKris Kennaway2001-08-201-1/+1
* Remove freelists managed by Balloc/Bfree.Tor Egge2001-02-151-5/+18
* Take decimal point from locale instead of hardcoded '.' (SUSv2)Andrey A. Chernov2001-02-101-9/+10
* Backout previous commit. Use of spinlocks was not approved.Tor Egge2001-02-091-18/+5
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-081-5/+18
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-62/+49
* Fix bugs in the handling of > 8 positional arguments:Archie Cobbs2001-01-061-14/+18
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add support for long long modifier (e.g. %llx, %lld).Doug Rabson1999-03-111-3/+9
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* Don't assign the va_list variable 'ap' directly to the argtable becauseJohn Birrell1998-05-081-19/+18
* Add FILE locking stubs for libc.John Birrell1998-04-111-17/+6
* size_t -> unsignedAndrey A. Chernov1998-01-041-3/+3
* Add overflow checks: if output size becomes bigger than INT_MAX,Andrey A. Chernov1997-12-251-2/+13
* Return back to BSD snprintf semantics which recent C9x standard adoptsAndrey A. Chernov1997-12-241-9/+5
* Fix snprintf(...%n...)Andrey A. Chernov1997-12-241-5/+9
* Comment that long double is poorly implemented, not that it is unimplemented.Bruce Evans1997-12-191-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* The following patch to lib/libc/stdio implements positional arguments inJordan K. Hubbard1997-01-141-22/+400
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary PalmerJames Raynard1996-06-221-1/+10
* The 4.4-lite vfprintf counted the %# hex prefix and the sign inBill Fenner1996-03-201-8/+6
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-221-3/+23
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* Obtained from: 1.1.5 (originally by jtc)Bruce Evans1995-04-061-1/+2
* Remove `|| flags & ALT == 0' which was an obscure no-op, not aBruce Evans1995-03-121-1/+1
* Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for thisBruce Evans1995-03-121-15/+23
* Fix handling of 'e' format floating point so that it prints trailing zerosDoug Rabson1995-01-191-1/+0
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+859