From f6ac2474c481fc487b2922eb9f76f050bdd25624 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 1 Jul 2007 18:16:02 +0000 Subject: * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: rename structure names and field names. * insnhelper.h, insns.def: add GET_CONST_INLINE_CACHE(). * iseq.c: add rb_iseq_build_for_ruby2cext(). * yarvcore.h, vm.h: move declaration of rb_insn_func_t to yarvcore.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2bc12731f..8db3bf2ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Jul 2 03:09:36 2007 Koichi Sasada + + * yarvcore.h, compile.c, insnhelper.ci, iseq.c, vm.c: + rename structure names and field names. + + * insnhelper.h, insns.def: add GET_CONST_INLINE_CACHE(). + + * iseq.c: add rb_iseq_build_for_ruby2cext(). + + * yarvcore.h, vm.h: move declaration of rb_insn_func_t + to yarvcore.h. + Sun Jul 1 03:25:53 2007 Koichi Sasada * insnhelper.h, vm.h: some refactoring. -- cgit