summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-28 14:33:45 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-28 14:33:45 +0000
commit9f8ab2d816d0a32e6248052c1e4425c34c0cf48d (patch)
tree57908b712578ea69b31491e57e4b32e5a89fc889 /ChangeLog
parent189e99afa9777b785bb5e5932020498fdb5ea94e (diff)
* parse.y (assoc_list): odd number check only for NODE_ARRAY.
[ruby-dev:31082] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12652 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 3020ccc1f..d11144434 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Jun 28 23:29:30 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * parse.y (assoc_list): odd number check only for NODE_ARRAY.
+ [ruby-dev:31082]
+
Thu Jun 28 22:24:33 2007 Koichi Sasada <ko1@atdot.net>
* win32/Makefile.sub: define FUNC_FASTCALL macro.