diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 01:36:35 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 01:36:35 +0000 |
commit | 0fb411ba347f4bb665b18b9623157df4fc652ffe (patch) | |
tree | 33d577fcbadfb6fa745face071495c103b719c2d /ChangeLog | |
parent | f3a8ef84fa524a593262ac17f05d41fd24c9a50d (diff) | |
download | ruby-0fb411ba347f4bb665b18b9623157df4fc652ffe.tar.gz ruby-0fb411ba347f4bb665b18b9623157df4fc652ffe.tar.xz ruby-0fb411ba347f4bb665b18b9623157df4fc652ffe.zip |
* parse.y (reg_named_capture_assign_iter): just ignore the
captures that do not have valid local variable name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Sat Dec 22 10:25:44 2007 Yukihiro Matsumoto <matz@ruby-lang.org> not be reserved word. a patch from Keita Yamaguchi <keita.yamaguchi AT gmail.com> in [ruby-dev:32675]. + * parse.y (reg_named_capture_assign_iter): just ignore the + captures that do not have valid local variable name. + Sat Dec 22 10:19:08 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_f_method_name): now __method__ and __callee__ are |