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
|
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