From b3803cc49ad382e23291d75ce57ffb2b74bb9577 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Tue, 16 Oct 2012 21:33:59 +0000 Subject: * hash.c (initialize_copy): copy the underlying st_table on dup, rather than copying the hash key by key. [ruby-core:48009] * test/ruby/test_hash.rb: relevant tests for initialize_copy git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3ae1756137..3fee39c7f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Oct 17 06:25:56 2012 Aaron Patterson + + * hash.c (initialize_copy): copy the underlying st_table on dup, + rather than copying the hash key by key. [ruby-core:48009] + + * test/ruby/test_hash.rb: relevant tests for initialize_copy + Wed Oct 17 06:17:44 2012 Koichi Sasada * vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normal -- cgit v1.2.3