From 2cd70d5ef10501948924fa8a46796d88b49958a8 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 24 Dec 2008 12:02:21 +0000 Subject: * 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/trunk@20968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc3fff3ac..92d27bc3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. + Wed Dec 24 20:33:45 2008 Koichi Sasada * vm_insnhelper.c (vm_call_method): use class of method defined -- cgit