From 56e03c1bc8cfa127b4b991104e7363b2ea444c32 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 13 Aug 2008 08:32:53 +0000 Subject: * vm_insnhelper.c (caller_setup_args): should ensure if the value from to_proc is a real Proc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d46431606..826bc44aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 13 17:31:12 2008 Yukihiro Matsumoto + + * vm_insnhelper.c (caller_setup_args): should ensure if the value + from to_proc is a real Proc. + Wed Aug 13 17:28:29 2008 Akinori MUSHA * common.mk: regint.h no longer includes vm_core.h. -- cgit