Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv24870
Modified Files:
NEWS version.lisp-expr
Log Message:
0.7.5.20:
NEWS tweaking.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- NEWS 17 Jul 2002 14:29:51 -0000 1.140
+++ NEWS 22 Jul 2002 09:36:46 -0000 1.141
@@ -1165,13 +1165,16 @@
changes in sbcl-0.7.6 relative to sbcl-0.7.5:
* Array initialization with :INITIAL-ELEMENT is now much faster for
cases when the compiler cannot open code the array creation, but
- does know what the UPGRADED-ARRAY-ELEMENT-TYPE will be.
+ does know what the UPGRADED-ARRAY-ELEMENT-TYPE will be. General
+ array accesses have also seen a speed increase.
* bug fix: LOAD :IF-DOES-NOT-EXIST NIL now works when file type is
specified. (This was at the root of some bad interactions between
SBCL and ILISP: thanks to Gregory Wright for diagnosing this and
reporting the bug.)
* bug fix: Floating point exceptions are treated much more
consistently on the x86/Linux and PPC/Linux platforms.
+ * bug fix: Internal error arguments for undefined functions are now
+ computed correctly on the PPC/Linux platform.
* Support for the Solaris 9 operating environment has been included
(thanks to Daniel Merritt)
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.479
retrieving revision 1.480
diff -u -d -r1.479 -r1.480
--- version.lisp-expr 19 Jul 2002 16:13:26 -0000 1.479
+++ version.lisp-expr 22 Jul 2002 09:36:46 -0000 1.480
@@ -18,4 +18,4 @@
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.5.19"
+"0.7.5.20"
|