Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7545
Modified Files:
version.lisp-expr build-order.lisp-expr NEWS
Log Message:
0.9.4.13
Merge external formats contributed by Ivan Boldyrev
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2357
retrieving revision 1.2358
diff -u -d -r1.2357 -r1.2358
--- version.lisp-expr 28 Aug 2005 02:26:45 -0000 1.2357
+++ version.lisp-expr 29 Aug 2005 08:56:12 -0000 1.2358
@@ -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.4.12"
+"0.9.4.13"
Index: build-order.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/build-order.lisp-expr,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- build-order.lisp-expr 14 Jul 2005 20:24:16 -0000 1.55
+++ build-order.lisp-expr 29 Aug 2005 08:56:12 -0000 1.56
@@ -652,9 +652,15 @@
("src/code/octets" :not-host)
#!+sb-unicode
- ("src/code/eucjp" :not-host)
+ ("src/code/external-formats/enc-cyr" :not-host)
#!+sb-unicode
- ("src/code/koi8-r" :not-host)
+ ("src/code/external-formats/enc-dos" :not-host)
+ #!+sb-unicode
+ ("src/code/external-formats/enc-iso" :not-host)
+ #!+sb-unicode
+ ("src/code/external-formats/enc-win" :not-host)
+ #!+sb-unicode
+ ("src/code/external-formats/eucjp" :not-host)
;; The code here can't be compiled until CONDITION and
;; DEFINE-CONDITION are defined and SB!DEBUG:*STACK-TOP-HINT* is
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.862
retrieving revision 1.863
diff -u -d -r1.862 -r1.863
--- NEWS 26 Aug 2005 22:19:12 -0000 1.862
+++ NEWS 29 Aug 2005 08:56:12 -0000 1.863
@@ -1,5 +1,12 @@
;;;; -*- coding: utf-8; -*-
changes in sbcl-0.9.5 relative to sbcl-0.9.4:
+ * added support for the following external formats: koi8-u,
+ x-mac-cyrillic, cp437, cp850, cp852, cp855, cp857, cp860, cp861,
+ cp862, cp863, cp864, cp865, cp866, cp869, cp874, iso-8859-2,
+ iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7,
+ iso-8859-8, iso-8859-9, iso-8859-10, iso-8859-11, iso-8859-13,
+ iso-8859-14, cp1250, cp1251, cp1252, cp1253, cp1254,
+ cp1255,cp1256, cp1257, cp1258 (contributed by Ivan Boldyrev)
* bug fix: interrupts are disabled until startup is complete; no
more sigsegvs when receiving a signal to soon
* optimization: Faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc
|