| Commit message (Expand) | Author | Age | Files | Lines |
* | remove GDS...It is with a sigh that I do this. Farewell, old friend GDS; your bits
will live on, reclaimed and reused in the new debugger.
* module/Makefile.am:
* module/ice-9/gds-client.scm:
* module/ice-9/gds-server.scm: Remove these; we favor Geiser now.
* emacs/Makefile.am:
* emacs/gds-faq.txt:
* emacs/gds-scheme.el:
* emacs/gds-server.el:
* emacs/gds-test.el:
* emacs/gds-test.sh:
* emacs/gds-test.stdin:
* emacs/gds-tutorial.txt:
* emacs/gds.el: Remove GDS files. The docs are still around, as they
need to be folded into the docmentation of the new debugger.
| Andy Wingo | 2010-09-24 | 1 | -583/+0 |
* | deprecate named-module-use!, load-emacs-interface, and remove --emacs...* module/ice-9/boot-9.scm:
* module/ice-9/deprecated.scm (named-module-use!)
(load-emacs-interface): Deprecate these.
* module/ice-9/gds-client.scm (run-utility): Redefine to not use
named-module-use!.
* libguile/script.c (scm_shell_usage): Remove --emacs option.
(scm_compile_shell_switches): Remove support for --emacs.
* module/ice-9/boot-9.scm (top-repl): Don't muck with --emacs.
* doc/ref/scheme-scripts.texi (Invoking Guile): Remove note about
--emacs.
| Andy Wingo | 2010-06-22 | 1 | -1/+2 |
* | local-eval will go away...* module/ice-9/debugger/commands.scm:
* module/ice-9/debugging/traps.scm:
* module/ice-9/emacs.scm:
* module/ice-9/gds-client.scm: Add some FIXMEs due to impending
local-eval removal.
* module/oop/goops.scm (make-generic-bound-check-getter): Just the
compiled closure case here.
| Andy Wingo | 2009-12-01 | 1 | -0/+2 |
* | Merge branch 'ossau-gds-dev'...Conflicts:
THANKS
| Neil Jerram | 2009-08-27 | 1 | -16/+13 |
* | Remove superfluous ice-9-debugger-extensions code for old Guile versions...* module/ice-9/debugging/ice-9-debugger-extensions.scm: Remove all
code checking for version < 1.7, and move code for versions >= 1.7
up to top level. Comment out dummy mutex definitions for now, as
I'm not sure how to rewrite them correctly for psyntax.
| Neil Jerram | 2009-08-27 | 1 | -15/+6 |
* | Merge commit 'origin/master' into vm...Conflicts:
.gitignore
guile-tools.in
srfi/srfi-19.scm
| Andy Wingo | 2009-01-12 | 1 | -88/+2 |
* | move ice-9/ and oop/ under module/...Moved ice-9/ and oop/ under module/, with the idea being that we have
only scheme under module/. Adjusted configure.in and Makefile.am
appropriately. Put oop/ at the end of the compilation order.
| Andy Wingo | 2008-11-01 | 1 | -0/+678 |