summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetwc.c
Commit message (Expand)AuthorAgeFilesLines
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedtjr2003-11-041-3/+1
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-161-0/+1
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-201-7/+21
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"tjr2002-09-181-3/+25
* Logic error in previous: don't exit the loop when an incomplete multibytetjr2002-09-181-1/+1
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-181-11/+27
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+56
OpenPOWER on IntegriCloud