summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fputwc.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
2016-08-25Remove "Fast path", it bypass __wcrtomb() and all its error checking.Andrey A. Chernov
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2004-07-20Call __mbrtowc() and __wcrtomb() directly instead of taking detoursTim J. Robbins
2004-05-22Associate a multibyte conversion state object with each stream. Reset itTim J. Robbins
2004-04-07Prepare to handle trivial state-dependent encodings. Full support forTim J. Robbins
2003-11-04Pass mbrtowc() and wcrtomb() NULL instead of a pointer to a freshly zeroedTim J. Robbins
2003-11-01Fix a typo that caused the optimized single-byte locale path not to be taken.Tim J. Robbins
2002-10-16Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins
2002-09-20Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()Tim J. Robbins
2002-09-18Optimise the common case where no special encoding is in use (LC_CTYPE is "C"Tim J. Robbins
2002-09-18Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()Tim J. Robbins
2002-08-13Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins