summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-03 15:58:17 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-03 15:58:17 +0000
commit46469c300eb012eb0c30520f81cd0458f4f44aeb (patch)
tree5ae9dfe839116583e50b17de44f089105c1881fb /ChangeLog
parentb9453e9a151689579324a456a38782baf45aff17 (diff)
downloadruby-46469c300eb012eb0c30520f81cd0458f4f44aeb.tar.gz
ruby-46469c300eb012eb0c30520f81cd0458f4f44aeb.tar.xz
ruby-46469c300eb012eb0c30520f81cd0458f4f44aeb.zip
* parse.y (mlhs): simplifies the rule a bit.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0894237eb..9e423799d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ Tue Oct 3 21:04:29 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* parse.y (dyna_in_block): inline using macro.
+ * parse.y (mlhs): simplifies the rule a bit.
+
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