Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24214
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.18.5: ADJOIN with constant NIL as second argument
* One more bug in TRANSFORM-LIST-ITEM-SEEK.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1363
retrieving revision 1.1364
diff -u -d -r1.1363 -r1.1364
--- NEWS 30 Jun 2008 09:44:42 -0000 1.1363
+++ NEWS 30 Jun 2008 09:48:27 -0000 1.1364
@@ -10,6 +10,7 @@
** deriving the result type of COERCE no longer signals an error
if the derived type of the second argument is a MEMBER type
containing invalid type specifiers.
+ ** ADJOIN with constant NIL as second argument works correctly.
changes in sbcl-1.0.18 relative to 1.0.17:
* minor incompatible change: SB-SPROF:WITH-PROFILING now by default
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4007
retrieving revision 1.4008
diff -u -d -r1.4007 -r1.4008
--- version.lisp-expr 30 Jun 2008 09:44:42 -0000 1.4007
+++ version.lisp-expr 30 Jun 2008 09:48:27 -0000 1.4008
@@ -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.18.4"
+"1.0.18.5"
|