Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare to handle trivial state-dependent encodings. Full support for | tjr | 2004-04-07 | 1 | -1/+4 |
| | | | | | state-dependent encodings with locking shifts will come later if there is demand for it. | ||||
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 1 | -3/+1 |
| | |||||
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+98 |
vfwscanf(), vswscanf(), vwscanf(). As the name suggests, these are wide- character versions of the scanf() family of functions. |