|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.2616,1.2617
From: Juho Snellman <jsnell@us...> - 2005-12-30 00:21
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7324
Modified Files:
version.lisp-expr
Log Message:
0.9.8.6:
Make the count of fasl header counted strings a 32-bit value
also on 64-bit platforms. This ensures that a x86-64 SBCL can
gracefully detect an error when trying to read a x86 fasl
instead of choking on a ridiculously long counted string.
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2616
retrieving revision 1.2617
diff -u -d -r1.2616 -r1.2617
--- version.lisp-expr 29 Dec 2005 22:48:01 -0000 1.2616
+++ version.lisp-expr 30 Dec 2005 00:21:40 -0000 1.2617
@@ -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.8.5"
+"0.9.8.6"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.2616,1.2617 | Juho Snellman <jsnell@us...> |