X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=9057028fbf9b6287b464297fd31201de3ea40d27;hb=e35a79c777f51eddd3dcb0ca27000ce4cfa60e73;hp=abc3e819c54461426a0ad4514ba8180572437906;hpb=b35d5f4c386c3e573ff752de1c3770da7d8034f6;p=sbcl.git diff --git a/NEWS b/NEWS index abc3e81..9057028 100644 --- a/NEWS +++ b/NEWS @@ -1,13 +1,17 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.1.0: - * enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock. (COMPILE and - COMPILE-FILE still do.) - * bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of symbol-macros - by lexical bindings. - * bug fix: stack allocation was prevented by high DEBUG declaration in several - cases. - * bug fix: SB-EXT:GC-LOGFILE signaled an error when no logfile was set. (thanks - to SANO Masatoshi) + * enhancement: WITH-COMPILATION-UNIT no longer grabs the world-lock. + (COMPILE and COMPILE-FILE still do.) + * bug fix: SB-CLTL2:MACROEXPAND-ALL correctly handles shadowing of + symbol-macros by lexical bindings. + * bug fix: stack allocation was prevented by high DEBUG declaration in + several cases. + * bug fix: SB-EXT:GC-LOGFILE signaled an error when no logfile was set. + (thanks to SANO Masatoshi) + * bug fix: PARSE-NATIVE-NAMESTRING performed non-native parsing when + :JUNK-ALLOWED was true. + * bug fix: type derivation inferred overly conservative types for + unions of array types. (lp#1050768) changes in sbcl-1.1.0 relative to sbcl-1.0.58: * enhancement: New variable, sb-ext:*disassemble-annotate* for controlling