diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-18 07:55:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-18 07:55:45 +0000 |
| commit | 6a2a22c86bf9a4e0708206bb6d241cbc00fd3d3e (patch) | |
| tree | 2a4be7c58259a21f0a3f04ca76ea2ee1774d00f5 /ChangeLog | |
| parent | e7cebbd83b164337399f6d6664b549f3b9660d5d (diff) | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Mon Jun 18 16:57:24 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured |
