X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=eed5f2576d1bd8b270b3e35d21b0937c9f6e773a;hb=01e9e8c568777d6480699e6cb3947f38c3bed350;hp=926189af56fd4dfe1c2277c2d375292357def17d;hpb=fdf46e7bd7aba9b5c8af629fdb2692d9b33b9207;p=sbcl.git diff --git a/NEWS b/NEWS index 926189a..eed5f25 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-0.9.15 relative to sbcl-0.9.14: + * added support for the ucs-2 external format (contributed by Ivan Boldyrev) + * minor incompatible change: pretty printing of objects of type + (cons symbol) is, in the default pprint-dispatch-table, now + sensitive to whether the symbol satisfies FBOUNDP. (thanks to + Marcus Pearce) + * fixed bug: FILE-POSITION sometimes returned inconsistent results + for multibyte external-format streams (thanks to "vbzoli") + changes in sbcl-0.9.14 relative to sbcl-0.9.13: * feature: thread support on Solaris/x86, and experimental thread support on OS X/x86. @@ -20,6 +29,8 @@ changes in sbcl-0.9.14 relative to sbcl-0.9.13: down to an SB-SYS:FD-STREAM, allowing direct communication in more cases. Temporary files and pipes are still used as a fallback strategy. + * thread-safety: DECODE-UNIVERSAL-TIME & GET-DECODED-TIME depended + on the non-reentrant C functions localtime(3) and gmtime(3). * bug fix: global optimization policy was not visible in LOCALLY and MACROLET forms. * bug fix: class objects can be used as specializers in methods.