From ead0c5d356dd84acf3ad8a7f41f6b5bf2fb363c5 Mon Sep 17 00:00:00 2001 From: glass Date: Mon, 2 Dec 2013 12:59:31 +0000 Subject: * hash.c (rb_hash_rehash): make temporary st_table under the control of GC. [Bug #9187] * test/ruby/test_hash.rb: add a test for above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4949f5669e..9233682688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 2 21:49:19 2013 Masaki Matsushita + + * hash.c (rb_hash_rehash): make temporary st_table under the control + of GC. [Bug #9187] + + * test/ruby/test_hash.rb: add a test for above. + Mon Dec 2 17:23:00 2013 Charlie Somerville * variable.c (rb_mod_constants): when calling Module#constants with -- cgit v1.2.3