From 4de0bb549b9d28e7f6e0799d3c3a08f615a49f51 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 13 Oct 2003 14:57:36 +0000 Subject: * eval.c (rb_feature_p): match by classified suffix. * eval.c (rb_require_safe): require library in the specified safe level. * variable.c (rb_autoload, rb_autoload_load): restore safe level when autoload was called. [ruby-dev:21338] * intern.h: prototypes; rb_require_safe. * test/runner.rb: accept non-option arguments. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9160c0e48e..16f446e461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Oct 13 23:57:29 2003 Nobuyoshi Nakada + + * eval.c (rb_feature_p): match by classified suffix. + + * eval.c (rb_require_safe): require library in the specified safe + level. + + * variable.c (rb_autoload, rb_autoload_load): restore safe level + when autoload was called. [ruby-dev:21338] + + * intern.h: prototypes; rb_require_safe. + +Mon Oct 13 23:57:29 2003 Nobuyoshi Nakada + + * test/runner.rb: accept non-option arguments. + Mon Oct 13 20:49:51 2003 Yukihiro Matsumoto * string.c (str_new4): should not preserve FL_TAINT status in the @@ -35,7 +51,7 @@ Sat Oct 11 16:08:41 2003 Tanaka Akira Sat Oct 11 10:19:39 2003 Shugo Maeda * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady - Bystritsky. + Bystritsky. Fri Oct 10 07:50:54 2003 Nobuyoshi Nakada -- cgit v1.2.3