diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-03 15:59:45 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-10-03 15:59:45 +0000 |
| commit | ceadcc44141f598532bff6c6f6c5cf90135b1f87 (patch) | |
| tree | bf8c46bbd1d9a0f993b6a4f0ec9a64a95597b459 /ChangeLog | |
| parent | 46469c300eb012eb0c30520f81cd0458f4f44aeb (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ Tue Oct 3 21:04:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * 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 <matz@ruby-lang.org> * eval.c (splat_value): use "to_splat" instead of "to_ary" to |
