summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetws.c
Commit message (Expand)AuthorAgeFilesLines
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-3/+15
* Eliminate more dead stores.wollman2009-11-251-1/+1
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-2/+2
* Don't add integers to void pointers.stefanf2004-10-031-1/+2
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfacetjr2004-07-211-14/+38
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.tjr2002-09-201-6/+14
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()tjr2002-09-181-8/+5
* 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/+70
OpenPOWER on IntegriCloud