[slime-devel] Daily ChangeLog diff

Helmut Eller heller at common-lisp.net
Sun Dec 11 10:44:01 UTC 2011


Index: slime/ChangeLog
diff -u slime/ChangeLog:1.2281 slime/ChangeLog:1.2286
--- slime/ChangeLog:1.2281	Fri Dec  9 03:02:03 2011
+++ slime/ChangeLog	Sat Dec 10 04:58:42 2011
@@ -1,3 +1,30 @@
+2011-12-10  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp (auto-flush-loop): Don't use call-with-io-timeout.
+	Removing it had no effect on the number of failed tests.  If you
+	want it back, first create a test case to demonstrate the problem.
+	* swank-backend.lisp: Mention that locks should only be used in
+	swank-gray.lisp.
+
+2011-12-10  Helmut Eller  <heller at common-lisp.net>
+
+	* swank.lisp: Move io-redirection to contrib/swank-repl.lisp.
+
+2011-12-10  Helmut Eller  <heller at common-lisp.net>
+
+	Make *active-threads* a slot of the connection struct.
+
+	* swank.lisp (*active-threads*): Deleted
+	([struct] multithreaded-connection): New slot active-threads.
+	(find-worker-thread, interrupt-worker-thread)
+	(thread-for-evaluation): Update accordingly.
+	(add-active-thread, remove-active-thread): New helpers.
+
+2011-12-10  Helmut Eller  <heller at common-lisp.net>
+
+	* swank-loader.lisp (delete-stale-contrib-fasl-files): New.
+	(compile-contribs): Use it.
+
 2011-12-09  Helmut Eller  <heller at common-lisp.net>
 
 	Create an extra thread for the indentation cache.
@@ -18,7 +45,7 @@
 2011-12-07  Helmut Eller  <heller at common-lisp.net>
 
 	* swank.lisp (*slime-interrupts-enabled*): Describe the idea
-	behind the interrupt handlig code a bit.
+	behind the interrupt handling code a bit.
 
 2011-12-07  Helmut Eller  <heller at common-lisp.net>
 
@@ -79,7 +106,7 @@
 
 2011-12-07  Stas Boukarev  <stassats at gmail.com>
 
-	* doc/.cvsignore: Aadd html.tgz
+	* doc/.cvsignore: Add html.tgz
 
 2011-12-07  Didier Verna  <didier at xemacs.org>
 
Index: slime/contrib/ChangeLog
diff -u slime/contrib/ChangeLog:1.525 slime/contrib/ChangeLog:1.526
--- slime/contrib/ChangeLog:1.525	Thu Dec  8 05:54:19 2011
+++ slime/contrib/ChangeLog	Sat Dec 10 04:33:57 2011
@@ -1,3 +1,11 @@
+2011-12-10  Helmut Eller  <heller at common-lisp.net>
+
+	Don't call init-global-stream-redirection in *after-init-hook*.
+	*after-init-hook* may be called before the contrib was loaded.
+
+	* swank-repl.lisp (maybe-redirect-global-io): Call
+	init-global-stream-redirection here instead.
+
 2011-12-08  Nikodemus Siivola  <nikodemus at random-state.net>
 
 	* slime-cl-indent.el (lisp-indent-maximum-backtracking)




More information about the slime-devel mailing list