summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetwc.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-09-01If error happens, don't overwrite original errno comes from __mbrtowc()Andrey A. Chernov
2016-08-221) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed toAndrey A. Chernov
2012-04-29Previously, vfscanf()'s wide character processing functions wereDavid Schultz
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-07-09Slightly reorganize and simplify.Tim J. Robbins
2004-05-22Perform conversions straight from the stream buffer instead of scanningTim 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
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-18Logic error in previous: don't exit the loop when an incomplete multibyteTim 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