Branch: refs/heads/leont/perlio-various
Home: https://github.com/Perl/perl5
Commit: 2c849cea5bbcad2a9a90aaa16cf9c88d7cae7fcd
https://github.com/Perl/perl5/commit/2c849cea5bbcad2a9a90aaa16cf9c88d7cae7fcd
Author: Leon Timmermans <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
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
Log Message:
-----------
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.
Commit: e69331f27d139821756b601813c375977c9a3035
https://github.com/Perl/perl5/commit/e69331f27d139821756b601813c375977c9a3035
Author: Leon Timmermans <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M perlio.c
Log Message:
-----------
Speed up slurping binary files
Commit: a5a7ff5dbaf542fb378bc25a4725c49dfd83d8f0
https://github.com/Perl/perl5/commit/a5a7ff5dbaf542fb378bc25a4725c49dfd83d8f0
Author: Leon Timmermans <[email protected]>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M sv.c
Log Message:
-----------
WIP
Compare: https://github.com/Perl/perl5/compare/202450288639...a5a7ff5dbaf5