summaryrefslogtreecommitdiff
path: root/module/ice-9/gds-client.scm
Commit message (Expand)AuthorAgeFilesLines
* 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 Wingo2010-09-241-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 Wingo2010-06-221-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 Wingo2009-12-011-0/+2
* Merge branch 'ossau-gds-dev'...Conflicts: THANKS Neil Jerram2009-08-271-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 Jerram2009-08-271-15/+6
* Merge commit 'origin/master' into vm...Conflicts: .gitignore guile-tools.in srfi/srfi-19.scm Andy Wingo2009-01-121-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 Wingo2008-11-011-0/+678