From ffd3cbdc759841c984ec35bfecfb9f7ed28d4faa Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 13 Nov 2012 08:34:43 +0000 Subject: * vm_insnhelper.c (vm_caller_setup_args): save and restore ci->argc and ci->blockptr before and after method invocations because these method dispatches override call_info. * bootstraptest/test_method.rb: add tests for this fix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e687321c67..78d6ea9d4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Nov 13 17:28:47 2012 Koichi Sasada + + * vm_insnhelper.c (vm_caller_setup_args): save and restore + ci->argc and ci->blockptr before and after method invocations + because these method dispatches override call_info. + + * bootstraptest/test_method.rb: add tests for this fix. + Tue Nov 13 16:38:02 2012 NARUSE, Yui * common.mk (dmyprobes.h): always create for make dist. -- cgit v1.2.3