This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regex: Add new node type EXACTFU_NO_TRIE
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Dec 2011 02:37:36 +0000 (19:37 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:18 +0000 (11:58 -0700)
commitca600955b124a74a55428f5d252241f4119646d4
tree1e72ab454aba32865a19439683f1b7984169b6b6
parent3c7606610aea217f76f5efe36a0540064ff6919a
regex: Add new node type EXACTFU_NO_TRIE

This new node is like EXACTFU but is not currently trie'able.  This adds
handling for it in regexec.c, but it is not currently generated; this
commit is preparing for future commits
regcomp.c
regcomp.sym
regexec.c
regnodes.h