Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29899
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.32.1: fix MIPS build
Regression from 1.0.30.38, when %unary-truncate handling was changed.
(Actually, this might not fix the build completely; we have reports of
SIGBUS while compiling PCL, but it gets noticeably further.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1619
retrieving revision 1.1620
diff -u -d -r1.1619 -r1.1620
--- NEWS 25 Oct 2009 15:49:10 -0000 1.1619
+++ NEWS 26 Oct 2009 08:24:56 -0000 1.1620
@@ -1,5 +1,9 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes in sbcl-1.0.32 relative to sbcl-1.0.31
+changes relative to sbcl-1.0.31:
+ * bug fix: restore buildability on the MIPS platform. (regression from
+ 1.0.30.38, reported by Samium Gromoff)
+
+changes in sbcl-1.0.32 relative to sbcl-1.0.31:
* optimization: faster FIND and POSITION on strings of unknown element type
in high SPEED policies. (thanks to Karol Swietlicki)
* optimization: faster CONCATENATE 'STRING in low SPEED policies (reported
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4641
retrieving revision 1.4642
diff -u -d -r1.4641 -r1.4642
--- version.lisp-expr 25 Oct 2009 15:49:10 -0000 1.4641
+++ version.lisp-expr 26 Oct 2009 08:24:56 -0000 1.4642
@@ -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".)
-"1.0.32"
+"1.0.32.1"
|