summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 06:24:06 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-11-13 06:24:06 +0000
commitebea8b0f2d95f830c93acdd2cfd94df0ce8f813e (patch)
treef7053fe08d0ec01d9e30093b6f178a1dc7c3d7c6 /ChangeLog
parent78a41d507c1a5527b6cac0b3d308e2e62b070a15 (diff)
downloadruby-ebea8b0f2d95f830c93acdd2cfd94df0ce8f813e.tar.gz
ruby-ebea8b0f2d95f830c93acdd2cfd94df0ce8f813e.tar.xz
ruby-ebea8b0f2d95f830c93acdd2cfd94df0ce8f813e.zip
* compile.c (iseq_specialized_instruction): check argc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8369fe0db..648852f14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 13 15:21:52 2007 Koichi Sasada <ko1@atdot.net>
+
+ * compile.c (iseq_specialized_instruction): check argc.
+
Tue Nov 13 14:44:32 2007 why the lucky stiff <why@ruby-lang.org>
* test/yaml/test_yaml.rb: fixed the failing YAML Struct test