From ee6907f568f9c7b06815ffe367f0250c5ab77caa Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 5 Sep 2002 04:15:50 +0000 Subject: * eval.c (rb_eval): overriding false constant with class/module definition should be error. (PR#327) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee72e0c89..8b77b9fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 5 13:09:22 2002 Nobuyoshi Nakada + + * eval.c (rb_eval): overriding false constant with class/module + definition should be error. (PR#327) + Thu Sep 5 01:24:26 2002 WATANABE Hirofumi * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG, -- cgit