From 6d031e04fb1ef6fff0d55532f6deb54693d4338b Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 1 Jun 2003 01:38:32 +0000 Subject: * variable.c (rb_autoload_load): autoloaded constants under a module belong to the module. [ruby-core:01094], [ruby-dev:20309] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec66eb13e..70cd4b265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Jun 1 10:38:28 2003 Nobuyoshi Nakada + + * variable.c (rb_autoload_load): autoloaded constants under a module + belong to the module. [ruby-core:01094], [ruby-dev:20309] + Sat May 31 04:36:54 2003 Nobuyoshi Nakada * parse.y (rb_intern): should handle multibyte name. -- cgit