In perl.git, the branch perlio-readline has been created
<http://perl5.git.perl.org/perl.git/commitdiff/f1ad27a4a8b15648822f17ca947cd4f20497133f?hp=0000000000000000000000000000000000000000>
at f1ad27a4a8b15648822f17ca947cd4f20497133f (commit)
- Log -----------------------------------------------------------------
commit f1ad27a4a8b15648822f17ca947cd4f20497133f
Author: Leon Timmermans <[email protected]>
Date: Mon Apr 9 21:49:11 2012 +0200
Made :utf8 an actual layer
It will check the input for validity, by default strict validity though
less strict forms are provided. This also means PerlIO::get_layers doesn't
return a "utf8" pseudo-layer anymore, which can break some code making that
assumption.
M cpan/CPAN-Meta-YAML/t/11_read_string.t
M lib/PerlIO.pm
M perlio.c
M perliol.h
M pod/perldiag.pod
M pod/perlfunc.pod
M pod/perliol.pod
M pod/perlrun.pod
M pod/perlunifaq.pod
M pod/perluniintro.pod
M t/io/crlf.t
M t/io/layers.t
M t/io/utf8.t
M t/op/print.t
M universal.c
commit f8da9f87ec6dc62b05f851333306e54028f94075
Author: Leon Timmermans <[email protected]>
Date: Mon Nov 14 12:15:18 2016 +0100
Make :encoding use the new readdelim method
M ext/PerlIO-encoding/encoding.pm
M ext/PerlIO-encoding/encoding.xs
commit 83f6cb6b31937aa0be8a9289eab6e650af49fcaa
Author: Leon Timmermans <[email protected]>
Date: Mon Nov 14 12:04:51 2016 +0100
Add fast readdelim to main buffering layers
M perlio.c
M perliol.h
commit 1234c03a5fbfbd8003355f282d1b03122da3746f
Author: Leon Timmermans <[email protected]>
Date: Sun Dec 11 15:44:52 2016 +0100
Implement new style readline and the slow fallback
M embed.fnc
M embed.h
M perlio.c
M perliol.h
M proto.h
M sv.c
-----------------------------------------------------------------------
--
Perl5 Master Repository