|
[Sbcl-commits] CVS: sbcl NEWS, 1.1622, 1.1623 version.lisp-expr,
1.4644, 1.4645
From: Christophe Rhodes <crhodes@us...> - 2009-10-29 17:53
|
Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9320
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.32.4: fix INSPECT on closures
(really fix %closure-values, but the inspector was the only user of this)
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1622
retrieving revision 1.1623
diff -u -d -r1.1622 -r1.1623
--- NEWS 29 Oct 2009 16:39:01 -0000 1.1622
+++ NEWS 29 Oct 2009 17:53:21 -0000 1.1623
@@ -4,6 +4,7 @@
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
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4644
retrieving revision 1.4645
diff -u -d -r1.4644 -r1.4645
--- version.lisp-expr 29 Oct 2009 16:39:01 -0000 1.4644
+++ version.lisp-expr 29 Oct 2009 17:53:21 -0000 1.4645
@@ -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.3"
+"1.0.32.4"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1622, 1.1623 version.lisp-expr, 1.4644, 1.4645 | Christophe Rhodes <crhodes@us...> |