X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=c7bf089ba87394d3ac46b0011d9e4932506ed8b9;hb=40859b35c1bff1d7d8773bbcda7b25bca4e553e3;hp=3f21c9c3e2616b72f15dea077c88063a7bc40944;hpb=94ea2b2082deaa0331dfb66fa6af6ca12dd8dc83;p=sbcl.git diff --git a/NEWS b/NEWS index 3f21c9c..c7bf089 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +;;;; -*- coding: utf-8; -*- changes in sbcl-0.9.3 relative to sbcl-0.9.2: * New feature: Experimental support for bivalent streams: streams opened with :element-type :default now allow character and binary @@ -5,7 +6,16 @@ changes in sbcl-0.9.3 relative to sbcl-0.9.2: * Support for the koi8-r external format. (thanks to Ivan Boldyrev) * Bug fix: OPEN no longer fails when *PRINT-READABLY* is T. (thanks to Zach Beane) + * bug fix: no more highly sporadic "couldn't check whether ~S is + readable" when reading a stream and an interrupt hits in the middle + of a select system call + * compiler better recognizes complex arrays (reported by Eduardo + Muñoz) + * bug fix: out-of-line SB-SYS:FOREIGN-SYMBOL-ADDRESS did not work + for variables on SBCL built with linkage-tables. (reported by Luis + Oliveira) * threads + ** added x86-64 support ** incompatible change: the threading api now works with thread objects instead of thread ids ** bug fix: threads are protected from signals and interruption when