diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,20 @@ +Fri Jun 15 12:25:33 2007 Koichi Sasada <[email protected]> + + * vm.c (th_yield_setup_args): |v| should work as |v,|. + ex) def m;yield 1, 2; end; m{|v| p v} #=> 1 + + * parse.y: apply above change for "for" statement. + + * test/ruby/test_assignment.rb: ditto + + * test/ruby/test_basicinstructions.rb: ditto. + + * test/ruby/test_iterator.rb: ditto. + + * test/ruby/test_yield.rb: ditto. + + * compile.c (iseq_compile_each): fix debug. + Fri Jun 15 12:22:10 2007 Koichi Sasada <[email protected]> * eval.c (ruby_finalize_1): rb_thread_t#errinfo should be clear with |