aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 13:54:59 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-11 13:54:59 +0000
commitab2119fc3d61a7504d836cfb0231b736c1c33742 (patch)
tree70c7f7e9755c4dc5c16877da512b337b8cdf6aeb /ChangeLog
parenta7a1968ad134ce8565dbe81c8e762de7f4fc2c15 (diff)
downloadruby-ab2119fc3d61a7504d836cfb0231b736c1c33742.tar.gz
* parse.y: add semicolons to some grammar rules not terminated
with them. a patch from Dave B in [ruby-core:23422]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23393 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 7fe9edcb8d..5d13c0bd81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 11 21:46:20 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * parse.y: add semicolons to some grammar rules not terminated
+ with them. a patch from Dave B in [ruby-core:23422].
+
Mon May 11 20:08:33 2009 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]