diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-01 21:30:36 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-01 21:30:36 +0000 |
| commit | 1d83928804d270c47f8a37a39cfc2a422b7e922d (patch) | |
| tree | 7522603c0f6548df7a51e9e4e9332315dc96c295 /ChangeLog | |
| parent | 26c0513b3c128670059eefc05291c4c1d823db75 (diff) | |
| download | ruby-1d83928804d270c47f8a37a39cfc2a422b7e922d.tar.gz ruby-1d83928804d270c47f8a37a39cfc2a422b7e922d.tar.xz ruby-1d83928804d270c47f8a37a39cfc2a422b7e922d.zip | |
* include/ruby/node.h: add new constants for rb_call()'s scope.
* eval.c (iterate_method): use CALL_* scope constant to specify
proper scope value.
* eval.c (rb_each, rb_apply, rb_funcall, rb_funcall2, rb_funcall3):
ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Apr 2 06:24:06 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * include/ruby/node.h: add new constants for rb_call()'s scope. + + * eval.c (iterate_method): use CALL_* scope constant to specify + proper scope value. + + * eval.c (rb_each, rb_apply, rb_funcall, rb_funcall2, rb_funcall3): + ditto. + Tue Apr 1 21:19:41 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * rational.c: need to include <float.h> just once. |
