|
[Sbcl-commits] CVS: sbcl version.lisp-expr, 1.2961, 1.2962 NEWS,
1.1050, 1.1051
From: Nikodemus Siivola <demoss@us...> - 2006-08-22 17:01
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv28244
Modified Files:
version.lisp-expr NEWS
Log Message:
0.9.15.47: compiler-macros for SETF functions
* ...already work, so remove the warning, and add a test
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2961
retrieving revision 1.2962
diff -u -d -r1.2961 -r1.2962
--- version.lisp-expr 22 Aug 2006 15:48:56 -0000 1.2961
+++ version.lisp-expr 22 Aug 2006 17:01:39 -0000 1.2962
@@ -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.15.46"
+"0.9.15.47"
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1050
retrieving revision 1.1051
diff -u -d -r1.1050 -r1.1051
--- NEWS 21 Aug 2006 17:54:38 -0000 1.1050
+++ NEWS 22 Aug 2006 17:01:40 -0000 1.1051
@@ -12,7 +12,7 @@
* enhancement: SB-INTROSPECT is now able to find definitions of
profiled functions. (thanks to Troels Henriksen)
* enhancement: compiler-macro expansion applies now to FUNCALL forms
- as well.
+ as well, allowing compiler-macros for SETF-functions to expand.
* enhancement: step-instrumentation no longer wraps known
single-value functions with multiple-value context, allowing
better type inference.
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr, 1.2961, 1.2962 NEWS, 1.1050, 1.1051 | Nikodemus Siivola <demoss@us...> |