summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fputwc.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-4/+16
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-2/+1
* Call __mbrtowc() and __wcrtomb() directly instead of taking detourstjr2004-07-201-1/+2
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-221-5/+3
* Prepare to handle trivial state-dependent encodings. Full support fortjr2004-04-071-1/+4
* Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedtjr2003-11-041-3/+1
* Fix a typo that caused the optimized single-byte locale path not to be taken.tjr2003-11-011-1/+1
* Set the error bit on the stream if an encoding error occurs. Improvetjr2002-10-161-1/+3
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-201-11/+21
* Optimise the common case where no special encoding is in use (LC_CTYPE is "C"tjr2002-09-181-5/+23
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-181-2/+13
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+46
OpenPOWER on IntegriCloud