summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-25 17:52:33 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-25 17:52:33 +0000
commit8e03036429a7ca7ebab0435bd179275b1c9d3d1d (patch)
treeb237337c80e3f0368de1092ddf0ae1141fce9953 /ChangeLog
parente718f25e0d3da4476061ccbf1141590323b41cc4 (diff)
* compile.c (setup_arg): support kind of "m(*ary, x)" method call.
([ruby-dev:31048]). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12616 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 d9d30b3ab..a658de635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 26 02:50:24 2007 Koichi Sasada <ko1@atdot.net>
+
+ * compile.c (setup_arg): support kind of "m(*ary, x)" method call.
+ ([ruby-dev:31048]).
+
Tue Jun 26 00:28:44 2007 Koichi Sasada <ko1@atdot.net>
* insnhelper.ci, vm.c: complete block parameter support.