From 76d0b45e8bb8988d5c92eca66f07820c61923c28 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 13:05:51 +0000 Subject: * insn_send.ci: removed. * common.mk: ditto. * vm.c (vm_call_bmethod), isnsn.def: added. fix to use this function instead of using goto. * vm.c (vm_call_bmethod): renamed from th_invoke_bmethod(). * vm.c (vm_method_missing): renamed from eval_methdo_missing(). * vm_evalbody.ci: remove tmp_* variables. * insnhelper.h: add some macros. * insns.def: forbid zsuper from method defined by define_method(). * test/ruby/test_super.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d5c501db2..0ab540290 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Sun Jun 24 22:00:17 2007 Koichi Sasada + + * insn_send.ci: removed. + + * common.mk: ditto. + + * vm.c (vm_call_bmethod), isnsn.def: added. fix to use this + function instead of using goto. + + * vm.c (vm_call_bmethod): renamed from th_invoke_bmethod(). + + * vm.c (vm_method_missing): renamed from eval_methdo_missing(). + + * vm_evalbody.ci: remove tmp_* variables. + + * insnhelper.h: add some macros. + + * insns.def: forbid zsuper from method defined by define_method(). + + * test/ruby/test_super.rb: ditto. + Sun Jun 24 20:01:08 2007 Koichi Sasada * vm_macro.def: removed. -- cgit