X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=NEWS;h=1d131845ba8684ce707d1e69f8742a5771e5e9c5;hb=d984db0864aa7ba5155ec684462840ec1a49ca5b;hp=95aa1e69e961a944f4d1bc55ba805f6d8427ce8d;hpb=98c725660502dc1a761e60ac935f95ed60143021;p=sbcl.git diff --git a/NEWS b/NEWS index 95aa1e6..1d13184 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,24 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-0.9.17 (0.9.99?) relative to sbcl-0.9.16: + * incompatible change: SB-EXT package no longer contains the + following unused symbols: *GC-NOTIFY-AFTER*, *GC-NOTIFY-BEFORE*, + *GC-NOTIFY-STREAM*, *ERROR-PRINT-LENGTH*, *ERROR-PRINT-LEVEL*, + *ERROR-PRINT-LINES* + * minor incompatible change: the direct superclasses of + SB-MOP:FUNCALLABLE-STANDARD-OBJECT are (FUNCTION STANDARD-OBJECT), + not (STANDARD-OBJECT FUNCTION). This makes the + class-precedence-lists of GENERIC-FUNCTION and + STANDARD-GENERIC-FUNCTION comply with the requirement of ANSI + 1.4.4.5. + * bug fix: ENOUGH-NAMESTRING on pathnames with no name and a pattern + for a type now works. + * bug fix: loading of default sysinit file works. (thanks to Leonid + Slobodov) + * bug fix: better detection of circularities in the file-compiler. + (reported by Marco Monteiro) + * bug fix: The :PTY argument for RUN-PROGRAM will now work on + systems with Unix98 pty semantics. + changes in sbcl-0.9.16 relative to sbcl-0.9.15: * feature: implemented the READER-METHOD-CLASS and WRITER-METHOD-CLASS portion of the Class Initialization Protocol