From e5f1ceab4ddb9a36558af2a1c061fb222fd87df6 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 19 Dec 2007 08:46:49 +0000 Subject: * compile.c (iseq_compile_each): remove "retry" in block. ("iter{retry}" cause syntax error) Currently, "begin; ...; rescue; iter{retry}; end" cause syntax error too. * bootstraptest/test_jump.rb: ditto. * lib/drb/invokemethod.rb: ditto. * sample/drb/darrayc.rb: ditto. * sample/test.rb: ditto. * test/drb/drbtest.rb: ditto. * test/ruby/test_iterator.rb: ditto. * sample/test.rb: add a 'test' directory on the SYSTEM test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e979107bf..f93938794 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Wed Dec 19 17:34:50 2007 Koichi Sasada + + * compile.c (iseq_compile_each): remove "retry" in block. + ("iter{retry}" cause syntax error) + Currently, "begin; ...; rescue; iter{retry}; end" cause + syntax error too. + + * bootstraptest/test_jump.rb: ditto. + + * lib/drb/invokemethod.rb: ditto. + + * sample/drb/darrayc.rb: ditto. + + * sample/test.rb: ditto. + + * test/drb/drbtest.rb: ditto. + + * test/ruby/test_iterator.rb: ditto. + + * sample/test.rb: add a 'test' directory on the SYSTEM test. + Wed Dec 19 17:12:59 2007 Koichi Sasada * bootstraptest/test_knownbug.rb, test_block.rb: -- cgit