From efe27762873b0aaab265ff645251bbffe2838554 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 18:40:13 +0000 Subject: * insnhelper.ci (caller_setup_args): add need_block_check option. * insns.def: ditto. * yarvcore.h: add GetCoreDataFromValue(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e5b9ec08c..0033f7f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Jun 25 03:37:20 2007 Koichi Sasada + + * insnhelper.ci (caller_setup_args): add need_block_check option. + + * insns.def: ditto. + + * yarvcore.h: add GetCoreDataFromValue(). + Mon Jun 25 02:14:30 2007 Koichi Sasada * call_cfunc.ci: removed. -- cgit