From 806583c95b96598c839515246f73fe0c47db2433 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 5 Mar 2008 02:52:43 +0000 Subject: * lib/debug.rb: require 'continuation' to implement "restart" command. [ruby-dev:33992] * lib/debug.rb (Context::debug_command): remove local variable shadowing to shut up warnings. [ruby-dev:33992] * lib/debug.rb (Context::display_list): ditto. * lib/debug.rb (Context::resume): ditto. * lib/debug.rb (Context::get_thread): no longer use #index for Hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eb0e22b38..06d4deb9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Wed Mar 5 11:50:32 2008 Yukihiro Matsumoto + + * lib/debug.rb: require 'continuation' to implement "restart" + command. [ruby-dev:33992] + + * lib/debug.rb (Context::debug_command): remove local variable + shadowing to shut up warnings. [ruby-dev:33992] + + * lib/debug.rb (Context::display_list): ditto. + + * lib/debug.rb (Context::resume): ditto. + + * lib/debug.rb (Context::get_thread): no longer use #index for Hash. + Tue Mar 4 21:35:59 2008 Yukihiro Matsumoto * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not be -- cgit