[slime-cvs] CVS slime

CVS User sboukarev sboukarev at common-lisp.net
Sun Feb 12 17:00:46 UTC 2012


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

Modified Files:
	ChangeLog swank-ecl.lisp 
Log Message:
* swank-ecl.lisp (accept-connection): Use the proper element-type
for the stream.


--- /project/slime/cvsroot/slime/ChangeLog	2012/02/12 15:38:06	1.2295
+++ /project/slime/cvsroot/slime/ChangeLog	2012/02/12 17:00:46	1.2296
@@ -1,5 +1,10 @@
 2012-02-12  Stas Boukarev  <stassats at gmail.com>
 
+	* swank-ecl.lisp (accept-connection): Use the proper element-type
+	for the stream.
+
+2012-02-12  Stas Boukarev  <stassats at gmail.com>
+
 	* swank-clisp.lisp (c-error): The number of parameters to
 	sys::c-warn was changed, accommodate both versions.
 
--- /project/slime/cvsroot/slime/swank-ecl.lisp	2011/11/27 21:47:15	1.71
+++ /project/slime/cvsroot/slime/swank-ecl.lisp	2012/02/12 17:00:46	1.72
@@ -88,6 +88,9 @@
                                                   ((t) :full)
                                                   ((nil) :none)
                                                   (:line line))
+                                     :element-type (if external-format
+                                                       'character 
+                                                       '(unsigned-byte 8))
                                      :external-format external-format))
 (defun accept (socket)
   "Like socket-accept, but retry on EAGAIN."





More information about the slime-cvs mailing list