From ceadcc44141f598532bff6c6f6c5cf90135b1f87 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 3 Oct 2006 15:59:45 +0000 Subject: * parse.y (block_param): restrict block parameters to be local variables only. * test/ruby/test_iterator.rb (TestIterator::test_nested_iterator): update test suite to conform the last change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e423799d..2959174c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,12 @@ Tue Oct 3 21:04:29 2006 Yukihiro Matsumoto * parse.y (mlhs): simplifies the rule a bit. + * parse.y (block_param): restrict block parameters to be local + variables only. + + * test/ruby/test_iterator.rb (TestIterator::test_nested_iterator): + update test suite to conform the last change. + Tue Oct 3 02:31:13 2006 Yukihiro Matsumoto * eval.c (splat_value): use "to_splat" instead of "to_ary" to -- cgit