Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19671
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.30.14: some SB-CLTL2 docstrings
* Add docstrings for DECLARATION-INFORMATION, PARSE-MACRO and ENCLOSE.
* Rename a test for variable-information that had the same name as another.
Patch by Larry D'Anna, prose and indentation somewhat altered
by yours truly.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1577
retrieving revision 1.1578
diff -u -d -r1.1577 -r1.1578
--- NEWS 29 Jul 2009 15:34:15 -0000 1.1577
+++ NEWS 29 Jul 2009 16:01:29 -0000 1.1578
@@ -19,6 +19,8 @@
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)
* 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.4566
retrieving revision 1.4567
diff -u -d -r1.4566 -r1.4567
--- version.lisp-expr 29 Jul 2009 15:36:58 -0000 1.4566
+++ version.lisp-expr 29 Jul 2009 16:01:29 -0000 1.4567
@@ -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.13"
+"1.0.30.14"
|