Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3962
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.3.18:
* DEFINE-UNIBYTE-MAPPER defines correct externalization
routine for encodings, swapping 8-bit codes.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.837
retrieving revision 1.838
diff -u -d -r1.837 -r1.838
--- NEWS 1 Aug 2005 12:52:24 -0000 1.837
+++ NEWS 2 Aug 2005 18:11:14 -0000 1.838
@@ -14,6 +14,7 @@
* minor incompatible change: *INVOKE-DEBUGGER-HOOK* is run before
*DEBUGGER-HOOK* => *DEBUGGER-HOOK* is not run when the debugger
is disabled
+ * bug fix: degree sign (<U00B0>) could not be encoded in KOI8-R.
changes in sbcl-0.9.3 relative to sbcl-0.9.2:
* New feature: Experimental support for bivalent streams: streams
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2282
retrieving revision 1.2283
diff -u -d -r1.2282 -r1.2283
--- version.lisp-expr 2 Aug 2005 15:56:43 -0000 1.2282
+++ version.lisp-expr 2 Aug 2005 18:11:15 -0000 1.2283
@@ -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.3.17"
+"0.9.3.18"
|