diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-24 07:29:21 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-24 07:29:21 +0000 |
| commit | 087bc990b9a08c2521ad2dc648744c162559dbec (patch) | |
| tree | 2167a1299cd58748a883b72de1ba8de0b4128df6 /ChangeLog | |
| parent | 1113bd7c7c7b0edd4ae7d8e37fa82d992348b093 (diff) | |
| download | ruby-087bc990b9a08c2521ad2dc648744c162559dbec.tar.gz ruby-087bc990b9a08c2521ad2dc648744c162559dbec.tar.xz ruby-087bc990b9a08c2521ad2dc648744c162559dbec.zip | |
* vm.c (callee_setup_arg): added. support correct post arg.
* vm_macro.def (macro_eval_invoke_func): fix to use
callee_setup_arg.
* compile.c (set_arguments): adjust for above changes.
* compile.c (iseq_compile_each): ditto.
* iseq.c (ruby_iseq_disasm): ditto.
* yarvcore.h: add rb_iseq_t#post_arg_start and arg_size.
* bootstraptest/test_method.rb: add post arg tests.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Sun Jun 24 16:05:45 2007 Koichi Sasada <ko1@atdot.net> + + * vm.c (callee_setup_arg): added. support correct post arg. + + * vm_macro.def (macro_eval_invoke_func): fix to use + callee_setup_arg. + + * compile.c (set_arguments): adjust for above changes. + + * compile.c (iseq_compile_each): ditto. + + * iseq.c (ruby_iseq_disasm): ditto. + + * yarvcore.h: add rb_iseq_t#post_arg_start and arg_size. + + * bootstraptest/test_method.rb: add post arg tests. + Sun Jun 24 16:10:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * proc.c (proc_to_s): suppress warning, and reduced duplicated code. |
