aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 05:30:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 05:30:37 +0000
commite11ed98f8856c50b7c65aebbccabb4813eda6cfd (patch)
tree2fed812bd99009566b217963c1ec55c3ec4627f7 /ChangeLog
parent34ff55e82a5b8cca1ecf43118926fc66c7223e9d (diff)
downloadruby-e11ed98f8856c50b7c65aebbccabb4813eda6cfd.tar.gz
* parse.y (reg_named_capture_assign_iter): allows non-ascii names and
get rid of reserved word IDs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9223cdf61a..0e4522b331 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 22 14:30:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * parse.y (reg_named_capture_assign_iter): allows non-ascii names and
+ get rid of reserved word IDs.
+
Sat Dec 22 14:18:45 2007 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_float.rb, test_sprintf.rb: fix test place.