0.9.3.77:
authorNathan Froyd <froydnj@cs.rice.edu>
Wed, 24 Aug 2005 20:57:48 +0000 (20:57 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Wed, 24 Aug 2005 20:57:48 +0000 (20:57 +0000)
Note NEWS-worthy fixes by Thiemo Seufer.

NEWS
version.lisp-expr

diff --git a/NEWS b/NEWS
index f045606..e205bac 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ changes in sbcl-0.9.4 relative to sbcl-0.9.3:
     remain.  (thanks to Daisuke Homma)
   * enhancement: SBCL on MIPS platforms now has a much larger dynamic
     space for its heap.  (thanks to Thiemo Seufer)
+  * optimization: SBCL on MIPS platforms now supports dynamic-extent
+    closures.  (thanks to Thiemo Seufer)
   * minor incompatible change: eof selects abort in the debugger.
   * minor incompatible change: *INVOKE-DEBUGGER-HOOK* is run before
     *DEBUGGER-HOOK* => *DEBUGGER-HOOK* is not run when the debugger
@@ -18,6 +20,8 @@ changes in sbcl-0.9.4 relative to sbcl-0.9.3:
     with non-standard methods for COMPUTE-APPLICABLE-METHODS no longer
     make invalid assumptions about method precedence order.  (reported
     by Bruno Haible)
+  * bug fix: TRUNCATE now correctly signals division by zero on MIPS
+    platforms.  (thanks to Thiemo Seufer)
   * bug fix: degree sign (<U00B0>) could not be encoded in KOI8-R.
   * bug fix: correct pathname printing with printer escaping is on.
     (thanks to Kevin Reid)
index 98bd916..834164a 100644 (file)
@@ -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.3.76"
+"0.9.3.77"