From ebea8b0f2d95f830c93acdd2cfd94df0ce8f813e Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 13 Nov 2007 06:24:06 +0000 Subject: * compile.c (iseq_specialized_instruction): check argc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') 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 + + * compile.c (iseq_specialized_instruction): check argc. + Tue Nov 13 14:44:32 2007 why the lucky stiff * test/yaml/test_yaml.rb: fixed the failing YAML Struct test -- cgit