Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16829
Modified Files:
version.lisp-expr
Log Message:
0.8.14.3:
FASL changes for 64-bit compatibility
* read and write appropriate fop args as word-sized chunks rather
than 32-bit-sized chunks
* fixes for 32-bit assumptions in array sizes and elsewhere
* a few cleanups along the same lines
Passes all tests and appears to not break FASL compatibility.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1812
retrieving revision 1.1813
diff -u -d -r1.1812 -r1.1813
--- version.lisp-expr 8 Sep 2004 16:05:14 -0000 1.1812
+++ version.lisp-expr 8 Sep 2004 18:17:39 -0000 1.1813
@@ -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.8.14.2"
+"0.8.14.3"
|