This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Do some [^abc] inversion at compile time
authorKarl Williamson <public@khwilliamson.com>
Mon, 30 May 2011 03:45:09 +0000 (21:45 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:47 +0000 (14:05 -0600)
commit2fde50e118eac35eeed062c93ba08b1e5b2609a7
tree6b483766066df9815d5077164344462ea70ebff8
parent25e94a65210bfb047577ed6d937202a078380533
regcomp.c: Do some [^abc] inversion at compile time

The new facilities with inversion lists enables us to do
some more compile-time inversions.
regcomp.c