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:
df6a555
)
Don't bother checking for the Greek special
author
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 13 Jan 2002 04:30:45 +0000
(
04:30
+0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Sun, 13 Jan 2002 04:30:45 +0000
(
04:30
+0000)
cases if the node is too short.
p4raw-id: //depot/perl@14228
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
bf1b42f
..
51b3c5d
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-737,7
+737,7
@@
S_study_chunk(pTHX_ RExC_state_t *pRExC_state, regnode **scanp, I32 *deltap, reg
}
}
- if (UTF && OP(scan) == EXACTF) {
+ if (UTF && OP(scan) == EXACTF
&& STR_LEN(scan) >= 6
) {
/*
Two problematic code points in Unicode casefolding of EXACT nodes: