Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv15242
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.16.42: Fix LOCALLY in fopcompiled context
Patch by Juho Snellman; gentle prodding by Attila Lendvai.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1342
retrieving revision 1.1343
diff -u -d -r1.1342 -r1.1343
--- NEWS 17 May 2008 20:05:09 -0000 1.1342
+++ NEWS 21 May 2008 12:25:44 -0000 1.1343
@@ -41,6 +41,8 @@
2.18.50.0.4 support. (thanks to Marijn Schouten)
* bug fix: fix ECASE warnings from CMUCL-as-xc-host. (reported by
Andreas Franke)
+ * bug fix: the fopcompiler can handle LOCALLY forms (with no
+ declarations) successfully. (reported by Attila Lendvai)
changes in sbcl-1.0.16 relative to 1.0.15:
* minor incompatible change: revert the changes to sb-posix's error
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3954
retrieving revision 1.3955
diff -u -d -r1.3954 -r1.3955
--- version.lisp-expr 20 May 2008 20:35:43 -0000 1.3954
+++ version.lisp-expr 21 May 2008 12:25:44 -0000 1.3955
@@ -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.16.41"
+"1.0.16.42"
|