|
[Sbcl-commits] CVS: sbcl NEWS,1.458,1.459 version.lisp-expr,1.1413,1.1414
From: Alexey Dejneka <adejneka@us...> - 2003-12-20 07:13
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv31316
Modified Files:
NEWS version.lisp-expr
Log Message:
0.8.6.41:
* Optimize INSTALL-CONDITION-SLOT-{READER,WRITER} for
STANDARD-GENERIC-FUNCTION as suggested by Brian Mastenbrook
and CSR.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.458
retrieving revision 1.459
diff -u -d -r1.458 -r1.459
--- NEWS 16 Dec 2003 17:40:46 -0000 1.458
+++ NEWS 20 Dec 2003 07:13:47 -0000 1.459
@@ -2223,6 +2223,7 @@
* SB-SIMPLE-STREAMS enhancement: simple-streams can now be used as
streams for the REPL, for the debugger, and so on. (thanks to
David Licteblau)
+ * DEFINE-CODITION is more efficient. (thanks to Brian Mastenbrook)
* fixed some bugs revealed by Paul Dietz' test suite:
** the value of the :REHASH-THRESHOLD argument to MAKE-HASH-TABLE
is ignored if it is too small, rather than propagating through
@@ -2230,7 +2231,7 @@
** extremely complex negations of CONS types were not being
sufficiently canonicalized, leading to inconsistencies in
SUBTYPEP.
- ** VALUES tranformer lost derive type.
+ ** VALUES tranformer lost derived type.
planned incompatible changes in 0.8.x:
* (not done yet, but planned:) When the profiling interface settles
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.1413
retrieving revision 1.1414
diff -u -d -r1.1413 -r1.1414
--- version.lisp-expr 18 Dec 2003 01:05:19 -0000 1.1413
+++ version.lisp-expr 20 Dec 2003 07:13:47 -0000 1.1414
@@ -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.8.6.40"
+"0.8.6.41"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS,1.458,1.459 version.lisp-expr,1.1413,1.1414 | Alexey Dejneka <adejneka@us...> |