Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: c68c3ab887de6aba6c26dc8b6f72d0725d5d930a https://github.com/Perl/perl5/commit/c68c3ab887de6aba6c26dc8b6f72d0725d5d930a Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-11-28 (Thu, 28 Nov 2024)
Changed paths: M embed.fnc M embed.h M proto.h M toke.c Log Message: ----------- toke.c: remove PERL_CR_FILTER When enabled (e.g. with `./Configure -A ccflags=-DPERL_CR_FILTER`), this would define an implicit source filter that turns \r\n pairs into \n whenever the parser reads a line of Perl source code. As far as I can tell, perl already does the equivalent of this (without a source filter) on all platforms and has done so since 5.005. (Also, the code could read out-of-bounds if the last character of the line read was a \r.) Commit: 342b57d68213add262954103c711be7d6ed0f128 https://github.com/Perl/perl5/commit/342b57d68213add262954103c711be7d6ed0f128 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2024-11-28 (Thu, 28 Nov 2024) Changed paths: M pod/perldelta.pod Log Message: ----------- perldelta for PERL_CR_FILTER removal Compare: https://github.com/Perl/perl5/compare/8d585c68edfe...342b57d68213 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications