From 9fc443bf1d665535408ae014c5e741a7e7d72c70 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 17:19:22 +0000 Subject: * call_cfunc.ci: removed. * insnhelper.ci: added. this function includes all functions that vm insns need. * common.mk: ditto. * insnhelper.h, vm.h, vm.c: move some declaration. * gc.h: remove GC_CHECK() macro because GC.stress is more useful. * compile.c, iseq.c, vm_dump: ditto. * gc.h, thread.c: move a prototype decalaration. * debug.c, debug.h: rename some functions. * compile.h: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 244760cd2..e5b9ec08c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Mon Jun 25 02:14:30 2007 Koichi Sasada + + * call_cfunc.ci: removed. + + * insnhelper.ci: added. this function includes all functions that + vm insns need. + + * common.mk: ditto. + + * insnhelper.h, vm.h, vm.c: move some declaration. + + * gc.h: remove GC_CHECK() macro because GC.stress is more useful. + + * compile.c, iseq.c, vm_dump: ditto. + + * gc.h, thread.c: move a prototype decalaration. + + * debug.c, debug.h: rename some functions. + + * compile.h: ditto. + Mon Jun 25 00:45:02 2007 Koichi Sasada * insns.def (invokesuper): fix error message. -- cgit