From 9ce99124f8976944584538489698bef32991d413 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 8 Oct 2008 02:18:15 +0000 Subject: * variable.c (autoload_delete, autoload_file): should not delete autoload table, since it may be shared with duplicated modules. [ruby-core:19181] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93b019892..862cc5db9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 8 11:18:12 2008 Nobuyoshi Nakada + + * variable.c (autoload_delete, autoload_file): should not delete + autoload table, since it may be shared with duplicated modules. + [ruby-core:19181] + Wed Oct 8 02:38:28 2008 Yukihiro Matsumoto * encoding.c (rb_default_internal_encoding): merged a patch from -- cgit