Home
last modified time | relevance | path

Searched hist:d34d90a89d0d34657f1de602abb861bba1a571d8 (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfgetwln.cdiff d34d90a89d0d34657f1de602abb861bba1a571d8 Tue Aug 23 00:28:41 CEST 2016 Andrey A. Chernov <ache@FreeBSD.org> 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed to
return partial line on any errors. See the comment in fgetln.c.
Add corresponding comment to fgetwln() too.
2) Rewrite r304607 case 1).
3) Remove "Fast path" from __fgetwc_mbs() since it can't detect encoding
errors and ignores them all.

PR: 212033
MFC after: 7 days
H A Dfgetwc.cdiff d34d90a89d0d34657f1de602abb861bba1a571d8 Tue Aug 23 00:28:41 CEST 2016 Andrey A. Chernov <ache@FreeBSD.org> 1) Back out r304607 case 2). fgetwln() as its pair fgetln() supposed to
return partial line on any errors. See the comment in fgetln.c.
Add corresponding comment to fgetwln() too.
2) Rewrite r304607 case 1).
3) Remove "Fast path" from __fgetwc_mbs() since it can't detect encoding
errors and ignores them all.

PR: 212033
MFC after: 7 days