From 2248bcd1149a7c077fefcae947e743a41e8b4444 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 11 May 2009 13:54:59 +0000 Subject: * parse.y: add semicolons to some grammar rules not terminated with them. a patch from Dave B in [ruby-core:23422]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7fe9edcb8..5d13c0bd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon May 11 21:46:20 2009 Yukihiro Matsumoto + + * 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 * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194] -- cgit