This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.sym: Add node type ANYOF_POSIXL
authorKarl Williamson <khw@cpan.org>
Thu, 20 Sep 2018 16:52:01 +0000 (10:52 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 20 Oct 2018 06:09:54 +0000 (00:09 -0600)
commit3edce4f5816b41e2829e5e8b9fb794c46d8a1b95
treebb831941dbb0ce101cc3ff0b1815fa90e6a43ec0
parent14ed74f6dd2e0e693ae27a31f52b809b3258942d
regcomp.sym: Add node type ANYOF_POSIXL

This is like ANYOFL, but has runtime matches of /[[:posix:]]/ in it,
which requires extra space.  Adding this will allow a future commit to
simplify handling for ANYOF nodes.
pod/perldebguts.pod
regcomp.sym
regexec.c
regnodes.h