diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-24 13:48:23 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-24 13:48:23 +0000 |
commit | 8b189c2aefec934a4e1c0eae0dfab3fa2e96ee0c (patch) | |
tree | 4564444a30a9dc991c8401733228fa37c8a0918f /ChangeLog | |
parent | 560e2e2fbeb13e60c52160c0751094aea169f4e4 (diff) | |
download | ruby-8b189c2aefec934a4e1c0eae0dfab3fa2e96ee0c.tar.gz ruby-8b189c2aefec934a4e1c0eae0dfab3fa2e96ee0c.tar.xz ruby-8b189c2aefec934a4e1c0eae0dfab3fa2e96ee0c.zip |
* thread.c (rb_exec_recursive_paired): new function for proper
handling of recursive arrays. [EXPERIMENTAL] [ruby-core:23402]
* array.c (rb_ary_equal, rb_ary_eql, rb_ary_cmp): use above.
* hash.c (hash_equal): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sun May 24 22:48:17 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * thread.c (rb_exec_recursive_paired): new function for proper + handling of recursive arrays. [EXPERIMENTAL] [ruby-core:23402] + + * array.c (rb_ary_equal, rb_ary_eql, rb_ary_cmp): use above. + + * hash.c (hash_equal): ditto. + Sun May 24 22:39:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * error.c (syserr_initialize): errno is int. |