Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22026
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.30.15: more complete SB-CLTL2:DECLARATION-INFORMATION
* (DECLARATION-INFORMATION 'DECLARATION) returns a list of
declaration names that have been proclaimed as valid.
Patch by Larry D'Anna.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1578
retrieving revision 1.1579
diff -u -d -r1.1578 -r1.1579
--- NEWS 29 Jul 2009 16:01:29 -0000 1.1578
+++ NEWS 29 Jul 2009 16:15:42 -0000 1.1579
@@ -19,8 +19,11 @@
but assumed or declared function as well.
* improvement: recompilation of systems using SB-GROVEL now works
(thanks to Leslie Polzer)
- * improvement: SB-CLTL2 functions DECLARATION-INFORMATION, PARSE-MACRO,
- and ENCLOSE have been documented (thanks to Larry D'Anna)
+ * improvements to SB-CLTL2 (thanks to Larry D'Anna):
+ ** functions DECLARATION-INFORMATION, PARSE-MACRO, and ENCLOSE have been
+ documented.
+ ** DECLARATION-INFORMATION now supports declaration name DECLARATION as
+ well.
* bug fix: the low-level debugger had 32-bit assumptions and was missing
information about some array types. (thanks to Luis Oliveira)
* bug fix: moderately complex combinations of inline expansions could
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4567
retrieving revision 1.4568
diff -u -d -r1.4567 -r1.4568
--- version.lisp-expr 29 Jul 2009 16:01:29 -0000 1.4567
+++ version.lisp-expr 29 Jul 2009 16:15:42 -0000 1.4568
@@ -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.30.14"
+"1.0.30.15"
|