Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge vfscanf.c,v 1.35. | das | 2004-01-31 | 1 | -4/+10 |
* | Make intentions explicit with additional parenthesis. | nectar | 2004-01-06 | 1 | -4/+4 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 1 | -10/+6 |
* | Fix two incorrect uses of sizeof: we need to divide the size of the buffer | tjr | 2003-07-05 | 1 | -11/+6 |
* | Merge recent floating point conversion changes from vfscanf.c. | tjr | 2003-07-05 | 1 | -93/+175 |
* | No need to include floatio.h here: vfscanf() no longer uses anything | tjr | 2002-11-01 | 1 | -1/+0 |
* | The field width for single-byte string conversions (%c, %s, %[) is the | tjr | 2002-10-17 | 1 | -33/+88 |
* | Remove an unneeded call to _sfrefill() that was missed in the conversion | tjr | 2002-09-24 | 1 | -6/+0 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+748 |