This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Another place to not re-fold
authorKarl Williamson <public@khwilliamson.com>
Sun, 16 Oct 2011 20:07:51 +0000 (14:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 18 Oct 2011 03:52:17 +0000 (21:52 -0600)
commit2daa8fee180b10307a7045b863759bd98f6fe154
tree89ce634ed4c7fa1244900ad5f8aa644c5837e5c1
parentbca00c02a54ca312397c6b26baf3012ac5f7b9c5
regexec.c: Another place to not re-fold

A recent commit caused regexec.c to not keep calculating the folds in
one circumstance.  This one adds the case in regmatch
regexec.c