head 1.3; access; symbols pkgsrc-2014Q4:1.2.0.30 pkgsrc-2014Q4-base:1.2 pkgsrc-2014Q3:1.2.0.28 pkgsrc-2014Q3-base:1.2 pkgsrc-2014Q2:1.2.0.26 pkgsrc-2014Q2-base:1.2 pkgsrc-2014Q1:1.2.0.24 pkgsrc-2014Q1-base:1.2 pkgsrc-2013Q4:1.2.0.22 pkgsrc-2013Q4-base:1.2 pkgsrc-2013Q3:1.2.0.20 pkgsrc-2013Q3-base:1.2 pkgsrc-2013Q2:1.2.0.18 pkgsrc-2013Q2-base:1.2 pkgsrc-2013Q1:1.2.0.16 pkgsrc-2013Q1-base:1.2 pkgsrc-2012Q4:1.2.0.14 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.12 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.10 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.2.0.8 pkgsrc-2012Q1-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.2.0.4 pkgsrc-2011Q3-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.1.1.1.0.6 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.4 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-2010Q3:1.1.1.1.0.2 pkgsrc-2010Q3-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2015.02.04.13.47.00; author taca; state dead; branches; next 1.2; commitid X3j6D2H4TMDAaH8y; 1.2 date 2011.06.19.15.27.19; author taca; state Exp; branches; next 1.1; 1.1 date 2010.09.12.01.31.13; author taca; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.09.12.01.31.13; author taca; state Exp; branches; next ; desc @@ 1.3 log @Remove ruby-debug-extra package which support ruby18 only. @ text @$NetBSD: patch-aa,v 1.2 2011/06/19 15:27:19 taca Exp $ Avoid rebuild documents. --- Makefile.in.orig 2010-10-27 13:13:39.000000000 +0000 +++ Makefile.in @@@@ -172,7 +172,7 @@@@ target_alias = @@target_alias@@ top_build_prefix = @@top_build_prefix@@ top_builddir = @@top_builddir@@ top_srcdir = @@top_srcdir@@ -SUBDIRS = doc emacs +SUBDIRS = emacs PHONY = test ChangeLogs all: all-recursive @ 1.2 log @Update ruby-debug-extra package to 0.10.4. 2010-09-12 01:30 Rocky Bernstein * ChangeLog, doc/home-page.html, doc/rdebug-emacs.texi, lib/ChangeLog, test/pm.rb: pm.rb: spelling mistake 2010-08-13 05:32 Rocky Bernstein * ChangeLog, cli/ruby-debug/commands/frame.rb, cli/ruby-debug/helper.rb, cli/ruby-debug/processor.rb, ext/ruby_debug.c, lib/ChangeLog: Add Debugger.inside_emacs? Environment variable EMACS for inside Emacs is deprecated in favor of INSIDE_EMACS. Rubyforge #28465. 2010-08-03 02:53 Rocky Bernstein * emacs/rdebug-breaks.el: Off by one on showing breakpoint positions 2010-08-02 19:07 Rocky Bernstein * doc/rdebug-emacs.texi: More small document changes 2010-08-02 18:03 Rocky Bernstein * doc/rdebug-emacs.texi: A couple more small emacs doc changes 2010-08-02 17:45 Rocky Bernstein * doc/rdebug-emacs.texi, emacs/INSTALL, emacs/README: More small changes to docs. 2010-08-02 12:51 Rocky Bernstein * CHANGES, ChangeLog, INSTALL.SVN, configure.ac, emacs/AUTHORS, emacs/INSTALL, emacs/Makefile.am, emacs/README, emacs/rdebug.el, lib/ChangeLog: Go over installation instructions for Emacs. Add a basic files, README, INSTALL and AUTHORS. Change version from 0.10.4vc to 0.10.4rc1 2009-11-28 22:56 Rocky Bernstein * ChangeLog, emacs/rdebug-annotate.el, emacs/rdebug-breaks.el, emacs/rdebug-core.el, emacs/rdebug-info.el, emacs/rdebug-source.el, emacs/rdebug-track.el, lib/ChangeLog: Fix problem caused by gdb-ui renamed to gdb-mi. Rubyforge tracker #27152 Remove all Emacs byte compile warning messages. Note however all of this code will eventually be phased out in favor of emacs-dbgr (on github). 2009-03-31 09:49 Rocky Bernstein * emacs/rdebug-locring.el: Comment change 2009-03-11 18:57 Rocky Bernstein * cli/ruby-debug/commands/catchpoint.rb, emacs/rdebug-core.el, emacs/rdebug-track.el, emacs/test/test-regexp.el: Update "catch" command help string. Reindent some emacs files to make tests happy. 2009-02-10 04:32 Rocky Bernstein * emacs/rdebug-core.el: Remove the annoying disappearing command window when we there's an initial error in running the Ruby program @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2010/09/12 01:31:13 taca Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- Makefile.in.orig 2008-11-14 19:30:34.000000000 +0000 d7 4 a10 4 @@@@ -132,7 +132,7 @@@@ sbindir = @@sbindir@@ sharedstatedir = @@sharedstatedir@@ sysconfdir = @@sysconfdir@@ target_alias = @@target_alias@@ @ 1.1.1.1 log @Importing ruby-debug-extra 0.10.3. Emacs support and the Reference Manual for ruby-debug. @ text @@