aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 01:36:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 01:36:35 +0000
commit1d420d7c380a0ef4c57b4df8c9e400e2e8bd352d (patch)
tree33d577fcbadfb6fa745face071495c103b719c2d /ChangeLog
parentc375b2f4206906618e437aa645523b8f5dca0983 (diff)
downloadruby-1d420d7c380a0ef4c57b4df8c9e400e2e8bd352d.tar.gz
* parse.y (reg_named_capture_assign_iter): just ignore the
captures that do not have valid local variable name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36282abbae..4b23a9d280 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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