0.7.5.20:
authorChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Jul 2002 09:36:46 +0000 (09:36 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Mon, 22 Jul 2002 09:36:46 +0000 (09:36 +0000)
NEWS tweaking.

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index 4ee47b2..84bedc7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1165,13 +1165,16 @@ changes in sbcl-0.7.5 relative to sbcl-0.7.4:
 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 ee2be8d..3b4fc82 100644 (file)
@@ -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"