[slime-cvs] CVS update: slime/ChangeLog

Luke Gorrie lgorrie at common-lisp.net
Wed Jun 30 18:57:38 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv15698

Modified Files:
	ChangeLog 
Log Message:

Date: Wed Jun 30 11:57:38 2004
Author: lgorrie

Index: slime/ChangeLog
diff -u slime/ChangeLog:1.447 slime/ChangeLog:1.448
--- slime/ChangeLog:1.447	Wed Jun 30 09:40:01 2004
+++ slime/ChangeLog	Wed Jun 30 11:57:37 2004
@@ -1,5 +1,11 @@
 2004-06-30  Luke Gorrie  <luke at bluetail.com>
 
+	* slime.el (slime-read-port-and-connect-to-running-swank)
+	(slime-connect, slime-open-stream-to-lisp): Replace "localhost"
+	with "127.0.0.1". This is believed to avoid unwanted DNS lookups
+	on certain operating systems. The lookups can become crippling if
+	the DNS server isn't available.
+
 	* swank-sbcl.lisp (preferred-communication-style): Choose
 	:fd-handler instead of :sigio when threads aren't available. A lot
 	of people seem to have had problems with :sigio on SBCL.





More information about the slime-cvs mailing list