Branch: refs/heads/leont/perlio-various
  Home:   https://github.com/Perl/perl5
  Commit: 2b296658c1f926c36dbb7062ebd49f4faa9cfbd4
      
https://github.com/Perl/perl5/commit/2b296658c1f926c36dbb7062ebd49f4faa9cfbd4
  Author: Leon Timmermans <faw...@gmail.com>
  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: cd814457e055006293ea9f0d31d9c7d85658995c
      
https://github.com/Perl/perl5/commit/cd814457e055006293ea9f0d31d9c7d85658995c
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M perlio.c

  Log Message:
  -----------
  Speed up slurping binary files


  Commit: 20245028863972acefa09d50e5df15cc64722b3c
      
https://github.com/Perl/perl5/commit/20245028863972acefa09d50e5df15cc64722b3c
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M sv.c

  Log Message:
  -----------
  WIP


Compare: https://github.com/Perl/perl5/compare/a063af5208e8...202450288639

Reply via email to