diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-01 06:56:07 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-01 06:56:07 +0000 |
commit | 163c8ea1991111d3c028d3f5985d9611df8bc409 (patch) | |
tree | 3685be3b19f88fe6d23b8d1f83395bd0fda247ae /ChangeLog | |
parent | 9288326e4bcb57d10a6c6b87091ae6721804a2c1 (diff) | |
download | ruby-163c8ea1991111d3c028d3f5985d9611df8bc409.tar.gz ruby-163c8ea1991111d3c028d3f5985d9611df8bc409.tar.xz ruby-163c8ea1991111d3c028d3f5985d9611df8bc409.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -46,6 +46,11 @@ Mon Aug 29 19:54:21 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> * 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 <matz@ruby-lang.org> + + * eval.c (method_arity): should return proper arity value. + [ruby-dev:26390] + Mon Aug 29 01:19:57 2005 Tanaka Akira <akr@m17n.org> * lib/time.rb (Time.parse): extract fractional seconds using @@ -102,6 +107,14 @@ Wed Aug 17 23:58:05 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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 <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE. |