[slime-devel] Daily ChangeLog diff
Helmut Eller
heller at common-lisp.net
Sat Apr 21 09:44:01 UTC 2012
Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2316 slime/ChangeLog:1.2318
--- slime/ChangeLog:1.2316 Wed Apr 11 04:38:56 2012
+++ slime/ChangeLog Fri Apr 20 05:45:28 2012
@@ -1,3 +1,21 @@
+2012-04-20 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * swank-sbcl.lisp (stream-force-output :around): Workaroud for
+ deadlocks between auto-flush-thread buffer write lock and world
+ lock.
+ (slime-output-stream): Dummy forward definition for the benefit of
+ the defmethod.
+
+2012-04-20 Nikodemus Siivola <nikodemus at random-state.net>
+
+ * swank-sbcl.lisp (swank-value): New function, makes it easy to
+ refer to variables in SWANK -- which doesn't exist when the
+ backend is loaded.
+ (lisp-source-location): One of the strings being interned was
+ downcased. Fix using SWANK-VALUE.
+ (make-socket-io-stream): Use SWANK-VALUE instead of INTERN &
+ SYMBOL-VALUE.
+
2012-04-11 Helmut Eller <heller at common-lisp.net>
* slime.el ([test] utf-8-source): Use the encoded byte sequence of
More information about the slime-devel
mailing list