diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:15:08 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:15:08 +0000 |
| commit | 237ad3e16360cd2802f5b5f18b916b0ea9b07a45 (patch) | |
| tree | 8059684525d022d76efd43c04513863b3e00959a /ChangeLog | |
| parent | f29b34f4824ff067dcd246eba8b4a763f3d102cd (diff) | |
mreges r20743 from trunk into ruby_1_9_1.
* vm_eval.c (vm_call_super): uses method_missing().
* vm_eval.c (method_missing): get rid of too large alloca.
* vm_eval.c (rb_call0, method_missing): uses idMethodMissing.
* vm_method.c (rb_add_method, remove_method, rb_undef): uses
id__send__.
* vm_method.c (Init_eval_method): removed IDs which are defined as
immediate values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Mon Dec 15 14:15:23 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * vm_eval.c (vm_call_super): uses method_missing(). + + * vm_eval.c (method_missing): get rid of too large alloca. + + * vm_eval.c (rb_call0, method_missing): uses idMethodMissing. + + * vm_method.c (rb_add_method, remove_method, rb_undef): uses + id__send__. + + * vm_method.c (Init_eval_method): removed IDs which are defined as + immediate values. + Mon Dec 15 11:35:27 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm.c (vm_backtrace): defaults to script name for C functions. |
