summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-20 17:12:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-02-20 17:12:56 +0000
commit31ca23d694e06b90b6d2f2ee58c14ddc2448e5bd (patch)
treea7e53cc8a681d1a7798b0528cbb05d21d946aef4 /ChangeLog
parentfbcf44ec865b8eeeb313dbd00ba5f2923ea61f86 (diff)
* parse.y (f_arglist): should set command_start = Qtrue for
command body. [ruby-talk:180648] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9974 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 104f784fa..c2742a258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 21 02:07:39 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * parse.y (f_arglist): should set command_start = Qtrue for
+ command body. [ruby-talk:180648]
+
Mon Feb 20 22:30:17 2006 Tanaka Akira <akr@m17n.org>
* mkconfig.rb: alias Config to RbConfig for compatibility.