summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetws.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-30Fix typo in the r320472 change to fgetws(). Return proper value.Konstantin Belousov
2017-06-29Make stdio deferred cancel-safe.Konstantin Belousov
2016-09-05Fix n == 1 case. Here should be no physical read (fill buffer) attemptAndrey A. Chernov
2016-09-051) Prevent out of bounds access to ws[-1] (passed buffer) which happensAndrey A. Chernov
2016-09-05Fix errors handling.Andrey A. Chernov
2011-11-20Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall
2009-11-25Eliminate more dead stores.Garrett Wollman
2008-04-17Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intoJohn Baldwin
2004-10-03Don't add integers to void pointers.Stefan Farfeleder
2004-07-21Read directly from the stdio buffer using the new __mbsnrtowcs() interfaceTim 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