projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
combined
(merge:
3a015b9
81a3ba3
)
Merge the refactored S_hsplit() and Perl_hv_ksplit() and related cleanups.
author
Nicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 14:38:27 +0000 (15:38 +0100)
committer
Nicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:01:27 +0000 (16:01 +0100)
Perl_hv_ksplit() now calls S_hsplit(), avoiding duplicating the code to
split hashes when they grow.
Trivial merge