[slime-cvs] CVS update: slime/ChangeLog
Douglas Crosher
dcrosher at common-lisp.net
Fri Oct 14 18:51:02 UTC 2005
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv23907
Modified Files:
ChangeLog
Log Message:
Scieneer Common Lisp support.
Date: Fri Oct 14 20:51:01 2005
Author: dcrosher
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.794 slime/ChangeLog:1.795
--- slime/ChangeLog:1.794 Tue Oct 11 23:11:24 2005
+++ slime/ChangeLog Fri Oct 14 20:51:01 2005
@@ -1,3 +1,22 @@
+2005-10-15 Douglas Crosher <dcrosher at common-lisp.net>
+
+ * swank-scl.lisp: Support for Scieneer Common Lisp.
+
+ * swank-backend.lisp (*gray-stream-symbols*) Scieneer Common Lisp
+ implements stream-line-length.
+
+ * swank-loader.lisp: Support for Scieneer Common Lisp:
+ (*sysdep-pathnames*) use swank-scl.
+ (*impl ementation-features*) add :scl.
+ (*os-features*) add :hpux.
+ (*architecture-features*) add :amd64, :i686, :i486, :sparc64, :sparc,
+ :hppa64, and :hppa.
+
+ * swank.lisp: (*canonical-package-nicknames*) use lowercase
+ symbols to name the packages. This supports CL implementations
+ with lowercase default symbol names, such as Scieneer Common Lisp,
+ while still being compatible with ANSI-CL.
+
2005-10-11 Stefan Kamphausen <skampi at gmx.net>
* slime.el: Persistent REPL history. The history from REPL
More information about the slime-cvs
mailing list