Branch: refs/heads/smoke-me/leont/less-fragile-encoding
Home: https://github.com/Perl/perl5
Commit: 0674221cb1694eff8d54ae0615b584a509c6b0d9
https://github.com/Perl/perl5/commit/0674221cb1694eff8d54ae0615b584a509c6b0d9
Author: Leon Timmermans <[email protected]>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M ext/PerlIO-encoding/encoding.xs
Log Message:
-----------
Omit setting of $PerlIO::encoding::fallback from xs
It's also set from encoding.pm, doing it double serves no purpose
Commit: 953cf85d9ed8cb65ed2d164648e7bfafca36985c
https://github.com/Perl/perl5/commit/953cf85d9ed8cb65ed2d164648e7bfafca36985c
Author: Leon Timmermans <[email protected]>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M ext/PerlIO-encoding/encoding.xs
Log Message:
-----------
Force disable LEAVE_SRC in $PerlIO::encoding::fallback
Setting $PerlIO::encoding::fallback to any value containing LEAVE_SRC
will result in an infinite loop of the first buffer of input. This is
never desirable.
Compare: https://github.com/Perl/perl5/compare/f1920b7d1b58...953cf85d9ed8