[slime-cvs] CVS slime/contrib
CVS User sboukarev
sboukarev at common-lisp.net
Wed Oct 5 11:21:40 UTC 2011
Update of /project/slime/cvsroot/slime/contrib
In directory tiger.common-lisp.net:/tmp/cvs-serv32742
Modified Files:
ChangeLog
Log Message:
* swank-asdf.lisp (asdf-system-directory): preserve
pathname-device and use NAMESTRING for final conversion, so both
device and directory are passed to SLIME. It is required e.g. on
MS Windows with implementations using PATHNAME-DEVICE for drive
letters (SBCL); intended to be portable and useful on every
platform where DEVICE is important.
--- /project/slime/cvsroot/slime/contrib/ChangeLog 2011/10/01 19:45:54 1.495
+++ /project/slime/cvsroot/slime/contrib/ChangeLog 2011/10/05 11:21:40 1.496
@@ -1,3 +1,12 @@
+2011-10-05 Anton Kovalenko <anton at sw4me.com>
+
+ * swank-asdf.lisp (asdf-system-directory): preserve
+ pathname-device and use NAMESTRING for final conversion, so both
+ device and directory are passed to SLIME. It is required e.g. on
+ MS Windows with implementations using PATHNAME-DEVICE for drive
+ letters (SBCL); intended to be portable and useful on every
+ platform where DEVICE is important.
+
2011-10-01 Stas Boukarev <stassats at gmail.com>
* slime-repl.el (slime-repl-set-package): Don't redisplay the
More information about the slime-cvs
mailing list