From d9a34753f78b8db5115b10bb1df137a16c4c90cf Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Oct 2003 17:46:14 +0000 Subject: * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call debug_silent_eval() when $1 is not set. (ruby-bugs PR#1194) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 306fabbe3..d162142da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,11 @@ Thu Oct 16 23:51:04 2003 Hidetoshi NAGAI in a callback operation, Ruby/Tk shows a (verbose) backtrace information on the callback process. +Thu Oct 16 17:09:19 2003 Yukihiro Matsumoto + + * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call + debug_silent_eval() when $1 is not set. (ruby-bugs PR#1194) + Thu Oct 16 16:54:57 2003 Yukihiro Matsumoto * string.c (rb_str_upto): ("a"..."a").to_a should return []. -- cgit