diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-02 12:49:35 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-07-02 12:49:35 +0000 |
| commit | 4347616de11818c87de68b5478b0f79928054fd1 (patch) | |
| tree | b4be9dc0cdc75cfb3f7c329855251f83352b931e /ChangeLog | |
| parent | 021a766dfabc365488f768c74f170250a7461125 (diff) | |
* compile.c: rename iseq_translate_direct_threaded_code()
to iseq_translate_threaded_code().
* eval_intern.h, yarvcore.h: mv EXEC_EVENT_HOOK() and
exec_event_hooks() to yarvcore.h.
* insnhelper.ci, vm.c: mv yarv_finish_insn_seq to vm.c.
* insns.def (opt_call_c_function): fix to use RESTORE_REGS().
* iseq.c (rb_iseq_build_for_ruby2cext): fix to allocate iseq.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Mon Jul 2 21:45:53 2007 Koichi Sasada <ko1@atdot.net> + + * compile.c: rename iseq_translate_direct_threaded_code() + to iseq_translate_threaded_code(). + + * eval_intern.h, yarvcore.h: mv EXEC_EVENT_HOOK() and + exec_event_hooks() to yarvcore.h. + + * insnhelper.ci, vm.c: mv yarv_finish_insn_seq to vm.c. + + * insns.def (opt_call_c_function): fix to use RESTORE_REGS(). + + * iseq.c (rb_iseq_build_for_ruby2cext): fix to allocate iseq. + Mon Jul 2 11:59:34 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * insns.def (defineclass): suppress a warning. |
