summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fputws.c
AgeCommit message (Expand)Author
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-08-04libc: drop "All rights reserved" from Foundation copyrightsEd Maste
2017-11-25libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-29Make stdio deferred cancel-safe.Konstantin Belousov
2014-07-22Avoid possible cast degradation.Pedro F. Giffuni
2012-04-21As noted by Peter Jeremy, r234528 only partially fixed the infiniteDavid Schultz
2012-04-21Fix a bug introduced in r187302 that was causing fputws() to enter anDavid Schultz
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-01-15Introduce a local variable and use it instead of passed in parameterRoman Divacky
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2004-07-21Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins
2004-07-21Use __wcsrtombs() and __sfvwrite() to convert and write the wide characterTim J. Robbins
2002-09-20Lock the file once per call and use the unlocked fgetwc()/fputwc() variants.Tim J. Robbins
2002-09-18Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins
2002-09-06Style: One space between "restrict" qualifier and "*".Tim J. Robbins
2002-08-13Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins