head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.2.0.18 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.16 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.14 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.12 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.10 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.8 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.6 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.4 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.2 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2013.03.07.15.09.31; author taca; state dead; branches; next 1.2; 1.2 date 2010.12.04.03.52.26; author taca; state Exp; branches; next 1.1; 1.1 date 2010.09.10.05.17.37; author taca; state Exp; branches; next ; desc @@ 1.3 log @Use OVERRIDE_GEMSPEC instead of modifying gemspec file. @ text @$NetBSD: patch-ab,v 1.2 2010/12/04 03:52:26 taca Exp $ - Avoid to install win32 binaries. --- ../ruby-debug-base-0.10.4.gemspec.orig 2010-12-01 01:31:41.000000000 +0000 +++ ../ruby-debug-base-0.10.4.gemspec @@@@ -47,10 +47,6 @@@@ files: - ext/extconf.rb - ext/ruby_debug.c - ext/ruby_debug.h -- ext/win32/breakpoint.o -- ext/win32/ruby_debug.o -- ext/win32/ruby_debug.so -- ext/win32/Makefile - lib/ChangeLog - lib/ruby-debug-base.rb - test/base/base.rb @ 1.2 log @Update ruby-debug-base to 0.10.4. 0.10.4 10/27/10 - Various bug fixes: * reload command. * plain 'info' command * improve list and list - (backwards) handling when hitting end of file - Add ability to specify port to debug on - Allow breakpoints at class methods - "quit!" is same as "quit unconditionally" - irb improvements: Access to non-executing rdebug commands inside irb via "dbgr" method - Go over documentation including that created by rdoc. - For emacs package: add README, INSTALL, AUTHORS. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Update devel/ruby-debug-base to 0.10.3. * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Update HOMEPAGE. * Add LICENSE. 0.10.3 11/17/08 - a backtrace now warns when it thinks the callstack is truncated which it gets by comparing with caller() - fix setting $0. - fix bug in showing variables in post-mortem - Document how Debugger.start with a block is intended to be used. - Move Kernel#debugger from ruby-debug-base into ruby-debug - Get regression tests working again - Warn and add a "confirmation" when setting a breakpoint on a file that is not loaded. @ text @d3 1 a3 1 Avoid to install win32 binaries. d5 3 a7 3 --- ../ruby-debug-base-0.10.3.gemspec.orig 2010-09-07 01:50:41.000000000 +0000 +++ ../ruby-debug-base-0.10.3.gemspec @@@@ -40,10 +40,6 @@@@ files: d11 1 a11 1 -- ext/win32/Makefile a12 1 -- ext/win32/breakpoint.o d14 2 a16 1 - lib/ChangeLog @