From b5682c8cb9427805791e9ce255e3d4c0a41ff749 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 11:02:40 +0000 Subject: * vm_macro.def: removed. * insn_send.ci: added. this file includes send instruction body. * common.mk: ditto. * insns.def: ditto. * tool/insns2vm.rb: ditto. * vm.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd4147ed1..d5c501db2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sun Jun 24 20:01:08 2007 Koichi Sasada + + * vm_macro.def: removed. + + * insn_send.ci: added. this file includes send instruction body. + + * common.mk: ditto. + + * insns.def: ditto. + + * tool/insns2vm.rb: ditto. + + * vm.c: ditto. + Sun Jun 24 19:30:37 2007 Koichi Sasada * insnhelper.h (RESTORE_REGS): add do/while(0) around macro. -- cgit