[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Sun May 6 16:16:02 UTC 2012


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

Modified Files:
	ChangeLog swank-allegro.lisp 
Log Message:
* swank-allegro.lisp (string-to-utf8): Set the :null-terminate
argument of excl:string-to-octets to nil.

--- /project/slime/cvsroot/slime/ChangeLog	2012/05/06 15:40:04	1.2331
+++ /project/slime/cvsroot/slime/ChangeLog	2012/05/06 16:16:02	1.2332
@@ -1,5 +1,10 @@
 2012-05-06  Helmut Eller  <heller at common-lisp.net>
 
+	* swank-allegro.lisp (string-to-utf8): Set the :null-terminate
+	argument of excl:string-to-octets to nil.
+
+2012-05-06  Helmut Eller  <heller at common-lisp.net>
+
 	* swank-backend.lisp (with-struct): Undo damage.
 	* swank-sbcl.lisp (with-definition-source): New macro.
 
--- /project/slime/cvsroot/slime/swank-allegro.lisp	2012/04/07 10:23:38	1.152
+++ /project/slime/cvsroot/slime/swank-allegro.lisp	2012/05/06 16:16:02	1.153
@@ -35,7 +35,8 @@
      t))
 
 (defimplementation string-to-utf8 (s)
-  (excl:string-to-octets s :external-format utf8-ef))
+  (excl:string-to-octets s :external-format utf8-ef 
+                         :null-terminate nil))
 
 (defimplementation utf8-to-string (u)
   (excl:octets-to-string u :external-format utf8-ef))





More information about the slime-cvs mailing list