From 3db23a0effe27b9d5b68fd687a29d3dc4a93f865 Mon Sep 17 00:00:00 2001 From: ko1 Date: Tue, 10 Jul 2007 08:04:52 +0000 Subject: * vm.c, insnhelper.ci: fix svar interface. * compile.c (iseq_compile_each), yarvcore.h: fix to use new svar interface for flip flop. * eval.c: ditto. * insns.def: ditto. * include/ruby/intern.h: remove "rb_svar()" declaration. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d9185618..3f624ef92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Tue Jul 10 16:58:16 2007 Koichi Sasada + + * vm.c, insnhelper.ci: fix svar interface. + + * compile.c (iseq_compile_each), yarvcore.h: fix to use new + svar interface for flip flop. + + * eval.c: ditto. + + * insns.def: ditto. + + * include/ruby/intern.h: remove "rb_svar()" declaration. + Tue Jul 10 16:52:01 2007 Nobuyoshi Nakada * compile.c (rb_iseq_compile): formatted if/else to switch statement. -- cgit