In perl.git, the branch smoke-me/khw-vlb has been created
<https://perl5.git.perl.org/perl.git/commitdiff/4c2b392d509667cd2912f9c9df22985457230365?hp=0000000000000000000000000000000000000000>
at 4c2b392d509667cd2912f9c9df22985457230365 (commit)
- Log -----------------------------------------------------------------
commit 4c2b392d509667cd2912f9c9df22985457230365
Author: Karl Williamson <[email protected]>
Date: Fri Mar 8 09:45:37 2019 -0700
Don't use utf8_heavy.pl unless needed
Prior to this commit 'use utf8' loaded utf8_heavy.pl. But previous
commits in the 5.29 series mean it is not needed from the core unless a
tr/// is using UTF-8, a much less likely occurrence. So load it only on
demand
commit 3e53753da8d779c0933d7a7ac99cb61da91f3fc9
Author: Karl Williamson <[email protected]>
Date: Tue Jan 1 15:32:58 2019 -0700
XXX unsure if this is right. Need to reproduce to be sure. regcomp.c: Fix
out-of_bounds read in qr// execution trace
The argument to an NREFish node is not the number of the parenthetical
group, but and index into a data structure that does contain that
number. The code previously didn't realize that.
-----------------------------------------------------------------------
--
Perl5 Master Repository