0.8.7.28:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 28 Jan 2004 22:42:45 +0000 (22:42 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 28 Jan 2004 22:42:45 +0000 (22:42 +0000)
commit240b0db303764545c982e9362a986243b535f7f4
treecd33f58e4be78f80006b1b1557e7810d0b93e5e0
parent62be7b271a57e0a125ccb0e68a6dd6cb54c75739
0.8.7.28:
I hate pathnames.
... fix DIRECTORY on logical pathnames

WARNING WARNING WARNING

The fix here is based on a somewhat speculative (but, I believe,
correct) interpretation of the specification.  At issue is something
that will probably not be encountered by most users (particularly
since the only bug report on this issue ever received is, surprise
surprise, from PFD's test suit) but that causes my eyes to go
funny every time I think about it.

If you are in the habit of taking the directory of logical pathnames
on hosts with multiple translations, you may see different results
from what you expect.  Please feel free to discuss them.

Users of DIRECTORY without such bizarre modi operandorum will
probably either not notice anything, or will suddenly have more
workingness.  Yay.
... fix PRINT-OBJECT on LOGICAL-PATHNAMEs (:NAME and :TYPE not
:FILE and :NAME, and respect *read-eval*/*print-readably*)
NEWS
src/code/filesys.lisp
src/code/target-pathname.lisp
version.lisp-expr