Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | tjr | 2002-09-22 | 1 | -9/+21 |
| | | | | will need to use. | ||||
* | Lock and unlock the file once per call and use the unlocked version of | tjr | 2002-09-20 | 1 | -7/+11 |
| | | | | ungetc() instead of having ungetc() recurse on the lock. | ||||
* | Reimplement the functionality of fgetrune(), fputrune(), and fungetrune() | tjr | 2002-09-18 | 1 | -2/+15 |
| | | | | | | here in terms of mbrtowc(), wcrtomb(), and the single-byte I/O functions. The rune I/O functions are about to become deprecated in favour of the ones provided by ISO C90 Amd. 1 and C99. | ||||
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+46 |
putwc(), fputwc(), putwchar(), ungetwc(), fwide(). |