diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-20 07:30:33 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-20 07:30:33 +0000 |
| commit | 644d3a650fc31c865bb87d53de6624f876bf68dd (patch) | |
| tree | 361f3f776ff65c0b32cde2280d92e2e8ad705b93 /ChangeLog | |
| parent | 39c56c33490275091939ba33ee18b03b140ea3b7 (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jul 20 16:30:31 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * compile.c, compile.h (DECL_ANCHOR, INIT_ANCHOR): split not to |
