(really fix %closure-values, but the inspector was the only user of this)
x86-64/linux. (thanks to Daniel Janus)
* bug fix: restore buildability on the MIPS platform. (regression from
1.0.30.38, reported by Samium Gromoff)
+ * bug fix: inspecting closures is less likely to fail with a type error.
changes in sbcl-1.0.32 relative to sbcl-1.0.31:
* optimization: faster FIND and POSITION on strings of unknown element type
(declare (closure closure))
(let (values)
(do-closure-values (elt closure)
- (push elt closure))
+ (push elt values))
(nreverse values)))
;;; Extract the function from CLOSURE.
;;; 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.3"
+"1.0.32.4"