From 65f449f3feb54e3a62df9505d8da0fd66cad7fd2 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 22 Mar 2001 09:19:57 +0000 Subject: * eval.c (rb_mod_nesting): should not include Object at the toplevel. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 460d37c49..ae65b586e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Mar 22 18:17:36 2001 Yukihiro Matsumoto + + * eval.c (rb_mod_nesting): should not include Object at the + toplevel. + Thu Mar 22 17:43:44 2001 Yukihiro Matsumoto * ruby.h: better inline function support. -- cgit