remove GDS
authorAndy Wingo <wingo@pobox.com>
Fri, 24 Sep 2010 16:34:02 +0000 (18:34 +0200)
committerAndy Wingo <wingo@pobox.com>
Fri, 24 Sep 2010 16:38:08 +0000 (18:38 +0200)
commit178e9d237b6522ba8f72162949d9b925f6750266
tree83d618d22563d49ac696e9caba15a53a56a04fa2
parentd2c7e7de405682c043c8e4f2d7285824aafca71f
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.
12 files changed:
emacs/Makefile.am
emacs/gds-faq.txt [deleted file]
emacs/gds-scheme.el [deleted file]
emacs/gds-server.el [deleted file]
emacs/gds-test.el [deleted file]
emacs/gds-test.sh [deleted file]
emacs/gds-test.stdin [deleted file]
emacs/gds-tutorial.txt [deleted file]
emacs/gds.el [deleted file]
module/Makefile.am
module/ice-9/gds-client.scm [deleted file]
module/ice-9/gds-server.scm [deleted file]