This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54251c2
)
regcomp.sym: update comment
author
Karl Williamson
<public@khwilliamson.com>
Wed, 1 Dec 2010 04:38:09 +0000
(21:38 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 2 Dec 2010 02:09:53 +0000
(18:09 -0800)
regcomp.sym
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.sym
b/regcomp.sym
index
a85d33f
..
ab57929
100644
(file)
--- a/
regcomp.sym
+++ b/
regcomp.sym
@@
-145,7
+145,7
@@
RENUM BRANCHJ, off 1 . 1 ; Group with independently numbered parens.
# inline charclass data (ascii only), the 'C' store it in the structure.
# NOTE: the relative order of the TRIE-like regops is signifigant
-TRIE TRIE, trie 1 ; Match many EXACT(F
L
?)? at once. flags==type
+TRIE TRIE, trie 1 ; Match many EXACT(F
[LU]
?)? at once. flags==type
TRIEC TRIE,trie charclass ; Same as TRIE, but with embedded charclass data
# For start classes, contains an added fail table.