0.8.7.27:
authorKevin Rosenberg <kevin@rosenberg.net>
Wed, 28 Jan 2004 22:02:05 +0000 (22:02 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Wed, 28 Jan 2004 22:02:05 +0000 (22:02 +0000)
src/code/target-pathname.lisp: Patch from Christophe Rhodes for unparsing
logical pathnames

src/code/target-pathname.lisp
version.lisp-expr

index 5fd2744..79a5af1 100644 (file)
@@ -1399,6 +1399,7 @@ a host-structure or string."
 
 (defun unparse-logical-piece (thing)
   (etypecase thing
+    ((member :wild) "*")
     (simple-string thing)
     (pattern
      (collect ((strings))
index 7f375ea..ac3ece3 100644 (file)
@@ -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"