mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
hash.c: copied identhash
* hash.c (rb_hash_initialize_copy): copy st_table type even if empty. [ruby-core:56256] [Bug #8703] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
be24b385ff
commit
1f7839f12c
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
Mon Jul 29 16:53:18 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* 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@ruby-lang.org>
|
||||
|
||||
* hash.c (rb_hash_initialize_copy): clear old table before copy new
|
||||
table.
|
||||
|
||||
Mon Jul 29 16:34:09 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* 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@gmail.com>
|
||||
|
||||
* hash.c (rb_hash_assoc): performance improvement by replacing
|
||||
|
|
Loading…
Reference in a new issue