From 8b189c2aefec934a4e1c0eae0dfab3fa2e96ee0c Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 24 May 2009 13:48:23 +0000 Subject: * 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 --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb109cafa..61b2a498e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sun May 24 22:48:17 2009 Nobuyoshi Nakada + + * 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 * error.c (syserr_initialize): errno is int. -- cgit