Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv31622
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.36.17: SB-INTROSPECT building without SB-EVAL
Patch by: Stas Boukarev <stassats@...>
Fixes Launchpad bug #535658.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1699
retrieving revision 1.1700
diff -u -d -r1.1699 -r1.1700
--- NEWS 9 Mar 2010 09:57:29 -0000 1.1699
+++ NEWS 11 Mar 2010 08:33:59 -0000 1.1700
@@ -27,6 +27,8 @@
upgraded element type derived. (lp#316078)
* bug fix: SB-SPROF allocation profiling for all threads failed to profile
threads started during profiling. (lp#472499)
+ * bug fix: SB-INTROSPECT test failure when building without SB-EVAL feature.
+ (lp#535658)
changes in sbcl-1.0.36 relative to sbcl-1.0.35:
* new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4768
retrieving revision 1.4769
diff -u -d -r1.4768 -r1.4769
--- version.lisp-expr 9 Mar 2010 09:57:30 -0000 1.4768
+++ version.lisp-expr 11 Mar 2010 08:33:59 -0000 1.4769
@@ -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.36.16"
+"1.0.36.17"
|