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:
a25abdd
)
regcomp.c: PL_utf8_foldclosures is a HV
author
Karl Williamson
<public@khwilliamson.com>
Fri, 27 May 2011 17:30:55 +0000
(11:30 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 3 Jul 2011 20:05:45 +0000
(14:05 -0600)
It is not an inversion list, contrary to what this line used to say.
regcomp.c
patch
|
blob
|
blame
|
history
diff --git
a/regcomp.c
b/regcomp.c
index
027c16a
..
8475d9d
100644
(file)
--- a/
regcomp.c
+++ b/
regcomp.c
@@
-10059,7
+10059,7
@@
parseit:
* compilation of Perl itself before the Unicode tables are
* generated) */
if (invlist_len(PL_utf8_foldable) == 0) {
- PL_utf8_foldclosures =
_new_invlist(0
);
+ PL_utf8_foldclosures =
newHV(
);
} else {
/* If the folds haven't been read in, call a fold function
* to force that */