summaryrefslogtreecommitdiff
path: root/emacs/Makefile.am
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-5/+2
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-8/+8
* Add `ChangeLog-2008' files to the distribution.Ludovic Courtès2008-09-121-2/+2
* * Makefile.am: New file....* gds.el, gds-scheme.el, gds-server.el: New files. Neil Jerram2006-06-191-0/+27
* Remove GDS files.Neil Jerram2005-07-091-0/+0
* The FSF has a new address.Marius Vollmer2005-05-231-38/+0
* * gds-tutorial.txt, gds-problems.txt: New files.Neil Jerram2004-02-221-1/+1
* * Makefile.am (TAGS_FILES): Use this variable instead of...ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * debugger/breakpoints/Makefile.am (TAGS_FILES), debugger/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * primitives/Makefile.am (TAGS_FILES), internals/Makefile.am (TAGS_FILES), Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am, goops/Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. * Makefile.am (TAGS_FILES): Use this variable instead of ETAGS_ARGS so that TAGS can be built using separate build directory. Mikael Djurfeldt2004-02-091-2/+2
* Add GDS docNeil Jerram2004-01-201-0/+7
* Moved all gds files here; plus ongoing work on them.Neil Jerram2003-11-111-0/+31