From: Christophe Rhodes Date: Mon, 22 Jul 2002 09:36:46 +0000 (+0000) Subject: 0.7.5.20: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=0d8cfa2891db9893099f9152bf9d26cbef1b7ed1;p=sbcl.git 0.7.5.20: NEWS tweaking. --- diff --git a/NEWS b/NEWS index 4ee47b2..84bedc7 100644 --- 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) diff --git a/version.lisp-expr b/version.lisp-expr index ee2be8d..3b4fc82 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"