ruby-changes:30177
From: nobu <ko1@a...>
Date: Mon, 29 Jul 2013 16:53:33 +0900 (JST)
Subject: [ruby-changes:30177] nobu:r42229 (trunk): hash.c: copied identhash
nobu 2013-07-29 16:53:22 +0900 (Mon, 29 Jul 2013) New Revision: 42229 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42229 Log: hash.c: copied identhash * hash.c (rb_hash_initialize_copy): copy st_table type even if empty. [ruby-core:56256] [Bug #8703] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42228) +++ ChangeLog (revision 42229) @@ -1,3 +1,18 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jul 29 16:53:18 2013 Nobuyoshi Nakada <nobu@r...> + + * hash.c (rb_hash_initialize_copy): copy st_table type even if empty. + [ruby-core:56256] [Bug #8703] + +Mon Jul 29 16:34:29 2013 Nobuyoshi Nakada <nobu@r...> + + * hash.c (rb_hash_initialize_copy): clear old table before copy new + table. + +Mon Jul 29 16:34:09 2013 Nobuyoshi Nakada <nobu@r...> + + * hash.c (rb_hash_assoc): aggregate object can be initialized only + with link time constants. + Mon Jul 29 14:54:44 2013 Masaki Matsushita <glass.saga@g...> * hash.c (rb_hash_assoc): performance improvement by replacing -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/