[slime-cvs] CVS update: slime/swank-clisp.lisp
Helmut Eller
heller at common-lisp.net
Wed Feb 18 07:32:45 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv15847
Modified Files:
swank-clisp.lisp
Log Message:
Update comments about metering package.
Date: Wed Feb 18 02:32:45 2004
Author: heller
Index: slime/swank-clisp.lisp
diff -u slime/swank-clisp.lisp:1.19 slime/swank-clisp.lisp:1.20
--- slime/swank-clisp.lisp:1.19 Tue Feb 17 16:48:25 2004
+++ slime/swank-clisp.lisp Wed Feb 18 02:32:44 2004
@@ -17,14 +17,10 @@
;;; are confirmed non-working; please upgrade). You need an image
;;; containing the "SOCKET", "REGEXP", and "LINUX" packages. The
;;; portable xref from the CMU AI repository and metering.lisp from
-;;; CLOCC are also required (alternatively, you have to manually
-;;; comment out some code below). Note that currently SLIME comes
-;;; with xref but not with metering. Please fetch it from
-
-;;; http://cvs.sourceforge.net/viewcvs.py/clocc/clocc/src/tools/metering/
-
-;;; and put it (or a link to it) in the directory containing the other
-;;; SLIME source files.
+;;; CLOCC [1] are also required (alternatively, you have to manually
+;;; comment out some code below).
+;;;
+;;; [1] http://cvs.sourceforge.net/viewcvs.py/clocc/clocc/src/tools/metering/
(in-package "SWANK")
@@ -106,7 +102,6 @@
(setf (linux:sa-flags action) (logior flags linux:SA_NODEFER))
(linux:signal-action-install linux:SIGIO action)))
-
(defimplementation add-input-handler (socket fn)
(set-sigio-handler)
(let ((fd (socket:socket-stream-handle socket)))
@@ -115,7 +110,6 @@
(linux:fcntl3l fd linux:F_SETOWN (getpid))
(linux:fcntl3l fd linux:F_SETFL linux:O_ASYNC)
(push (cons fd fn) *sigio-handlers*)))
-
(defimplementation remove-input-handlers (socket)
(let ((fd (socket:socket-stream-handle socket)))
More information about the slime-cvs
mailing list