From 8ae54c3948a23b3814de1f7771ceea919edf9886 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 14 Apr 2008 05:34:04 +0000 Subject: * compile.c, compile.h (compile_debug): made runtime option. * debug.c (ruby_debug_print_indent): returns if debug_level exceeds the threashold. * debug.c (ruby_debug_printf): printf to stderr. * iseq.c (make_compile_option, make_compile_option_value): added debug_level option. * vm_core.h (rb_compile_option_t): added debug_level. * vm_core.h (struct iseq_compile_data): added node_level. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc1a24b39..c3b4afac4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Mon Apr 14 14:33:59 2008 Nobuyoshi Nakada + + * compile.c, compile.h (compile_debug): made runtime option. + + * debug.c (ruby_debug_print_indent): returns if debug_level exceeds + the threashold. + + * debug.c (ruby_debug_printf): printf to stderr. + + * iseq.c (make_compile_option, make_compile_option_value): added + debug_level option. + + * vm_core.h (rb_compile_option_t): added debug_level. + + * vm_core.h (struct iseq_compile_data): added node_level. + Mon Apr 14 12:52:25 2008 Nobuyoshi Nakada * gc.c (Init_stack): use ruby_init_stack. [ruby-dev:34350] -- cgit