diff options
author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 16:49:19 +0000 |
---|---|---|
committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-15 16:49:19 +0000 |
commit | 1c4f7a4c642f539f0bfc6db4234dde99d19c2b16 (patch) | |
tree | 9c9a842d961f4201504e107975cef5f5ce3fd2cb /ChangeLog | |
parent | 9ead0d771ba70c87f434748bf6309f839a4a3f90 (diff) | |
download | ruby-1c4f7a4c642f539f0bfc6db4234dde99d19c2b16.tar.gz |
* vm_dump.c (vm_stack_dump_raw): disable verbose debug output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Mon Jun 16 01:48:08 2008 Koichi Sasada <ko1@atdot.net> + + * vm_dump.c (vm_stack_dump_raw): disable verbose debug output. + Mon Jun 16 01:33:08 2008 Koichi Sasada <ko1@atdot.net> * vm_core.h, thread.c: rename global_interpreter_lock to |