| Commit message (Expand) | Author | Age | Files | Lines |
| * | Kludge around a bug that results from printf() assuming that | David Schultz | 2003-03-14 | 1 | -1/+1 |
| * | Replace our ancient dtoa/strtod implementation with the gdtoa | David Schultz | 2003-03-12 | 1 | -9/+10 |
| * | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 1 | -2/+6 |
| * | Add support for the XSI %C and %S formats, which are the same as %lc | Tim J. Robbins | 2002-10-16 | 1 | -0/+12 |
| * | Use the new va_copy macro to copy variable argument lists instead of | Tim J. Robbins | 2002-09-24 | 1 | -1/+1 |
| * | Implement the %ls and %lc conversions for printing wide character strings | Tim J. Robbins | 2002-09-19 | 1 | -6/+110 |
| * | Convert eight space indents to tabs in the "*" format handling code. | Tim J. Robbins | 2002-09-16 | 1 | -43/+43 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -1/+1 |
| * | Print a '-' sign for negative zero. Tested with | Jens Schweikhardt | 2002-08-27 | 1 | -7/+2 |
| * | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | Robert Drehmel | 2002-08-15 | 1 | -1/+2 |
| * | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+1 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -4/+0 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 |
| * | Remove multi-line __P() usage. | David E. O'Brien | 2002-03-22 | 1 | -5/+5 |
| * | Remove __P() usage. | David E. O'Brien | 2002-03-21 | 1 | -6/+6 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -2/+2 |
| * | Fix some style bugs | Alexey Zelkin | 2001-12-17 | 1 | -15/+18 |
| * | Also fix cases when thousands separator should be put before number. For | Alexey Zelkin | 2001-12-13 | 1 | -2/+4 |
| * | Respect locale while handling of \' flag. | Alexey Zelkin | 2001-12-13 | 1 | -22/+63 |
| * | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | Alexey Zelkin | 2001-12-07 | 1 | -3/+3 |
| * | Implement several of the c99 updates to printf(3): | Bill Fenner | 2001-11-30 | 1 | -115/+233 |
| * | Fixed style bugs in previous commit. | Bruce Evans | 2001-10-15 | 1 | -15/+15 |
| * | Make this compile on ia64. | Doug Rabson | 2001-10-14 | 1 | -25/+46 |
| * | Mark some functions as __printflike() and/or taking const char * arguments | Kris Kennaway | 2001-08-20 | 1 | -1/+1 |
| * | Remove freelists managed by Balloc/Bfree. | Tor Egge | 2001-02-15 | 1 | -5/+18 |
| * | Take decimal point from locale instead of hardcoded '.' (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -9/+10 |
| * | Backout previous commit. Use of spinlocks was not approved. | Tor Egge | 2001-02-09 | 1 | -18/+5 |
| * | Protect freelists managed by Balloc/Bfree with a spinlock. | Tor Egge | 2001-02-08 | 1 | -5/+18 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -62/+49 |
| * | Fix bugs in the handling of > 8 positional arguments: | Archie Cobbs | 2001-01-06 | 1 | -14/+18 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Add support for long long modifier (e.g. %llx, %lld). | Doug Rabson | 1999-03-11 | 1 | -3/+9 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -2/+2 |
| * | Don't assign the va_list variable 'ap' directly to the argtable because | John Birrell | 1998-05-08 | 1 | -19/+18 |
| * | Add FILE locking stubs for libc. | John Birrell | 1998-04-11 | 1 | -17/+6 |
| * | size_t -> unsigned | Andrey A. Chernov | 1998-01-04 | 1 | -3/+3 |
| * | Add overflow checks: if output size becomes bigger than INT_MAX, | Andrey A. Chernov | 1997-12-25 | 1 | -2/+13 |
| * | Return back to BSD snprintf semantics which recent C9x standard adopts | Andrey A. Chernov | 1997-12-24 | 1 | -9/+5 |
| * | Fix snprintf(...%n...) | Andrey A. Chernov | 1997-12-24 | 1 | -5/+9 |
| * | Comment that long double is poorly implemented, not that it is unimplemented. | Bruce Evans | 1997-12-19 | 1 | -2/+3 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | The following patch to lib/libc/stdio implements positional arguments in | Jordan K. Hubbard | 1997-01-14 | 1 | -22/+400 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 1 | -1/+10 |
| * | The 4.4-lite vfprintf counted the %# hex prefix and the sign in | Bill Fenner | 1996-03-20 | 1 | -8/+6 |
| * | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -3/+23 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -3/+3 |
| * | Obtained from: 1.1.5 (originally by jtc) | Bruce Evans | 1995-04-06 | 1 | -1/+2 |
| * | Remove `|| flags & ALT == 0' which was an obscure no-op, not a | Bruce Evans | 1995-03-12 | 1 | -1/+1 |
| * | Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for this | Bruce Evans | 1995-03-12 | 1 | -15/+23 |