aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fgetwln.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-5/+8
* fgetwc(3) may set both __SEOF and __SERR at once (in case of incompleteAndrey A. Chernov2016-09-011-1/+11
* Original fgetln() from 44lite return sucess for line tail errors,Andrey A. Chernov2016-08-251-2/+1
* 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed toAndrey A. Chernov2016-08-221-13/+5
* Fix error processing.Andrey A. Chernov2016-08-221-1/+13
* Remove names from some prototypesCraig Rodrigues2015-09-201-1/+1
* Add declarations to eliminate -Wmissing-prototypes warningsCraig Rodrigues2015-09-201-0/+2
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-2/+14
* Fix an off-by-one bug that caused the first character of the buffer toTim J. Robbins2004-08-061-2/+1
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-161-0/+68