13a9624..0826911 100644
--- a/packages/realgud/realgud.el
+++ b/packages/realgud/realgud.el
@@ -3,7 +3,7 @@
;; Author: Rocky Bernstein
;; Version: 1.4.4
;; Package-Type: multi
-;; Package-Requires: ((load-relative "1.3") (loc-changes "1.2") (test-simple
"1.3.0&qu
branch: master
commit 9d2a144e26f53d3142c743a3371c2ca8b503bdd9
Merge: cc199f5 b3b69f5
Author: rocky
Commit: rocky
Merge commit 'b3b69f52207d3a8111421ad7ab9ed82abbe85316'
Free Software Foundation, Inc
;; Author: Rocky Bernstein
;; URL: http://github.com/rocky/emacs-test-simple
branch: master
commit b3b69f52207d3a8111421ad7ab9ed82abbe85316
Author: rocky
Commit: rocky
Bump version
---
test-simple.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test-simple.el b/test-simple.el
index a85f5ba..8f1ec12 100644
--- a/test-simple.el
+++ b/test-simple
rocky pushed a change to branch master.
from cc199f5 Show progress of automatic el-search-query-replace
new e7c948e Bump version to keep in sync with elpa
new b3b69f5 Bump version
new 9d2a144 Merge commit 'b3b69f52207d3a8111421ad7ab9ed82abbe85316'
Summary o
o make install
+ run_cmd ${MAKE} && \
+ run_cmd ${MAKE} check && \
+run_cmd $need_sudo ${MAKE} install
)
done
diff --git a/packages/realgud/realgud.el b/packages/realgud/realgud.el
index 0826911..d15b324 100644
--- a/packages/realgud/realgud.el
+++ b/packages/re
rocky pushed a change to branch master.
from b0aeb9e Merge commit '206468aa4de299ad26c2db12b757f5ad7290912f'
new bb13df5 Wrong number of args in test-raises
new e693132 Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164'
new 5f9c47b Merge branch 'master'
branch: master
commit bb13df55aa357538f95c3a8a28cac18533f5d164
Author: rocky
Commit: rocky
Wrong number of args in test-raises
---
Makefile.am|2 +-
test-simple.el |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index a1c318c..abf9
branch: master
commit e6931324e044ca9de56f5b6a43b699f6aaaff9c8
Merge: 87f211d bb13df5
Author: rocky
Commit: rocky
Merge commit 'bb13df55aa357538f95c3a8a28cac18533f5d164'
---
packages/test-simple/Makefile.am|2 +-
packages/test-simple/test-simple.el |2 +-
2 files changed, 2 inse
s case, the command line is set above as the simplest case.
+But you run test with dependency, you must use the sexp comment form.
+
+ (test-simple-run "emacs -batch -L %s -L %s -l %s"
(file-name-directory (locate-library "test-simple.elc")) (file-name-directory
(locat
rocky pushed a change to branch realgud.
at 59b0b26 Try realgud
This branch includes the following new commits:
new 59b0b26 Try realgud
/backtrace.el
+++ b/realgud/common/buffer/backtrace.el
@@ -1,5 +1,27 @@
;;; Backtrace buffer
-;;; Copyright (C) 2010-2015 Rocky Bernstein
+
+;; Author: Rocky Bernstein
+;; Version: 1.1
+;; Keywords: internal
+;; URL: http://github.com/rocky/emacs-load-relative
+;; Compatibility: GNU Emacs 24.x
(http://wiki.github.com/rocky/emacs-dbgr/how-to-use).
-*Author:* Rocky Bernstein
+*Author:* Rocky Bernstein
branch: master
commit f71fd11cb24074a3b6cc70f4848ce1774bf6c199
Author: rocky
Commit: rocky
Remove another warning
---
realgud/common/run.el |1 +
1 file changed, 1 insertion(+)
diff --git a/realgud/common/run.el b/realgud/common/run.el
index 93934e6..69041f6 100644
--- a/realgud/common
branch: master
commit 6e2a6121d5650613331bbfc02b70fdb3e84c5651
Author: rocky
Commit: rocky
Need more stringent cmdbuf setup
---
test/test-track-mode.el |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/test-track-mode.el b/test/test-track-mode.el
index 66a0e38..
branch: master
commit b7adbc060c45542d2a059033e230e496f5d1e92c
Author: rocky
Commit: rocky
DRY Comment no longer relvant
---
realgud/common/track-mode.el |1 -
1 file changed, 1 deletion(-)
diff --git a/realgud/common/track-mode.el b/realgud/common/track-mode.el
index 31539b3..4ba7436
branch: master
commit b920afc8144ce5f10bc35892abd09c038251728c
Author: rocky
Commit: rocky
trepanjs: handle eval properly
test/gcd.js: more useful
---
realgud/debugger/trepanjs/init.el |1 +
test/gcd.js | 14 ++
2 files changed, 7 insertions(+), 8
ight (C) 2010, 2012-2014 Rocky Bernstein
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Found
100644
--- a/realgud/common/run.el
+++ b/realgud/common/run.el
@@ -1,4 +1,21 @@
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as
branch: master
commit 1924ded2ccbf6d453850177e96d4016f5f906b63
Author: rocky
Commit: rocky
Try to fix travis #3
---
.travis.yml |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index db62ce8..0515aa0 100644
--- a/.travis.yml
+++ b/.travis.yml
branch: master
commit 1994f09133d8efc036e671ac568b1bb8de426c6a
Author: rocky
Commit: rocky
Move test helper into test
---
Makefile.am |6 +++---
make-check-filter.rb => test/make-check-filter.rb |0
2 files changed, 3 insertions(+), 3 deletions(
/realgud/debugger/gdb/core.el
index 98f80ac..3b66ad5 100644
--- a/realgud/debugger/gdb/core.el
+++ b/realgud/debugger/gdb/core.el
@@ -1,4 +1,21 @@
-;;; Copyright (C) 2010, 2013-2014 Rocky Bernstein
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is
/common/backtrace-mode.el
index 1ea2648..96fec26 100644
--- a/realgud/common/backtrace-mode.el
+++ b/realgud/common/backtrace-mode.el
@@ -1,5 +1,20 @@
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or
b/realgud.el
index 7eb8146..9ae7c59 100644
--- a/realgud.el
+++ b/realgud.el
@@ -1,7 +1,7 @@
;;; realgud.el --- A modular front-end for interacting with external debuggers
;; Author: Rocky Bernstein
-;; Version: 1.1
+;; Version: 1.2
;; Package-Requires: ((load-relative "1.0") (
/attach.el b/realgud/common/attach.el
index 32734b0..f0efbff 100644
--- a/realgud/common/attach.el
+++ b/realgud/common/attach.el
@@ -1,4 +1,19 @@
-;;; Copyright (C) 2014 Rocky Bernstein
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free
branch: master
commit 5078d4e272c632136d8490d46b1d61e02221c3b3
Author: rocky
Commit: rocky
Doc gdb regexp more.
---
realgud/debugger/gdb/init.el | 11 +--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/realgud/debugger/gdb/init.el b/realgud/debugger/gdb/init.el
inde
branch: master
commit 8e1ef01a8ffcde804d33ed3763f558965b18c547
Author: rocky
Commit: rocky
core.el: correct trepanjs options
init.el: we can have "stop on" as well as "break on" or "execption on"
---
realgud/debugger/trepanjs/core.el |6 +++---
realgud/debugger/trepanjs/init.el |
branch: master
commit 2598619f30ace59745d3949a4a8d8ab57fa6c6cb
Author: rocky
Commit: rocky
init.el: bracketed short name is optional
---
realgud/debugger/trepanjs/init.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/debugger/trepanjs/init.el
b/realgud/debu
/realgud/common/cmds.el
@@ -1,4 +1,20 @@
-;;; Copyright (C) 2010-2011, 2013-2015 Rocky Bernstein
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General
branch: master
commit 9cf5e4d78690e4e9c4166b30aebcba900c8c10e6
Author: rocky
Commit: rocky
Add breakpoint set to nodejs
---
realgud/debugger/nodejs/init.el | 18 --
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/realgud/debugger/nodejs/init.el b/realgud/deb
rocky pushed a change to branch master.
from 5f5f2bb Improve debbugs sorting.
new 015358a Experimental: mouse2 runs eval
new fc84e01 In pdb, for to evaluate an expression use "p"
new f71fd11 Remove another warning
new 1994f09 Move test helper into t
branch: master
commit bfa52c596e6a1b3adbeb5cecc510a4eec8b5b63d
Author: rocky
Commit: rocky
caddr -> cl-caddr. Fill in %s on format.
---
realgud/common/cmds.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/cmds.el b/realgud/common/cmds.el
index 1745302
d/debugger/pdb/init.el
index c45c55a..8a7b056 100644
--- a/realgud/debugger/pdb/init.el
+++ b/realgud/debugger/pdb/init.el
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2012 Rocky Bernstein
+;;; Copyright (C) 2012, 2015 Rocky Bernstein
;;; Stock Python debugger pdb
(eval-when-compile (require 'cl))
branch: master
commit 986585b0701eb49fdcb2044bdb11d07f2d967bfc
Author: rocky
Commit: rocky
Revert "Squelch one of the many compiler warnings"
This reverts commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58.
---
test/bt-helper.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: master
commit 7be15d2a6be5643c10b303797185d496838df2c0
Author: rocky
Commit: rocky
Try to fix travis #2
---
.travis.yml |8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 92dafef..db62ce8 100644
--- a/.travis.yml
+++ b/.tra
branch: master
commit 0664fb95970d3570d5c34ba03f6fba0e2b9e261e
Author: rocky
Commit: rocky
trepanjs/init.el: handle newly added fully-qualified paths
common/regexp.el: start to DRY regexps
lang/js.el: term escape is common to nodejs and trepanjs
---
realgud/common/regexp.el
branch: master
commit 0e68d8d19d0d50ec7c73b999fbc433dad62dff4a
Author: rocky
Commit: rocky
common/regexp.el: start to DRY regexps
lang/js.el: term escape is common to nodejs and trepanjs
---
realgud/common/regexp.el|2 ++
realgud/debugger/nodejs/init.el | 32 ++
branch: master
commit 2a708cc9930c80e4ebc246b7e9c747121e76f9a6
Author: rocky
Commit: rocky
Error on realgud:cmdbuf-associate if you assocate a non-command buffer.
TODO: only suggest cmdbuf buffers.
---
realgud/common/buffer/source.el | 14 ++
realgud/common/send.el
ack-mode)
diff --git a/realgud/lang/js.el b/realgud/lang/js.el
new file mode 100644
index 000..bb5ab38
--- /dev/null
+++ b/realgud/lang/js.el
@@ -0,0 +1,38 @@
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it
branch: master
commit f153e3f8a89f770165b526ffe91128f513273f68
Author: rocky
Commit: rocky
gdb's "eval" is "print".
---
realgud/debugger/gdb/init.el |1 +
1 file changed, 1 insertion(+)
diff --git a/realgud/debugger/gdb/init.el b/realgud/debugger/gdb/init.el
index fb45afc..789ab24 1006
branch: master
commit 395db6d7723c67e86eb171feececb546b9a66a4b
Author: rocky
Commit: rocky
Simplify eshell/comint/shell mode testing.
Thanks to pythonnut: http://emacs.stackexchange.com/users/2642/pythonnut
http://emacs.stackexchange.com/questions/10387/how-can-i-tell-if-a-buff
a debugger "delete" (breakpoint)
+;; response.
;; For example:
;; Deleted breakpoint 1.
(setf (gethash "brkpt-del" realgud:trepanjs-pat-hash)
diff --git a/realgud/debugger/trepanjs/track-mode.el
b/realgud/debugger/trepanjs/track-mode.el
index 4077442..4c02965 100644
--
branch: master
commit 5f664e28b6761dfea14af706e2123ddb7e421032
Author: rocky
Commit: rocky
Python trepan debuggers include instruction offset in location
---
realgud/debugger/trepan2/init.el |2 +-
realgud/lang/python.el |4 ++--
test/test-regexp-trepan2.el |2 +-
: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software Foundation, either version 3 of the License, or
+;; (at your option) any later version.
+
+;; This program is
branch: master
commit 9e2656ad3e482f4e2d6bec23678449b7b0a5047d
Author: rocky
Commit: rocky
Correct nodejs/init.el bugs - sync with master
---
realgud/debugger/nodejs/init.el | 18 +++---
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/realgud/debugger/nodejs/ini
branch: master
commit 18681524c728fcc7fe5004f5dd8e1ad14ad2fc6e
Author: rocky
Commit: rocky
core.el: remove duplicate command buffer creation
test-gdb.el: nuke possibly a dubious gdb invocation
---
realgud/common/core.el |8 ---
test/test-gdb.el | 57 +
/debugger/nodejs/nodejs.el
@@ -1,12 +1,31 @@
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU General Public License as published by
+;; the Free Software
branch: master
commit dc0b45bb75ea2ba9d3fd2a7a39cdbeab0d5dce76
Author: rocky
Commit: rocky
Revert "Squelch one of the many compiler warnings"
This reverts commit b8d8686a88429fb4d1fc603979b6574218ae858e.
---
test/bt-helper.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
branch: master
commit 78aba8b3de57927b10b0b55b288f1673fc3b1cd9
Author: rocky
Commit: rocky
DRY with respect to realgud:regexp-captured-num
---
realgud/lang/js.el |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/realgud/lang/js.el b/realgud/lang/js.el
index 7d33357..
branch: master
commit 1420ff16c959e44f8757a80f67cee8635514f723
Author: Sean Farley
Commit: Sean Farley
ipdb: add hook for completion to initialization
---
realgud/debugger/ipdb/ipdb.el | 24
1 file changed, 16 insertions(+), 8 deletions(-)
diff --git a/realgud/de
branch: master
commit 26369c1a61349c0b8437fdbbc054a59d5da4e8e9
Author: rocky
Commit: rocky
Typo
---
test/test-lochist.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test-lochist.el b/test/test-lochist.el
index bcac7ff..b684339 100644
--- a/test/test-lochist.e
branch: master
commit 4208a33eb39e5ddc53a1aae54c3149ce9be6a939
Author: rocky
Commit: rocky
Fix logic for finding region to work on in tracking
Possibly fixes issue #40.
---
realgud/common/eval.el |1 +
realgud/common/track.el |2 +-
2 files changed, 2 insertions(+), 1 deletion(
st '("../../common/helper" "../../common/utils")
"realgud-")
diff --git a/realgud/debugger/nodejs/nodejs.el
b/realgud/debugger/nodejs/nodejs.el
index 33cb74f..59ad7e8 100644
--- a/realgud/debugger/nodejs/nodejs.el
+++ b/realgud/debugger/n
branch: master
commit 2f66cb09145716087d6ea03731f975c5e5232a72
Author: rocky
Commit: rocky
Make realugd:process-filter-save buffer local
---
realgud/common/eval.el | 15 +++
1 file changed, 11 insertions(+), 4 deletions(-)
diff --git a/realgud/common/eval.el b/realgud/common/
branch: master
commit 266e5df717e77d62fe7a69670003ba9002a0bc0a
Author: rocky
Commit: rocky
Small error message grammar correction
---
realgud/common/utils.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/utils.el b/realgud/common/utils.el
index 66f650
branch: master
commit bdf317ee3b71992044f3efaf288358d12c247d94
Author: rocky
Commit: rocky
Try flycheck on this file.
---
realgud.el | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/realgud.el b/realgud.el
index 9ae7c59..0e7eb6f 100644
--- a/re
branch: master
commit 72c83d75ae1f353eb53955e61af78a9e888e21ec
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Improve command mappings in pdb-command-hash
This fixes parts of issue #82.
---
realgud/debugger/pdb/init.el | 21 +
1 file changed, 17 ins
branch: master
commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58
Author: rocky
Commit: rocky
Squelch one of the many compiler warnings
---
test/bt-helper.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/bt-helper.el b/test/bt-helper.el
index f003c77..9b2561b 1006
+1,19 @@
-;;; Copyright (C) 2010, 2012, 2014-2015 Rocky Bernstein
-;;; Debugger location
-;;; Commentary:
+;; Copyright (C) 2015 Free Software Foundation, Inc
+
+;; Author: Rocky Bernstein
+
+;; This program is free software; you can redistribute it and/or modify
+;; it under the terms of the GNU
(+), 2 deletions(-)
diff --git a/realgud.el b/realgud.el
index 6430c5c..0ab7a09 100644
--- a/realgud.el
+++ b/realgud.el
@@ -1,12 +1,12 @@
;;; realgud.el --- A modular front-end for interacting with external debuggers
;; Author: Rocky Bernstein
-;; Version: 1.2
+;; Version: 1.3
;; Package
branch: master
commit be999ea325d976ef33982808dab2cf2a66c73b2f
Author: rocky
Commit: rocky
trepanjs backtrace format changes next release
---
realgud/debugger/trepanjs/init.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/debugger/trepanjs/init.el
b/realgud
branch: master
commit d437c3d959490fed11a6ca17ebd69e59efe3f091
Merge: 6a5c71d 949ed38
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #81 from rocky/ipdb-complete
Ipdb complete
---
realgud/debugger/ipdb/core.el |2 +-
realgud/debugger/ipdb/ipdb.el |4
test
--git a/realgud/common/helper.el b/realgud/common/helper.el
index 26054a0..9de9616 100644
--- a/realgud/common/helper.el
+++ b/realgud/common/helper.el
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2010, 2014 Rocky Bernstein
+;;; Copyright (C) 2010, 2014, 2016 Rocky Bernstein
;;; Miscellaneous utility
--git a/realgud/debugger/kshdb/init.el b/realgud/debugger/kshdb/init.el
index 296372b..f141b75 100644
--- a/realgud/debugger/kshdb/init.el
+++ b/realgud/debugger/kshdb/init.el
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2010, 2011 Rocky Bernstein Regular
+;;; Copyright (C) 2010-2011, 2016 Rocky Bernstein
branch: master
commit dd0c60a0590231bb3d4b6eb7184297b19af391a1
Author: rocky
Commit: rocky
I said remove perl5db as an alias
---
realgud/debugger/perldb/init.el |1 -
1 file changed, 1 deletion(-)
diff --git a/realgud/debugger/perldb/init.el b/realgud/debugger/perldb/init.el
index 1ccf
branch: master
commit 3071b7042f227e27f2bdae3fe7c0ffaea7bec200
Author: rocky
Commit: rocky
Try cask
---
.gitignore |2 ++
Cask |4
2 files changed, 6 insertions(+)
diff --git a/.gitignore b/.gitignore
index ebc253a..c3d7bcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,
branch: master
commit d1c1176ba410c9977d23869f4fb1af996639db27
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Simplify the implementation of realgud:cmdbuf-associate
---
realgud/common/buffer/source.el | 16
1 file changed, 4 insertions(+), 12 deletions(-)
dif
branch: master
commit f55c074695ca3537d09c8d4af23800f54fd85428
Author: rocky
Commit: rocky
Fix downcase.
---
test/test-track-mode.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/test-track-mode.el b/test/test-track-mode.el
index 54b9c4a..384b71a 100644
--- a/t
branch: master
commit 3e9e1acb19597a1120658869ab496e00de7b3324
Author: rocky
Commit: rocky
Work on filtering eval output
---
realgud/common/buffer/command.el | 11 +--
realgud/common/eval.el | 35 ++-
realgud/common/track.el
branch: master
commit c919f967ce19127470af0363ec19cf6da4f12a3f
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Update IPDB in accordance with PDB
---
realgud/debugger/ipdb/init.el | 24 ++--
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/realg
branch: master
commit ba97f2b61530f441dbe2da1a923b5344d1a050b2
Merge: e049c12 0cf9321
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #93 from cpitclaudel/small-fixes-in-cmds
Small fixes in cmds.el
---
realgud/common/cmds.el |8 +++-
1 file changed, 3 insertion
branch: master
commit b8d8686a88429fb4d1fc603979b6574218ae858e
Author: rocky
Commit: rocky
Squelch one of the many compiler warnings
---
test/bt-helper.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/bt-helper.el b/test/bt-helper.el
index f003c77..9b2561b 1006
branch: master
commit 75737a02f00785623f7381e43a6a31aa4d455622
Merge: fd00428 ca33520
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #90 from cpitclaudel/82-add-prefix-arg-to-c
Add a prefix arg to "continue" command
---
realgud/common/cmds.el | 10 ++
1 file
branch: master
commit 76cb0d454c80833e503657ced901ead04b4633d7
Author: rocky
Commit: rocky
Fix wrong setq call
[Fixes #79]
---
realgud/common/track.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/common/track.el b/realgud/common/track.el
index f49b
branch: master
commit e8fc998362b04b48f3915ab9745cd970f5a437db
Merge: d437c3d c919f96
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #85 from cpitclaudel/84-pdb-fixes
Improve command mappings in pdb-command-hash
---
realgud/debugger/ipdb/init.el | 24 +++
branch: master
commit b346e137b18ad3368394c28135f6c04792c5e234
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Improve completion and default value in realgud-query-cmdline
---
realgud/common/core.el | 16 ++--
1 file changed, 6 insertions(+), 10 deletions(-)
diff -
branch: master
commit ca528967ff0595ed2a1f601f9a62f1f923b1aee1
Author: rocky
Commit: rocky
A workaround: reinitialize shell mode when going out of realgud-track-mode
---
realgud/common/track-mode.el |8 +++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/realgud/common
branch: master
commit 6e72375bf8e845cf15f03daf89fe48063e471428
Merge: 480cbb3 5cc0037
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #111 from rocky/better-breakpoint-highlighting
Improve visibility of breakpoints
---
realgud/common/bp.el | 61 ++
branch: master
commit 3f08b2b63debb193e3effa10bd083db84caff8bd
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Update screenshot
---
etc/realgud.png | Bin 99484 -> 100651 bytes
etc/screenshot.el |4 +++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/etc/rea
: Rocky Bernstein
-;; Version: 1.1
-;; Keywords: internal
-;; URL: http://github.com/rocky/emacs-load-relative
-;; Compatibility: GNU Emacs 24.x
;; Copyright (C) 2015 Free Software Foundation, Inc
diff --git a/realgud/debugger/gub/gub.el b/realgud/debugger/gub/gub.el
index 2933d52..6a7ad15 100644
algud/debugger/gub/init.el b/realgud/debugger/gub/init.el
index 1a456ae..67bee2f 100644
--- a/realgud/debugger/gub/init.el
+++ b/realgud/debugger/gub/init.el
@@ -1,5 +1,21 @@
-;;; Copyright (C) 2013-2014 Rocky Bernstein
-;;; Regular expressions for Go SSA debugger: gub
+;; Copyright (C) 2015 Free Sof
.el b/realgud/common/buffer/source.el
index e99a026..e052149 100644
--- a/realgud/common/buffer/source.el
+++ b/realgud/common/buffer/source.el
@@ -1,11 +1,11 @@
;;; Copyright (C) 2010, 2012-2015 Rocky Bernstein
;;; source-code buffer code
(eval-when-compile
- (require 'cl-lib)
(defvar real
-(require 'list-utils)
(require 'load-relative)
(require-relative-list '("../../common/helper" "../../common/utils")
"realgud-")
diff --git a/realgud/debugger/nodejs/nodejs.el
b/realgud/debugger/nodejs/nodejs.el
index 33cb74f
branch: master
commit 5bcb42460a9f2520569154b298b2735d3f020fbd
Author: rocky
Commit: rocky
Add Kilian
---
THANKS |2 ++
1 file changed, 2 insertions(+)
diff --git a/THANKS b/THANKS
index 11efa30..fba09c8 100644
--- a/THANKS
+++ b/THANKS
@@ -5,3 +5,5 @@ Anders Lindgren - The inspiration
branch: master
commit aedea617cefce802e9ff3bea08525f770cea20fb
Merge: c633f3f 87d1ada
Author: R. Bernstein
Commit: R. Bernstein
Merge pull request #101 from rocky/bp-icon-in-fringe
Refactor and improve breakpoint UI
---
realgud/common/bp.el | 314 +---
branch: master
commit 01617c5f60db9df3a84998257c82c0f0592758c4
Author: Sean Farley
Commit: Sean Farley
ipdb: add regex test
---
test/test-regexp-ipdb.el | 105 ++
1 file changed, 105 insertions(+)
diff --git a/test/test-regexp-ipdb.el b/test/tes
dac1dd 100644
--- a/realgud/debugger/jdb/init.el
+++ b/realgud/debugger/jdb/init.el
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2014 Rocky Bernstein
+;;; Copyright (C) 2014-2015 Rocky Bernstein
(eval-when-compile (require 'cl))
(require 'load-relative)
@@ -193,8 +193,15 @@ backtrace listing.&
branch: master
commit f3426edf0ea4fe403c8624715f3e236f2f84f8a7
Merge: ca52896 518dccd
Author: rocky
Commit: rocky
Merge branch 'master' of github.com:rocky/emacs-dbgr
---
README.md |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 7da1809..25
branch: master
commit cfe2be3d8851de6937da2a9f771e13280ecd60ce
Author: rocky
Commit: rocky
Reinstate ipdb support
---
realgud.el |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/realgud.el b/realgud.el
index 62c1032..9c0cdad 100644
--- a/realgud.el
+++ b/realgud.el
@
branch: master
commit 0dd37e233f315a5666eefc6a3e9fc088fcc6561f
Author: rocky
Commit: rocky
Revise trepanjs regexps and add regexp test.
---
realgud/debugger/trepanjs/init.el | 14 +++---
test/test-regexp-nodejs.el |4 +-
...st-regexp-nodejs.el
branch: master
commit a4f3509e14515f37e96932ac88388367bc460e1f
Author: rocky
Commit: rocky
Add realgud:pdb-remote for remote kinds of pdb execution, e.g. telnet
hostname port-number. This hasn't been tested.
---
realgud/debugger/pdb/core.el | 27 ++-
realgud/de
gud/common/eval.el b/realgud/common/eval.el
new file mode 100644
index 000..2d851a3
--- /dev/null
+++ b/realgud/common/eval.el
@@ -0,0 +1,64 @@
+;; show expressions using tooltip
+
+;; Copyright (C) 2015 Free Software Foundation, Inc
+;; Author: Rocky Bernstein
+
+;; This program is free softw
++
2 files changed, 32 insertions(+), 5 deletions(-)
diff --git a/realgud/common/regexp.el b/realgud/common/regexp.el
index 4e9fcec..4f7b4da 100644
--- a/realgud/common/regexp.el
+++ b/realgud/common/regexp.el
@@ -1,4 +1,4 @@
-;;; Copyright (C) 2010-2011, 2014 Rocky Bernstein
+;;; Copyright (C
tions(+), 19 deletions(-)
diff --git a/realgud/debugger/trepan.pl/init.el
b/realgud/debugger/trepan.pl/init.el
index 45e9b53..ae8c4fd 100644
--- a/realgud/debugger/trepan.pl/init.el
+++ b/realgud/debugger/trepan.pl/init.el
@@ -1,5 +1,21 @@
-;;; Copyright (C) 2011-2012, 2014-2015 Rocky Bern
branch: master
commit 4a83877ea546cf8b10d7bc48c15833ec19c5a751
Author: rocky
Commit: rocky
perl5db alias messes up realgud-track-mode, so drop that name.
---
realgud/debugger/perldb/perldb.el |1 -
1 file changed, 1 deletion(-)
diff --git a/realgud/debugger/perldb/perldb.el
b/realgud/
branch: master
commit 90068eadf3de511dbbad3a8747636a7814dc921e
Author: rocky
Commit: rocky
Simpler change to previous commit
---
realgud/debugger/gdb/gdb.el |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/realgud/debugger/gdb/gdb.el b/realgud/debugger/gdb/gdb.el
index
branch: master
commit 2facb99aa81ae31b5d898030ca430d250f865a46
Author: rocky
Commit: rocky
init.el: break and clear command use %X rather than %l
Add some support functions for invoking via gdb -p. Fixes issue #58
---
realgud/debugger/gdb/gdb.el | 45 +
branch: master
commit 3b0e42cb95c88ed7a2bf2fab6864ece35186e793
Author: rocky
Commit: rocky
realgud-exec-shell: Make sure we switch to cmdbuf even when there is an
error. gdb.el: insert set-annotate only if process is running.
---
realgud/common/core.el | 24 --
branch: master
commit d3953ae55b0955807eecf3994e9da9b8f343728f
Author: rocky
Commit: rocky
Fix bug in picking out short-key variable name introduced by recent changes
---
realgud/common/shortkey.el |9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/realgud/commo
branch: master
commit 1c3d8c2533c4c87543f59dc62f39904324241e82
Author: Clément Pit--Claudel
Commit: Clément Pit--Claudel
Add a bit of padding around the logo to make GitHub happy
---
etc/realgud-logo-square.png | Bin 12320 -> 8702 bytes
etc/realgud-logo.png| Bin 13173 -> 10806 by
1 - 100 of 789 matches
Mail list logo