From 261fbd9aca9e440b9db0e171e86d80242f3631b8 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 3 Mar 2007 09:37:10 +0000 Subject: * eval.c (rb_provided): return true only for features loaded from .rb files, and not search actual library type. [ruby-dev:30414] * eval.c (rb_feature_p): check loading_tbl if the given ext is empty. [ruby-dev:30452] * eval.c (rb_feature_p): fix possible buffer overrun. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa76e0235..d9cc8647d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Mar 3 18:36:35 2007 Nobuyoshi Nakada + + * eval.c (rb_provided): return true only for features loaded from + .rb files, and not search actual library type. [ruby-dev:30414] + + * eval.c (rb_feature_p): check loading_tbl if the given ext is + empty. [ruby-dev:30452] + + * eval.c (rb_feature_p): fix possible buffer overrun. + Sat Mar 3 16:30:39 2007 Akinori MUSHA * env.h (SCOPE_CLONE): Introduce a new scope flag to prevent a -- cgit