From 8d1476705ca1dd73ff19e1cc0e516e61f4bf94df Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 7 May 2002 00:20:49 +0000 Subject: * eval.c (superclass): undesirable "unexpected return" when the superclass is not a Class. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa2ff7c4d..77f560e98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue May 7 09:17:51 2002 Minero Aoki + + * eval.c (superclass): undesirable "unexpected return" when the + superclass is not a Class. + Sun May 5 06:53:45 2002 Akinori MUSHA * lib/mkmf.rb: exclude topdir from the system configuration -- cgit