This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Split EXACT, folding nodes in regrepeat
authorKarl Williamson <public@khwilliamson.com>
Fri, 12 Nov 2010 16:06:50 +0000 (09:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 22 Nov 2010 21:32:51 +0000 (13:32 -0800)
commit59d32103b3e7ebfa835b49d594224a3addd7197e
treecaf854a6c92085c85e819e09d421d904fbd0a0ff
parentd02f4dad561ba81f934560f8eab051147a45e09e
regexec.c: Split EXACT, folding nodes in regrepeat

As I started working on fixing more bugs in regrepeat, I realized that
the EXACT node had enough different things going on from the folding
nodes that it was better to give it its own case statement.  This patch
does this and refactors the remaining code to compensate, and for
clarity.
regexec.c