summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fgetwln.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* improve revision 1.2: in unusual cases, fgetwc(3) can succeedschwarze2016-08-271-2/+12
| | | | | | even though ferror(3) is already set; also from Andrey Chernov <ache at freebsd dot org>; OK millert@
* set the error indicator on malloc(3) failure;schwarze2016-08-241-2/+4
| | | | | from Andrey Chernov <ache at freebsd dot org>; OK millert@
* bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well;schwarze2016-08-211-2/+2
| | | | OK jca@ martijn@ millert@
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-121-0/+81