X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=426f7a5ea9a2dadd80f8d1ee34a29e9128d57fa3;hb=2b136dcaa0dda4db2a8e4b0c4d94e15695fb9c9c;hp=7ecaf9e7069d72e45ab6d03943401fe831336a2b;hpb=898ced2a4d1f2503f3447f6408ddf5b05a906261;p=sbcl.git diff --git a/NEWS b/NEWS index 7ecaf9e..426f7a5 100644 --- a/NEWS +++ b/NEWS @@ -899,6 +899,7 @@ changes in sbcl-0.7.0 relative to sbcl-0.6.13: ** bug in the optimization of ARRAY-ELEMENT-TYPE ** argument ordering in FIND with :TEST option ** mishandled package designator argument in APROPOS-LIST + ** various problems in the backquote readmacro He also pointed out some bogus old entries in BUGS, and fixed a number of bugs which came into existence in the pre7 branch (internal to the CVS repository), so that they never showed @@ -925,6 +926,12 @@ changes in sbcl-0.7.0 relative to sbcl-0.6.13: DEFINE-CONDITION, DEFINE-MODIFY-MACRO..). This mostly affects internal symbols, but a few supported extensions like SB-ALIEN:DEF-ALIEN-FUNCTION are also affected. +* minor incompatible change (part of a bug fix by Christophe Rhodes + to DIRECTORY behavior): DIRECTORY no longer implicitly promotes + NIL slots of its pathname argument to :WILD, and in particular + asking for the contents of a directory, which you used to be able + to do without explicit wildcards, e.g. (DIRECTORY "/tmp/"), + now needs explicit wildcards, e.g. (DIRECTORY "/tmp/*.*"). * minor incompatible change: DEFINE-ALIEN-FUNCTION (also known by the old deprecated name DEF-ALIEN-FUNCTION) now does DECLAIM FTYPE for the defined function, since declaiming return types involving