Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24821
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.9.8:
* Merge a patch by Ivan Boldyrev fixing character code
conversions for OCTETS-TO-STRING and STRING-TO-OCTETS.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.945
retrieving revision 1.946
diff -u -d -r1.945 -r1.946
--- NEWS 27 Jan 2006 22:42:55 -0000 1.945
+++ NEWS 28 Jan 2006 08:52:35 -0000 1.946
@@ -2,6 +2,8 @@
changes in sbcl-0.9.10 relative to sbcl-0.9.9:
* fixed bug #399: full call to DATA-VECTOR-REF in accesses to
certain complicated string types. (reported by Gary King)
+ * fixed bug: STRING-TO-OCTETS and OCTETS-TO-STRING did not convert
+ character codes. (thanks to Yaroslav Kavenchuk and Ivan Boldyrev)
changes in sbcl-0.9.9 relative to sbcl-0.9.8:
* new platform: experimental support for the Windows operating
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2667
retrieving revision 1.2668
diff -u -d -r1.2667 -r1.2668
--- version.lisp-expr 27 Jan 2006 22:42:55 -0000 1.2667
+++ version.lisp-expr 28 Jan 2006 08:52:35 -0000 1.2668
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.9.7"
+"0.9.9.8"
|