From 57c26d994b482aacf3c125da029efb919be82ff3 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 12 Aug 2007 19:09:15 +0000 Subject: * vm_dump.c (debug_print_pre): fix to show control frame count. * insns.def (opt_call_c_function): fix operand type. * lib/vm/instruction.rb: ditto. * insnhelper.ci (vm_push_frame, vm_pop_frame): fix to show control stack status on if VMDEBUG == 2. * vm.h: add a comment about VMDEBUG. * iseq.c (find_prev_line_no): fix to skip bug report if line is not found. * lib/vm/instruction.rb: fix to use build_string() on source code generators. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 790c2f4cb..cb9bbc9ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Mon Aug 13 04:02:29 2007 Koichi Sasada + + * vm_dump.c (debug_print_pre): fix to show control frame count. + + * insns.def (opt_call_c_function): fix operand type. + + * lib/vm/instruction.rb: ditto. + + * insnhelper.ci (vm_push_frame, vm_pop_frame): fix to show + control stack status on if VMDEBUG == 2. + + * vm.h: add a comment about VMDEBUG. + + * iseq.c (find_prev_line_no): fix to skip bug report if + line is not found. + + * lib/vm/instruction.rb: fix to use build_string() on + source code generators. + Mon Aug 13 03:57:32 2007 Koichi Sasada * template/yasmdata.rb.tmpl: fix type and name. -- cgit