From 7457792106682fd2ea16f1fdc5cf824b42bbc811 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Jul 2007 07:30:33 +0000 Subject: * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bug since this function can be called from VM::InstructionSequence.load. * compile.c (insn_set_sc_state, iseq_set_sequence_stackcaching): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e6e8c379..d1c901236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Jul 20 16:30:31 2007 Nobuyoshi Nakada + + * compile.c (iseq_set_sequence): raise SyntaxError instead of rb_bug + since this function can be called from VM::InstructionSequence.load. + + * compile.c (insn_set_sc_state, iseq_set_sequence_stackcaching): ditto. + Fri Jul 20 16:11:33 2007 Nobuyoshi Nakada * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to -- cgit