This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Prepare for inversion lists in ANYOF nodes
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Nov 2011 16:25:45 +0000 (09:25 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:36 +0000 (09:58 -0700)
commit7a6c6baaf6f6c4aa0cd13b8d9d368ad4b1f4520b
treee3fceb90e2939fac13c292290a5d5485fbb14095
parentb2b97e77b954138ae39638e71c2a011953c04525
regexec.c: Prepare for inversion lists in ANYOF nodes

Future commits will start passing inversion lists to regexec.c from the
compilation phase.  This commit causes regexec.c to accept them, trace
them for debug output, and pass them along to utf8.c
regexec.c