In perl.git, the branch smoke-me/leont/safe-utf8 has been created
<http://perl5.git.perl.org/perl.git/commitdiff/d8bed5b53d0c94efdfde85dce69cd5e78a5ea83a?hp=0000000000000000000000000000000000000000>
at d8bed5b53d0c94efdfde85dce69cd5e78a5ea83a (commit)
- Log -----------------------------------------------------------------
commit d8bed5b53d0c94efdfde85dce69cd5e78a5ea83a
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 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 universal.c
commit 92060fcdde040668c65543b54b24d58099f0787b
Author: Leon Timmermans <[email protected]>
Date: Mon Apr 9 11:03:02 2012 +0200
Make :bytes actually pop off non-byte layers
M lib/PerlIO.pm
M perlio.c
commit a91755a7431c8070ca7c8b0de21995d611d9350d
Author: Leon Timmermans <[email protected]>
Date: Mon Apr 9 10:27:53 2012 +0200
Fix podlators to check for unicode layers correctly
This patch really should go through upstream first
M cpan/podlators/lib/Pod/Man.pm
M cpan/podlators/lib/Pod/Text.pm
commit a50aa2f7e7a99c5759b2f276ef8ae49b7f28acca
Author: Leon Timmermans <[email protected]>
Date: Sun Jul 3 15:03:43 2011 +0200
Deprecate PERLIO_K_DUMMY as it doesn't do anything
In fact, it hasn't done anything for like a decade
M perlio.c
M perliol.h
-----------------------------------------------------------------------
--
Perl5 Master Repository