From 5fc55e280982d7c9e7e6bf7a4d6718f63d6babc7 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 3 Jul 2007 19:35:09 +0000 Subject: * compile.c (compile_array, iseq_compile_each): fix about array generation in void context. [ruby-dev:31102] * bootstraptest/test_literal.rb: add a test for above. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fffc2906c..592f7bd9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 4 04:30:32 2007 Koichi Sasada + + * compile.c (compile_array, iseq_compile_each): fix about array + generation in void context. [ruby-dev:31102] + + * bootstraptest/test_literal.rb: add a test for above. + Wed Jul 4 04:07:00 2007 Koichi Sasada * compile.c (compile_array): ignore NODE_ZARRAY. -- cgit