From 6a2a22c86bf9a4e0708206bb6d241cbc00fd3d3e Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 18 Jun 2007 07:55:45 +0000 Subject: * parse.y (yycompile): disable trace while creating ruby_debug_lines. [ruby-talk:253586] * thread.c (ruby_suppress_tracing): new function to call a function with suppressing trace. * lib/debug.rb, lib/tracer.rb: for YARV. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f9b8bdacb..ce78f09f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 18 16:57:24 2007 Nobuyoshi Nakada + + * parse.y (yycompile): disable trace while creating ruby_debug_lines. + [ruby-talk:253586] + + * thread.c (ruby_suppress_tracing): new function to call a function + with suppressing trace. + + * lib/debug.rb, lib/tracer.rb: for YARV. + Mon Jun 18 13:54:36 2007 Nobuyoshi Nakada * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured -- cgit