[Perl/perl5] 8f0cfc: regexec.c - remove unnecessary logical_to_parno[] ...
[email protected] (Yves Orton via perl5-changes) Wed, 22 Jul 2026 01:30:12 -0700
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/blead/[email protected]> |
Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8f0cfc33fc3fabc0d491f71b765b0937d245239c
https://github.com/Perl/perl5/commit/8f0cfc33fc3fabc0d491f71b765b0937d245239c
Author: Yves Orton <[email protected]>
Date: 2026-07-22 (Wed, 22 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