]> code.delx.au - gnu-emacs-elpa/shortlog
gnu-emacs-elpa
2012-05-12 rockyAdd stock Python debugger.
2012-05-12 rockySet debug-track-mode properly.
2012-05-12 rockyOne more incorrect use of dbgr-track-mode call.
2012-05-12 rockyAdd describe funciton to loc. Show full history ring...
2012-05-11 rockyAdd dbgr-srcbuf-info-describe(). And revise dbgr-cmdbuf...
2012-05-10 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2012-05-10 rockyI think I'vce now addressed this annoying bug where...
2012-04-23 rockyBetter wording"
2012-04-23 rockyAdd link to "how to use"
2012-04-16 rockyUse long form options to pass to emacs
2012-04-06 rockyAdd doc comment to "check-short" target.
2012-03-31 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2012-03-31 rockyDocument Makefile (via Makefile.am and remake)
2012-03-24 rockyNote we support Devel::Trepan. shortkey.el: some change...
2012-03-09 R. BernsteinMerge pull request #1 from Erkan-Yilmaz/master
2012-03-09 Erkan Yilmazfix link + add missing word
2011-12-31 rockyFutzing around.
2011-12-30 rockydbgr-terminate, dbg-terminate-srcbuf Coerce string...
2011-12-21 rockyuse dbgr-track-mode-off instead of passing 0 to dbgr...
2011-12-17 rockyAdd command that's like "q" quit that gets you out...
2011-12-02 rockytrepanpl directory rename to trepan.pl
2011-12-01 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-12-01 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-12-01 rockyUse completing read on debugger name.
2011-11-15 rockyUse same list of debuggers in backtrack-mode.el and...
2011-11-14 rockyCommand completion of debuggers in dbgr-track-mode...
2011-11-13 rockyAdd perldb and perl5db aliases.
2011-11-01 rocky Allow the use of "su - root" if sudo is not found...
2011-10-26 rockyAdd ability to ignore file in tracking based on a re...
2011-10-23 rockyCreate common Perl language file. Add pattern for Perl...
2011-09-06 rockyStart perl trepan debugger mode (trepanpl).
2011-06-30 rockyReinstate old elisp-comp. WE NEED A MODIFIED elisp...
2011-06-29 rockyMore clear about Ruby 1.8
2011-06-29 rockyAdd rb8-trepanning to list of debuggers we support.
2011-06-20 rockyAdd a simple enable and disable of track mode which...
2011-06-03 rockyMore administrivia
2011-06-03 rockyAdministrivia.
2011-06-03 rockyStart support for trepan8 which is mostly like trepanx...
2011-05-29 rockyA couple of rdebug/ruby pattern name and variable fixes.
2011-05-24 rockydbgr-cmd-quit resets source information in source buffe...
2011-05-24 rockyAdd bidinng "C-c S" to go into source window from comma...
2011-05-24 rocky'C' dbgr-window-undisturb-src should select the command...
2011-05-03 rockyIn track-mode, silence failing re position matching...
2011-05-02 rockyTwo bugs and a Makefile change. track hook can be calle...
2011-04-27 rockyruby.el, trepan/init.el: Add syntax error pattern for...
2011-04-25 rockyGo over customization groups. Add top-level dbgr group...
2011-04-24 rockytrack.el: give a messages if location regexp fails...
2011-04-24 rockySwitch to buffer even when dbgr-exec-shell fails.
2011-04-23 rockyAnother cut-and-paste error from trepan to trepanx
2011-04-23 rockyruby-goto-dollar-bang-line not rubinius-goto-dollar...
2011-04-23 rockyC-c!! for is a dollar-bang line, not a lang line. Don...
2011-04-23 rockyAdd Ruby dollar-bang as its own thing.
2011-04-20 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-04-20 rockyGuard against struct not getting set in setter macro.
2011-04-20 rockyTweak gdb expression for those encountered.
2011-04-19 rockyAttempt to address recently-encountered another window...
2011-04-19 rockyGuard against an uninitialized marker variable in windo...
2011-04-18 rockyAdd routine to toggle cmdbuf in-debugger? state. Add...
2011-04-17 rockyLook for termination message in track mode and use...
2011-04-17 rockyMakefile.am: Add --tasks/tasks and *short targets.
2011-04-17 rockyYARV 1.9.2 regexp for lang backtrace
2011-04-17 rockyGive a message if we fail to find a backtrace position
2011-04-17 rockyBeef up describe for source buffers.
2011-04-17 rockyPossibly some of the source update redisplay problems...
2011-04-16 rockySomehow had lost hash key for gdb debugger.
2011-04-16 rockyCorrect default "break" command. Add a "kill" command...
2011-04-15 rockyAdd "make check-short" which reduces unuseful output...
2011-04-15 rockyPut color in running status for track mode.
2011-04-15 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-04-15 rockyAdd mark in command buffer to indicate whether it think...
2011-04-14 rockySupprse insert keys in sparse, read-only keymaps shortk...
2011-04-14 rockyFont-lock for gdb.
2011-04-14 rockyAdd gdb debugger backtrace regexpl. More to come
2011-04-14 rockySet selected frame indicator re in init.el Add font...
2011-04-14 rockyMore perl backtrace hacking. trepan.el: DRY like the...
2011-04-14 rockySome more small perldb customizations.
2011-04-14 rockyStart dealing with debuggers that don't give a frame...
2011-04-14 rockyDRY initial debugger-start code somewhat.
2011-04-13 rockyUse macro to create defstruct setters. Add describe...
2011-04-13 rockyAdd macro to create defstruct setter functions. source...
2011-04-13 rockySimplify dbgr-srcbuf-info field setters
2011-04-12 rockyregexp key "backtrace" -> "lang-backtrace" to distingui...
2011-04-12 rockyregexp key "frame" -> "debugger-backtrace". Remove...
2011-04-12 rockyAdd remake-goto-backtrace-line. Note weird distinction...
2011-04-12 rockyCorrect font-lock regexps for remake backtrace.
2011-04-12 rockyAdd bracktrace buffer regexps for remake debugger....
2011-04-12 rockyBacktrace buffer now has debugger menu and is listed...
2011-04-12 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-04-12 rockyStrip shell* from backtrace buffer name. Add a pointer...
2011-04-11 rockyInternal function is *not* a command
2011-04-11 rockyOnly update arrows if they are set.
2011-04-09 rockyAdd a test for the part that was failin gin the last...
2011-04-09 rockySet a default filename for the process show buffer...
2011-04-07 rockyAdd short-key to go to source window. Reorder menu...
2011-04-07 rockyMerge branch 'master' of github.com:rocky/emacs-dbgr
2011-04-07 rockyAdd key C to go into a command window from a source...
2011-04-07 rockyAdd dbg-cmd-eval-region. Add %s to dbgr-expand-format...
2011-04-07 rockyUpdate list of suppported debuggers and add more refere...
2011-04-07 rockyClean up command handling somewhat. We now should handl...
2011-04-07 rockyAdd custom remake "break" command. Add "up" and "down...
next