X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=efefafac163f7f6a834638ca45a02247d201b4f3;hb=edb227f57bcf629a9e8c3b8e6e1b37d644d8f217;hp=0c86bf171c305529234c00ac040ff39ae599bacc;hpb=5234b3ca36406aef45d5665b8bb0cf6ff5300dca;p=sbcl.git diff --git a/NEWS b/NEWS index 0c86bf1..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. @@ -24,6 +38,17 @@ changes in sbcl-1.0.25 relative to 1.0.24: computes the right offset for the memory copy. * bug fix: compilation problem involving inlined calls to aliens with result type VOID. (reported by Ken Olum) + * bug fix: #235a; sequential inline expasion in different policies no + longer reuses the functional from the previous expansion site. + * bug fix: DEFTYPE no longer breaks on bodies consisting of a single + unquoted symbol. Regression from 1.0.22.8. (reported by Ariel Badichi) + * bug fix: named ENUMs in multiply-referenced alien record types no longer + cause an implied type redefinition. Regression from 1.0.21.29. + * bug fix: sign-extension of small signed return values now works with C + code compiled with gcc 4.3 or newer. (reported by Liam Healy) + * improvements to the Windows port: + ** SB-BSD-SOCKETS now works from saved cores as well. (reported by Stephen + Westfold, thanks to Rudi Schlatte) changes in sbcl-1.0.24 relative to 1.0.23: * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data