From 58281065f229f02e78d56873a21c1d2b3cc80a1c Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:55:46 +0000 Subject: merges r20866 and r20968 from trunk into ruby_1_9_1. * error.c (exc_equal): duck typing equal to make it transitive. [ruby-dev:34880] -- * error.c (exc_equal): == method should not raise Exception. [ruby-dev:37519] * sample/test.rb: fix test git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 817b48882..31dc7c0f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Dec 24 20:59:12 2008 Koichi Sasada + + * error.c (exc_equal): == method should not raise Exception. + [ruby-dev:37519] + + * sample/test.rb: fix test + +Fri Dec 19 07:45:37 2008 Yukihiro Matsumoto + + * error.c (exc_equal): duck typing equal to make it transitive. + [ruby-dev:34880] + Wed Dec 24 20:33:45 2008 Koichi Sasada * vm_insnhelper.c (vm_call_method): use class of method defined -- cgit