From a28a060db41415c1c1dad3e554ff2c865a20ebca Mon Sep 17 00:00:00 2001 From: glass Date: Sun, 4 Nov 2012 02:44:58 +0000 Subject: * array.c (recursive_equal): fix to return true when self and other are resized to same size and the current index become out of range. * test/ruby/test_array.rb: add a test for the above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bf648cf9f5..7c455ff44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Nov 4 11:27:54 2012 Masaki Matsushita + + * array.c (recursive_equal): fix to return true when self and other + are resized to same size and the current index become out of + range. + + * test/ruby/test_array.rb: add a test for the above. + Sun Nov 4 10:19:03 2012 Nobuyoshi Nakada * dir.c (file_s_fnmatch): match with expanding braces if FNM_EXTGLOB -- cgit v1.2.3