X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=c7bf089ba87394d3ac46b0011d9e4932506ed8b9;hb=40859b35c1bff1d7d8773bbcda7b25bca4e553e3;hp=14083377a9376e2502e0893c08fcb179e0b5814e;hpb=3fdb572dad102d87f196f39a680967874025682e;p=sbcl.git diff --git a/NEWS b/NEWS index 1408337..c7bf089 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,31 @@ +;;;; -*- 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 + (unsigned-byte 8) I/O + * 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 + starting up or going down + ** bug fix: a race where an exiting thread could lose its stack to gc + ** fixed numerous gc deadlocks introduced in the pthread merge + changes in sbcl-0.9.2 relative to sbcl-0.9.1: * numerous signal handling fixes to increase stability - * bug fix: interrupt-thread restores the eflags register on x86 + * Support for EUC-JP external format. (thanks to NIIMI Satoshi) * minor incompatible change: we now correctly canonize default initargs, making them be a list of (INITARG INITFORM INITFUNCTION) as per the MOP, rather than the historical (INITARG INITFUNCTION @@ -11,7 +36,6 @@ changes in sbcl-0.9.2 relative to sbcl-0.9.1: * TRUENAME and PROBE-FILE now correctly resolve symlinks even if the pathname is a directory pathname. * SB-SPROF now works (more) reliably on non-GENCGC platforms. - * fixed some lockups due to gc/thread interaction * dynamic space size on PPC has been increased to 768Mb. (thanks to Cyrus Harmon) * SB-MOP:ENSURE-CLASS-USING-CLASS now accepts a class as the @@ -33,9 +57,18 @@ changes in sbcl-0.9.2 relative to sbcl-0.9.1: * optimization: structure instances with raw slots now use less memory, and probably show better memory locality. (thanks to David Lichteblau) + * optimization: DYNAMIC-EXTENT declarations for lists and closures + are treated as requests for stack allocation on the x86-64, + Alpha-32, PPC and SPARC platforms. * contrib improvement: it's harder to cause SOCKET-CLOSE to close() the wrong file descriptor; implementation of SOCKET-OPEN-P. (thanks to Tony Martinez) + * threads + ** gcing a dead thread can no longer lead to lockups + ** threads block signals until they are set up properly + ** errno is no longer shared by threads + ** interrupt-thread restores the eflags register on x86 + ** fixed some lockups due to gc/thread interaction * fixed some bugs revealed by Paul Dietz' test suite: ** invalid dotted lists no longer raise a read error when *READ-SUPPRESS* is T