X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=4eceb3bc76d956a7b57e84c9fdf3f55a4b390760;hb=4d9ce212ecdef5af8356873b56f88c72c4ed113d;hp=dee4379d0aa372a349501b17d5b64628e1f72865;hpb=ef3fa440db906a78b377d694313b2ef9aedda33a;p=sbcl.git diff --git a/NEWS b/NEWS index dee4379..4eceb3b 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,20 @@ ;;;; -*- coding: utf-8; -*- changes in sbcl-0.9.4 relative to sbcl-0.9.3: + * enhancement: SBCL on MIPS platforms now has a much larger dynamic + space for its heap. (thanks to Thiemo Seufer) + * bug fix: discriminating functions for generic function classes + with non-standard methods for COMPUTE-APPLICABLE-METHODS no longer + make invalid assumptions about method precedence order. (reported + by Bruno Haible) * optimizations: REMOVE-DUPLICATES now runs in linear time on lists in some cases. This partially fixes bug 384. + * flush all standard streams before prompting in the REPL and the + debugger + * 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 + is disabled + * bug fix: degree sign () could not be encoded in KOI8-R. changes in sbcl-0.9.3 relative to sbcl-0.9.2: * New feature: Experimental support for bivalent streams: streams