Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv4825
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.43.27: DESCRIBE optimization policy qualities for symbols
They should be in the manual too, but this is a start.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1826
retrieving revision 1.1827
diff -u -d -r1.1826 -r1.1827
--- NEWS 5 Oct 2010 08:26:15 -0000 1.1826
+++ NEWS 6 Oct 2010 12:48:17 -0000 1.1827
@@ -6,6 +6,8 @@
resides on.
* enhancement: default dynamic-space size can be configured at build-time
without touching source, using the --dynamic-space-size argument to make.sh.
+ * enhancement: DESCRIBE recognizes symbols naming optimization policy
+ qualities.
* bug fix: compiler failed to derive the result-type of MAKE-ARRAY as
(AND VECTOR (NOT SIMPLE-ARRAY)) when appropriate. (lp#309130)
* bug fix: (THE (VALUES ...)) in LOAD-TIME-VALUE caused a compiler-error.
@@ -31,6 +33,7 @@
an error for eg. STRUCTURE. (lp#458015)
* bug fix: LOOP WITH NIL = ... signalled an unused variable style-warning.
(lp#613871, thanks to Roman Marynchak)
+ * bug fix: more reliable &REST list type derivation, a
changes in sbcl-1.0.43 relative to sbcl-1.0.42:
* incompatible change: FD-STREAMS no longer participate in the serve-event
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5053
retrieving revision 1.5054
diff -u -d -r1.5053 -r1.5054
--- version.lisp-expr 6 Oct 2010 08:59:32 -0000 1.5053
+++ version.lisp-expr 6 Oct 2010 12:48:18 -0000 1.5054
@@ -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.43.26"
+"1.0.43.27"
|