Also, include build fix for sparc (Juho Snellman / Bruce O'Neel
sbcl-devel 30-12-2008) and mark test :throw :no-such-tag as failing on
x86/linux and x86-64/linux (because they do for me).
;;;; -*- coding: utf-8; fill-column: 78 -*-
+changes in sbcl-1.0.24 relative to 1.0.23:
* new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data
vector of a multidimensional SIMPLE-ARRAY.
* new feature: the system now signals a continuable error if standard
(inst or header alloc-tn other-pointer-lowtag)
(inst add ndescr rank (+ (* (1+ array-dimensions-offset) n-word-bytes)
lowtag-mask))
- (inst andn ndescr 4)
+ (inst andn ndescr lowtag-mask)
(inst add alloc-tn ndescr)
(inst add ndescr rank (fixnumize (1- array-dimensions-offset)))
(inst sll ndescr ndescr n-widetag-bits)
(and :x86 :openbsd)
(and :x86 :sunos)
(and :x86 :darwin)
+ (and :x86 :linux)
(and :x86-64 :darwin)
+ (and :x86-64 :linux)
(and :sparc :linux)
:alpha
:mips))
;;; 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.23.72"
+"1.0.24"