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