Branch: refs/heads/yves/fix_backref_branch_reset
Home: https://github.com/Perl/perl5
Commit: b3fb62a5946a03f347d225cad56d40e455641628
https://github.com/Perl/perl5/commit/b3fb62a5946a03f347d225cad56d40e455641628
Author: Yves Orton <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regexec.c
M t/re/pat_advanced.t
Log Message:
-----------
regexec.c - remove unnecessary logical_to_parno[] mapping
This fixes https://github.com/Perl/perl5/issues/24577
We had an unnecessary logical_to_parno[] mapping in regexec.c,
given that the code in regcomp.c already does this mapping during
regex compilation.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications