From 4b137512251adc6e73fbc92d150eb7f26318d265 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 19 Oct 2004 14:59:52 +0000 Subject: * eval.c (rb_require_safe): provide the feature after loaded. [ruby-list:40085] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7523d3f20..bd712c3da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 19 23:59:46 2004 Nobuyoshi Nakada + + * eval.c (rb_require_safe): provide the feature after loaded. + [ruby-list:40085] + Tue Oct 19 22:43:12 2004 Dave Thomas * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_attr): If @@ -6,7 +11,7 @@ Tue Oct 19 22:43:12 2004 Dave Thomas Tue Oct 19 20:32:50 2004 Masaki Suketa - * ext/win32ole.c(ole_invoke): retrieve the result value when + * ext/win32ole.c(ole_invoke): retrieve the result value when retrying the IDispatch::invoke. Tue Oct 19 17:24:11 2004 Yukihiro Matsumoto -- cgit