|
[Sbcl-commits] CVS: sbcl NEWS,1.932,1.933 version.lisp-expr,1.2615,1.2616
From: Juho Snellman <jsnell@us...> - 2005-12-29 22:48
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17056
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.8.5:
Merge sbcl-devel "segmentation fault on recent FreeBSD-current"
by NIIMI Satoshi, 2005-28-12 (with minor changes).
Add comments to document the reasoning behind a couple of
odd constructs in the 0.9.8.3 EQUAL changes to make them
look less like CMUCL-style black magic.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.932
retrieving revision 1.933
diff -u -d -r1.932 -r1.933
--- NEWS 28 Dec 2005 22:37:14 -0000 1.932
+++ NEWS 29 Dec 2005 22:48:01 -0000 1.933
@@ -1,6 +1,7 @@
;;;; -*- coding: utf-8; -*-
changes in sbcl-0.9.9 relative to sbcl-0.9.8:
* optimization: faster implementation of EQUAL
+ * fixed segfaults on x86 FreeBSD 7-current (thanks to NIIMI Satoshi)
changes in sbcl-0.9.8 relative to sbcl-0.9.7:
* minor incompatible change: (SETF CLASS-NAME) and (SETF
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2615
retrieving revision 1.2616
diff -u -d -r1.2615 -r1.2616
--- version.lisp-expr 29 Dec 2005 16:08:31 -0000 1.2615
+++ version.lisp-expr 29 Dec 2005 22:48:01 -0000 1.2616
@@ -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.4"
+"0.9.8.5"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.932,1.933 version.lisp-expr,1.2615,1.2616 | Juho Snellman <jsnell@us...> |