[slime-cvs] CVS update: slime/NEWS
Helmut Eller
heller at common-lisp.net
Wed Jun 30 06:59:04 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv11002
Modified Files:
NEWS
Log Message:
*** empty log message ***
Date: Tue Jun 29 23:59:04 2004
Author: heller
Index: slime/NEWS
diff -u slime/NEWS:1.2 slime/NEWS:1.3
--- slime/NEWS:1.2 Tue Jun 29 15:06:51 2004
+++ slime/NEWS Tue Jun 29 23:59:04 2004
@@ -35,6 +35,15 @@
package. You'll need to setup XREF information recording to use those
commands, and in current CMUCLs this is slightly awkward.
+The :sigio communication style conflicts with certain C libraries,
+e.g. libSDL. You'll need to switch to :fd-handler in this case.
+:sigio may also not work well on Solaris.
+
+On FreeBSD or Irix may get errors like "NIL is not of type HOST-ENTRY"
+or "Error binding socket to port 0: Cannot assign requested address".
+The only known workaround at the moment is to remove the :host
+argument in CREATE-SOCKET in swank-cmucl.lisp.
+
*** Steel Bank Common Lisp
We support SBCL version 0.8.12 and higher. The support is very mature.
@@ -65,12 +74,24 @@
*** LispWorks
-We support LispWorks version 4.3 and higher. The support is quite
+We support LispWorks version 4.1 and higher. The support is quite
mature.
+On OS X you'll have to remove the :address argument in CREATE-SOCKET
+in swank-lispworks.lisp. This is a LispWorks bug.
+
*** Allegro CL
*** CLISP
+
+We support CLISP version 2.32 or newer. You'll need a version with
+socket support; this may require to start CLISP with "clisp -K full".
+
+The backtrace for compiled functions is not very informative.
+Interpreted code is usually easer to debug.
+
+M-. (find-definition) only works if the fasl file is in the same
+directory as the source file.
*** Armed Bear Common Lisp
More information about the slime-cvs
mailing list