From 163c8ea1991111d3c028d3f5985d9611df8bc409 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 1 Sep 2005 06:56:07 +0000 Subject: * eval.c (method_arity): should return proper arity value. [ruby-dev:26390] * eval.c (rb_add_method): preserve safe level in the environment where a method is defined . * eval.c (rb_call0): restore preserved safe level in the method execution. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index dfeb28fa6..531380405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,11 @@ Mon Aug 29 19:54:21 2005 Hirokazu Yamamoto * lib/rdoc/usage.rb: support the case when non-ruby code exists before shebang. (this is needed when ri.bat is executed on windows) +Mon Aug 29 17:48:17 2005 Yukihiro Matsumoto + + * eval.c (method_arity): should return proper arity value. + [ruby-dev:26390] + Mon Aug 29 01:19:57 2005 Tanaka Akira * lib/time.rb (Time.parse): extract fractional seconds using @@ -102,6 +107,14 @@ Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada * eval.c (rb_thread_switch): propagate the exception caused thread termination directly. fixed: [ruby-core:05552] +Wed Aug 17 00:05:46 2005 Yukihiro Matsumoto + + * eval.c (rb_add_method): preserve safe level in the environment + where a method is defined . + + * eval.c (rb_call0): restore preserved safe level in the method + execution. + Mon Aug 15 00:38:51 2005 Nobuyoshi Nakada * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. -- cgit