diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 05:15:26 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 05:15:26 +0000 |
| commit | dc7fef348541dacf275af6eb82af1914eb564d99 (patch) | |
| tree | 12b8365f6e82595980cf54f3bd13bc7f941a49f4 /ChangeLog | |
| parent | 2030321e7acdd557b2b921f973f5e0a4e6b2d9c4 (diff) | |
| download | ruby-dc7fef348541dacf275af6eb82af1914eb564d99.tar.gz ruby-dc7fef348541dacf275af6eb82af1914eb564d99.tar.xz ruby-dc7fef348541dacf275af6eb82af1914eb564d99.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@20743 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. |
