Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9909
Modified Files:
NEWS version.lisp-expr
Log Message:
0.9.13.2:
* Fix bug MISC.641: unused optional entry deletion after
physical environment analysis can cause LET-conversion, so
the latter must deal with NLX-INFOs.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.997
retrieving revision 1.998
diff -u -d -r1.997 -r1.998
--- NEWS 13 May 2006 17:20:03 -0000 1.997
+++ NEWS 28 May 2006 04:16:09 -0000 1.998
@@ -1,4 +1,9 @@
;;;; -*- coding: utf-8; -*-
+changes in sbcl-0.9.14 relative to sbcl-0.9.13:
+ * fixed some bugs revealed by Paul Dietz' test suite:
+ ** MISC.641: LET-conversion were not supposed to work in late
+ compilation stages.
+
changes in sbcl-0.9.13 relative to sbcl-0.9.12:
* new feature: source path information is generated for macro-expansion
errors for use in IDE's like Slime (thanks to Helmut Eller)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2829
retrieving revision 1.2830
diff -u -d -r1.2829 -r1.2830
--- version.lisp-expr 28 May 2006 03:25:51 -0000 1.2829
+++ version.lisp-expr 28 May 2006 04:16:09 -0000 1.2830
@@ -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".)
-"0.9.13.1"
+"0.9.13.2"
|