Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix EOVERFLOW detection in vswprintf(3) | fjoe | 2005-02-21 | 1 | -4/+5 |
| | | | | | Reviewed by: tjr MFC after: 2 weeks | ||||
* | 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 |
| | |||||
* | Remove an unused variable: mbresult. | tjr | 2003-01-07 | 1 | -1/+0 |
| | |||||
* | Correctly handle the case where __vfwprintf() fails because it runs out | tjr | 2002-09-26 | 1 | -1/+7 |
| | | | | of memory. | ||||
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+89 |
formatted wide-character output. |