[前][次][番号順一覧][スレッド一覧][生データ]

ruby-cvs:22930

From: matz ruby-lang.org
Date: Wed, 5 Mar 2008 11:52:45 +0900 (JST)
Subject: [ruby-cvs:22930] Ruby:r15690 (trunk): * lib/debug.rb: require 'continuation' to implement "restart"

matz	2008-03-05 11:52:43 +0900 (Wed, 05 Mar 2008)

  New Revision: 15690

  Modified files:
    trunk/ChangeLog
    trunk/lib/debug.rb
    trunk/version.h

  Log:
    * 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.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/version.h?r1=15690&r2=15689&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=15690&r2=15689&diff_format=u
  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/debug.rb?r1=15690&r2=15689&diff_format=u


[前][次][番号順一覧][スレッド一覧][生データ]