From 3c6ebfdd81caaa33a5e08f8a27294cc553271e4d Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 26 Oct 2009 20:58:25 +0000 Subject: * vm.c (invoke_block_from_c): return Qnil when its iseq is SPECIAL CONST. [ruby-core:26335] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31d7bb3ef..4a3febde5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 27 05:56:39 2009 NARUSE, Yui + + * vm.c (invoke_block_from_c): return Qnil when its iseq is + SPECIAL CONST. [ruby-core:26335] + Tue Oct 27 05:11:49 2009 NARUSE, Yui * vm_exec.c (DECL_SC_REG): check defined(__asm__) before use it. -- cgit