aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fputws.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Purge unneeded cdefs.hWarner Losh2023-11-011-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* libc: drop "All rights reserved" from Foundation copyrightsEd Maste2022-08-041-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Make stdio deferred cancel-safe.Konstantin Belousov2017-06-291-10/+10
* Avoid possible cast degradation.Pedro F. Giffuni2014-07-221-1/+1
* As noted by Peter Jeremy, r234528 only partially fixed the infiniteDavid Schultz2012-04-211-1/+1
* Fix a bug introduced in r187302 that was causing fputws() to enter anDavid Schultz2012-04-211-1/+1
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+15
* Introduce a local variable and use it instead of passed in parameterRoman Divacky2009-01-151-1/+3
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin2008-04-171-1/+1
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-1/+2
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins2004-07-211-8/+25
* Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.Tim J. Robbins2002-09-201-3/+6
* Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins2002-09-181-2/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+51