summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fputws.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r268985, r269001:pfg2014-07-251-1/+1
* As noted by Peter Jeremy, r234528 only partially fixed the infinitedas2012-04-211-1/+1
* Fix a bug introduced in r187302 that was causing fputws() to enter andas2012-04-211-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-2/+15
* Introduce a local variable and use it instead of passed in parameterrdivacky2009-01-151-1/+3
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-1/+1
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-1/+2
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide charactertjr2004-07-211-8/+25
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-201-3/+6
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-181-2/+1
* Style: One space between "restrict" qualifier and "*".tjr2002-09-061-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+51
OpenPOWER on IntegriCloud