Update of /cvsroot/sbcl/sbcl
In directory vz-cvs-3.sog:/tmp/cvs-serv22163
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.47.18: less verbose source forms for functions from EVAL
Fixes lp#747485.
When generating debug information, exclude the outer lambda
introduced by %SIMPLE-EVAL from the source form.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1901
retrieving revision 1.1902
diff -u -d -r1.1901 -r1.1902
--- NEWS 8 Apr 2011 13:11:56 -0000 1.1901
+++ NEWS 8 Apr 2011 15:38:26 -0000 1.1902
@@ -15,6 +15,7 @@
a compile-time error. (lp#720382)
* bug fix: forms such as (FUNCALL (FUNCTION NAME OOPS) ...) were compiled
without complaints.
+ * bug fix: less verbose source forms for functions from EVAL. (lp#747485)
changes in sbcl-1.0.47 relative to sbcl-1.0.46:
* bug fix: fix mach port rights leaks in mach exception handling code on
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5246
retrieving revision 1.5247
diff -u -d -r1.5246 -r1.5247
--- version.lisp-expr 8 Apr 2011 13:11:56 -0000 1.5246
+++ version.lisp-expr 8 Apr 2011 15:38:26 -0000 1.5247
@@ -20,4 +20,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.47.17"
+"1.0.47.18"
|