[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Tue Jan 5 09:00:39 UTC 2010


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv32359

Modified Files:
	ChangeLog swank-backend.lisp 
Log Message:
Provide default implementation for all-threads.

* swank-backend.lisp (all-threads): Just return ().

Patch from Terje Norderhaug.

--- /project/slime/cvsroot/slime/ChangeLog	2010/01/05 09:00:30	1.1956
+++ /project/slime/cvsroot/slime/ChangeLog	2010/01/05 09:00:39	1.1957
@@ -1,3 +1,9 @@
+2010-01-05  Terje Norderhaug  <terje at in-progress.com>
+
+	Provide default implementation for all-threads.
+
+	* swank-backend.lisp (all-threads): Just return ().
+
 2010-01-05  Helmut Eller  <heller at common-lisp.net>
 
 	Fix M-. bug related to CMUCL's multi-file compilation units.
--- /project/slime/cvsroot/slime/swank-backend.lisp	2010/01/03 15:58:29	1.189
+++ /project/slime/cvsroot/slime/swank-backend.lisp	2010/01/05 09:00:39	1.190
@@ -1076,7 +1076,8 @@
   0)
 
 (definterface all-threads ()
-  "Return a fresh list of all threads.")
+  "Return a fresh list of all threads."
+  '())
 
 (definterface thread-alive-p (thread)
   "Test if THREAD is termintated."





More information about the slime-cvs mailing list