diff options
author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-23 15:23:12 +0000 |
---|---|---|
committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-23 15:23:12 +0000 |
commit | 047693b0c3db7d6b9102845f45afa186a6f3a21c (patch) | |
tree | e58a79cee393c95ac7178a869447f5b4efde5036 /ChangeLog | |
parent | 5b36e0bc97b758c1a9e56705804f7c4e2fc9addf (diff) | |
download | ruby-047693b0c3db7d6b9102845f45afa186a6f3a21c.tar.gz ruby-047693b0c3db7d6b9102845f45afa186a6f3a21c.tar.xz ruby-047693b0c3db7d6b9102845f45afa186a6f3a21c.zip |
* compile.c (iseq_build_from_ary): initialize arg_opts, a patch from
Adam Strzelecki <ono@java.pl> in [ruby-core:17220].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Tue Jun 24 00:21:53 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * compile.c (iseq_build_from_ary): initialize arg_opts, a patch from + Adam Strzelecki <ono@java.pl> in [ruby-core:17220]. + Tue Jun 24 00:10:53 2008 wanabe <s.wanabe@gmail.com> * compile.c (iseq_build_from_ary): fix expression to obtain iseq->local_size and iseq->local_table_size. [ruby-dev:35205] |