X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=4eceb3bc76d956a7b57e84c9fdf3f55a4b390760;hb=4d9ce212ecdef5af8356873b56f88c72c4ed113d;hp=5c230c72d94dd87f29c7821a499874425334b7c2;hpb=02567855a57e1ee0974c4c8513bde7625702c1b4;p=sbcl.git diff --git a/NEWS b/NEWS index 5c230c7..4eceb3b 100644 --- a/NEWS +++ b/NEWS @@ -2,8 +2,19 @@ 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