In perl.git, the branch smoke-me/leont/utf8-readline has been created
<http://perl5.git.perl.org/perl.git/commitdiff/d617336d18f19d144cd6c137a14fa7e61e33f2d2?hp=0000000000000000000000000000000000000000>
at d617336d18f19d144cd6c137a14fa7e61e33f2d2 (commit)
- Log -----------------------------------------------------------------
commit d617336d18f19d144cd6c137a14fa7e61e33f2d2
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 bddc2c36a3d3450725be5e5cf44647b1efd5e842
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 3aa9eb77caea63cec141e5ce3a960a97127576ac
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 ac0b74f2ec75b76cfb15223e29f34930b2d25ccd
Author: Leon Timmermans <[email protected]>
Date: Sun Nov 13 14:37:50 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