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
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)
;;; 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"