From: Christophe Rhodes Date: Thu, 24 Nov 2005 11:59:44 +0000 (+0000) Subject: 0.9.6.56: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8a97cca4411b211a5d4be617bb179e3f53a61f31;p=sbcl.git 0.9.6.56: Log a bug in wild pathnames from sbcl-help --- diff --git a/BUGS b/BUGS index 87c19e6..88fe577 100644 --- a/BUGS +++ b/BUGS @@ -2134,3 +2134,10 @@ WORKAROUND: fix was made to ROUND-NUMERIC-BOUND for the sbcl-0.9.6 release, but the right fix is to remove the abstraction violation in the compiler's type deriver. + +390: + reported on sbcl-help by Tim Daly Jr. + + (DIRECTORY "/tmp/[P]*.*") + gives a type error: + The value "P" is not of type CHARACTER. diff --git a/version.lisp-expr b/version.lisp-expr index 13933a5..a42457a 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"0.9.6.55" +"0.9.6.56"