From 45e4c244b4a1c63faf6e3683472da52db7e6c2e2 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Sep 2007 13:43:58 +0000 Subject: * array.c (rb_ary_equal): should handle recursive array. * hash.c (hash_equal): should handle recursive hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 994c8b362..605d58021 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 24 22:36:13 2007 Yukihiro Matsumoto + + * array.c (rb_ary_equal): should handle recursive array. + + * hash.c (hash_equal): should handle recursive hash. + Mon Sep 24 22:14:13 2007 Yukihiro Matsumoto * lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799] -- cgit