This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH [perl #112244]
authorLeon Timmermans <fawaka@gmail.com>
Thu, 5 Jul 2012 14:17:44 +0000 (16:17 +0200)
committerKarl Williamson <public@khwilliamson.com>
Tue, 19 Feb 2013 04:32:41 +0000 (21:32 -0700)
commitec1da995fb927cb6d590ede4756eae4e266d82b6
tree9d5bdca5ece4d7b47ae9bd33a988035a069f7c08
parent85e0be81e1d8f65b3262d44347a85ba9cb6bd76f
PATCH [perl #112244]

:crlf currently doesn't fall back on :pending the way :perlio
does when the unread data doesn't fit into its own buffer. Instead it
just rejects them. This patch resolves that.  Tests are coming in a
future commit

The committer added a cast to get it to compile on Win32, and silence a
gcc warning on Linux
perlio.c