From 62be7b271a57e0a125ccb0e68a6dd6cb54c75739 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Wed, 28 Jan 2004 22:02:05 +0000 Subject: [PATCH] 0.8.7.27: src/code/target-pathname.lisp: Patch from Christophe Rhodes for unparsing logical pathnames --- src/code/target-pathname.lisp | 1 + version.lisp-expr | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/code/target-pathname.lisp b/src/code/target-pathname.lisp index 5fd2744..79a5af1 100644 --- a/src/code/target-pathname.lisp +++ b/src/code/target-pathname.lisp @@ -1399,6 +1399,7 @@ a host-structure or string." (defun unparse-logical-piece (thing) (etypecase thing + ((member :wild) "*") (simple-string thing) (pattern (collect ((strings)) diff --git a/version.lisp-expr b/version.lisp-expr index 7f375ea..ac3ece3 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.8.7.26" +"0.8.7.27" -- 1.7.10.4