X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=647df01c040fa912e7a3a0ff0c014e2237b19fbf;hb=6d9e2243954872457115bbb9ac1ecb1d161acced;hp=58436b2b858dba77a3585e83347943b03b2e9e00;hpb=2af760d3b90689112e6418ec85cc604351b15895;p=sbcl.git diff --git a/NEWS b/NEWS index 58436b2..647df01 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.0.58: + * enhancement: New variable, sb-ext:*disassemble-annotate* for controlling + source annotation of DISASSEMBLE output. Defaults to T. + * optimization: CL:SORT and CL:STABLE-SORT of lists are faster and use fewer + comparisons, particularly on almost-sorted inputs. + * documentation: a section on random number generation has been added to the + manual. (lp#656839) + changes in sbcl-1.0.58 relative to sbcl-1.0.57: * enhancement: implicit generic function warnings now specify the package in which the new generic function is being created. @@ -48,6 +56,8 @@ changes in sbcl-1.0.58 relative to sbcl-1.0.57: 1.0.56.19) * bug fix: run-program with :pty t no longer makes the pty as the process's controling terminal. + * bug fix: spawning threads on OS X 10.8 no longer crashes the process + (lp#1012811). changes in sbcl-1.0.57 relative to sbcl-1.0.56: * RANDOM enhancements and bug fixes: