Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set the error bit on the stream if an encoding error occurs. Improve | tjr | 2002-10-16 | 1 | -1/+3 |
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | tjr | 2002-09-22 | 1 | -9/+21 |
* | Lock and unlock the file once per call and use the unlocked version of | tjr | 2002-09-20 | 1 | -7/+11 |
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 1 | -2/+15 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+46 |