This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #133978] BBC breaks Jcode
authorKarl Williamson <khw@cpan.org>
Wed, 3 Apr 2019 16:25:26 +0000 (10:25 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 3 Apr 2019 16:46:45 +0000 (10:46 -0600)
commit045325615467f1c1f009faca5f22887c8c0724b5
treeb19b3f5ea86ace63cf7f6c41a7d3bbd1493971c4
parentd90bd2cf701d08f6acfea11ab39eb0a20f9a6c3e
PATCH: [perl #133978] BBC breaks Jcode

This turned out to be caused by taking another macro as a template
without understanding the subtleties.  In this case, the variable
'previous_occurrence_end' should be updated only if 'COND' is true.  (In
the template the COND was implicitly true)
regexec.c
t/re/re_tests