| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 1 | -2/+6 |
* | Add support for the XSI %C and %S formats, which are the same as %lc | tjr | 2002-10-16 | 1 | -0/+12 |
* | Use the new va_copy macro to copy variable argument lists instead of | tjr | 2002-09-24 | 1 | -1/+1 |
* | Implement the %ls and %lc conversions for printing wide character strings | tjr | 2002-09-19 | 1 | -6/+110 |
* | Convert eight space indents to tabs in the "*" format handling code. | tjr | 2002-09-16 | 1 | -43/+43 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 1 | -1/+1 |
* | Print a '-' sign for negative zero. Tested with | schweikh | 2002-08-27 | 1 | -7/+2 |
* | - For compliance with IEEE Std 1003.1-2001, add the 'restrict' | robert | 2002-08-15 | 1 | -1/+2 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+1 |
* | Assume __STDC__, remove non-__STDC__ code. | alfred | 2002-05-28 | 1 | -4/+0 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Remove multi-line __P() usage. | obrien | 2002-03-22 | 1 | -5/+5 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -6/+6 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -2/+2 |
* | Fix some style bugs | phantom | 2001-12-17 | 1 | -15/+18 |
* | Also fix cases when thousands separator should be put before number. For | phantom | 2001-12-13 | 1 | -2/+4 |
* | Respect locale while handling of \' flag. | phantom | 2001-12-13 | 1 | -22/+63 |
* | * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag | phantom | 2001-12-07 | 1 | -3/+3 |
* | Implement several of the c99 updates to printf(3): | fenner | 2001-11-30 | 1 | -115/+233 |
* | Fixed style bugs in previous commit. | bde | 2001-10-15 | 1 | -15/+15 |
* | Make this compile on ia64. | dfr | 2001-10-14 | 1 | -25/+46 |
* | Mark some functions as __printflike() and/or taking const char * arguments | kris | 2001-08-20 | 1 | -1/+1 |
* | Remove freelists managed by Balloc/Bfree. | tegge | 2001-02-15 | 1 | -5/+18 |
* | Take decimal point from locale instead of hardcoded '.' (SUSv2) | ache | 2001-02-10 | 1 | -9/+10 |
* | Backout previous commit. Use of spinlocks was not approved. | tegge | 2001-02-09 | 1 | -18/+5 |
* | Protect freelists managed by Balloc/Bfree with a spinlock. | tegge | 2001-02-08 | 1 | -5/+18 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -62/+49 |
* | Fix bugs in the handling of > 8 positional arguments: | archie | 2001-01-06 | 1 | -14/+18 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Add support for long long modifier (e.g. %llx, %lld). | dfr | 1999-03-11 | 1 | -3/+9 |
* | Replace memory leaking instances of realloc with non-leaking reallocf. | imp | 1998-09-16 | 1 | -2/+2 |
* | Don't assign the va_list variable 'ap' directly to the argtable because | jb | 1998-05-08 | 1 | -19/+18 |
* | Add FILE locking stubs for libc. | jb | 1998-04-11 | 1 | -17/+6 |
* | size_t -> unsigned | ache | 1998-01-04 | 1 | -3/+3 |
* | Add overflow checks: if output size becomes bigger than INT_MAX, | ache | 1997-12-25 | 1 | -2/+13 |
* | Return back to BSD snprintf semantics which recent C9x standard adopts | ache | 1997-12-24 | 1 | -9/+5 |
* | Fix snprintf(...%n...) | ache | 1997-12-24 | 1 | -5/+9 |
* | Comment that long double is poorly implemented, not that it is unimplemented. | bde | 1997-12-19 | 1 | -2/+3 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | The following patch to lib/libc/stdio implements positional arguments in | jkh | 1997-01-14 | 1 | -22/+400 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | jraynard | 1996-06-22 | 1 | -1/+10 |
* | The 4.4-lite vfprintf counted the %# hex prefix and the sign in | fenner | 1996-03-20 | 1 | -8/+6 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -3/+23 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -3/+3 |
* | Obtained from: 1.1.5 (originally by jtc) | bde | 1995-04-06 | 1 | -1/+2 |
* | Remove `|| flags & ALT == 0' which was an obscure no-op, not a | bde | 1995-03-12 | 1 | -1/+1 |
* | Obtained from: 1.1.5. Originally by jtc. Cosmetically changed for this | bde | 1995-03-12 | 1 | -15/+23 |
* | Fix handling of 'e' format floating point so that it prints trailing zeros | dfr | 1995-01-19 | 1 | -1/+0 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+859 |