| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass NULL instead of a pointer to a zeroed mbstate_t object. | Tim J. Robbins | 2003-11-05 | 1 | -7/+3 |
| * | Revamp scanf's floating-point-parsing algorithm to support | David Schultz | 2003-06-28 | 1 | -94/+172 |
| * | No need to include floatio.h here: vfscanf() no longer uses anything | Tim J. Robbins | 2002-11-01 | 1 | -1/+0 |
| * | Fix off-by-one error when pushing back a multibyte sequence in | Tim J. Robbins | 2002-10-17 | 1 | -2/+6 |
| * | Make part of the previous change clearer; check flags for SUPPRESS directly | Tim J. Robbins | 2002-10-17 | 1 | -7/+7 |
| * | Count field width correctly for suppressed multibyte fields (%*lc, | Tim J. Robbins | 2002-10-16 | 1 | -60/+84 |
| * | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 1 | -10/+36 |
| * | Use a weak reference instead of a macro to make vfscanf an alias | Tim J. Robbins | 2002-10-14 | 1 | -0/+2 |
| * | Implement the %lc, %ls and %[ conversions, which read sequences of wide | Tim J. Robbins | 2002-09-23 | 1 | -1/+105 |
| * | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | Tim J. Robbins | 2002-08-13 | 1 | -0/+2 |
| * | Assume __STDC__, remove non-__STDC__ code. | Alfred Perlstein | 2002-05-28 | 1 | -4/+0 |
| * | Implement several of the c99 updates to scanf(3): | Bill Fenner | 2002-04-20 | 1 | -64/+85 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 1 | -4/+2 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 1 | -3/+3 |
| * | Back out national digits support, POSIX explicetely disallows it: | Andrey A. Chernov | 2001-11-29 | 1 | -53/+55 |
| * | Don't ever assume that isdigit() is always subset of isxdigit() | Andrey A. Chernov | 2001-11-28 | 1 | -1/+1 |
| * | Allow national (non-ASCII) digits | Andrey A. Chernov | 2001-11-28 | 1 | -55/+53 |
| * | Use decimal point from localeconv() instead of hardcoded '.' (SUSv2) | Andrey A. Chernov | 2001-02-10 | 1 | -6/+14 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -17/+31 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Apply patch to properly sscanf(3) when there is whitespace in the format | David E. O'Brien | 1998-09-25 | 1 | -7/+2 |
| * | Fixed long double formats. They were mostly not implemented except | Bruce Evans | 1997-11-23 | 1 | -4/+7 |
| * | Add 64 bit int support to scanf() | Jordan K. Hubbard | 1997-07-01 | 1 | -14/+23 |
| * | Eliminate yet one function call when locale not used | Andrey A. Chernov | 1997-04-04 | 1 | -3/+4 |
| * | Speedup in case locale not used | Andrey A. Chernov | 1997-04-04 | 1 | -7/+16 |
| * | Fixed handling of input failure by the scanf family. | Bruce Evans | 1997-03-03 | 1 | -3/+11 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Add XXX comment describing potential memset non-portable issue | Andrey A. Chernov | 1997-02-05 | 1 | -0/+3 |
| * | Use collate for national [a-z]-like ranges | Andrey A. Chernov | 1997-01-16 | 1 | -8/+13 |
| * | 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 | -4/+9 |
| * | Code cleanup:- | James Raynard | 1996-06-12 | 1 | -1/+1 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+748 |