From: Nathan Froyd Date: Wed, 24 Aug 2005 20:57:48 +0000 (+0000) Subject: 0.9.3.77: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f498497388af1535a4c56710dc60cbdfbe7ffaac;p=sbcl.git 0.9.3.77: Note NEWS-worthy fixes by Thiemo Seufer. --- diff --git a/NEWS b/NEWS index f045606..e205bac 100644 --- 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 () could not be encoded in KOI8-R. * bug fix: correct pathname printing with printer escaping is on. (thanks to Kevin Reid) diff --git a/version.lisp-expr b/version.lisp-expr index 98bd916..834164a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"