X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=efefafac163f7f6a834638ca45a02247d201b4f3;hb=edb227f57bcf629a9e8c3b8e6e1b37d644d8f217;hp=85422c1bf21e62a02fc6250f1b0368da2ff19866;hpb=395c461b58f0cd484c21913c1e075593c206b5c1;p=sbcl.git diff --git a/NEWS b/NEWS index 85422c1..efefafa 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,18 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes in sbcl-1.0.26 relative to 1.0.25: + * incompatible change: GC-OFF and GC-ON are removed, they were + always unsafe. Use WITHOUT-GCING instead. + * new feature: runtime option --disable-ldb + * new feature: runtime option --lose-on-corruption to die at the + slightest hint of possibly non-recoverable errors: running out of + memory, stack, alien stack, binding stack, encountering a memory + fault, etc. In the absence of --lose-on-corruption a warning is + printed to stderr. + * optimization: slightly faster gc on multithreaded builds + * optimization: faster WITHOUT-GCING + * bug fix: real-time signals are not used anymore, so no more + hanging when the system wide real-time signal queue gets full. + changes in sbcl-1.0.25 relative to 1.0.24: * incompatible change: SB-INTROSPECT:FUNCTION-ARGLIST is deprecated, to be removed later. Please use SB-INTROSPECT:FUNCTION-LAMBDA-LIST instead.