aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/ungetwc.c
Commit message (Expand)AuthorAgeFilesLines
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-201-0/+1
* Call __mbrtowc() and __wcrtomb() directly instead of taking detoursTim J. Robbins2004-07-201-1/+2
* Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins2004-05-221-5/+2
* Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins2004-04-071-1/+4
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedTim J. Robbins2003-11-041-3/+1
* Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins2002-10-161-1/+3
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()Tim J. Robbins2002-09-221-9/+21
* Lock and unlock the file once per call and use the unlocked version ofTim J. Robbins2002-09-201-7/+11
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-181-2/+15
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+46