X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=3f784b080db0369a3a6ad30ca6901d56b6fcd62c;hb=9cd69ef4f515e7917da3cc69ed228d520b6bcd29;hp=c833b2364456058106da5a7b220f9b50186a32cb;hpb=acb7e69e6029efd8127b3c4288f750c2d0cb7a42;p=sbcl.git diff --git a/NEWS b/NEWS index c833b23..3f784b0 100644 --- a/NEWS +++ b/NEWS @@ -1938,9 +1938,30 @@ changes in sbcl-0.8.2 relative to sbcl-0.8.1: ** (VECTOR NIL) is a subtype of STRING. changes in sbcl-0.8.3 relative to sbcl-0.8.2: + * SBCL now builds and runs on MacOS X (version 10.2), or perhaps + more accurately, on the Darwin kernel running on PowerPC hardware. + (thanks to Brian Mastenbrook, Pierre Mai and Patrik Nordebo) + * Compiler code deletion notes now signal a condition of type + SB-EXT:CODE-DELETION-NOTE (a subtype of SB-EXT:COMPILER-NOTE) with + an associated MUFFLE-WARNING restart. + * The compiler now performs limited argument count validation of + constant format strings in FORMAT. (thanks to Gerd Moellmann) * bug fix: WITH-OUTPUT-TO-STRING (and MAKE-STRING-OUTPUT-STREAM) now accept and act upon their :ELEMENT-TYPE keyword argument. (reported by Edi Weitz) + * bug fix: FILE-POSITION now accepts position designators up to + ARRAY-DIMENSION-LIMIT or the extreme of the off_t range, whichever + is the greater. (thanks to Patrik Nordebo) + * bug fix: MAKE-ARRAY ignored :INITIAL-CONTENTS NIL. (reported by + Kalle Olavi Niemitalo) + * bug fix: the CLASS-PROTOTYPE of the GENERIC-FUNCTION class is now + printable. (reported by Eric Marsden) + * bug fix in sb-posix: mmap() now works on systems with a 64-bit + off_t, including Darwin and FreeBSD. (thanks to Andreas Fuchs) + * fixed some bugs revealed by Paul Dietz' test suite: + ** The system now obeys the constraint imposed by + UPGRADED-ARRAY-ELEMENT-TYPE that the upgraded array element + types form a lattice under type intersection. planned incompatible changes in 0.8.x: * (not done yet, but planned:) When the profiling interface settles