From 047693b0c3db7d6b9102845f45afa186a6f3a21c Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 23 Jun 2008 15:23:12 +0000 Subject: * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from Adam Strzelecki in [ruby-core:17220]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 304440eaf..88c5b26d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 24 00:21:53 2008 Yusuke Endoh + + * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from + Adam Strzelecki in [ruby-core:17220]. + Tue Jun 24 00:10:53 2008 wanabe * compile.c (iseq_build_from_ary): fix expression to obtain iseq->local_size and iseq->local_table_size. [ruby-dev:35205] -- cgit