Skip to content
Snippets Groups Projects
Commit 3c14ace4 authored by rtoy's avatar rtoy
Browse files

o Print out the host name when we're printing out LOGICAL-HOST

  objects.  (Makes it easier to see what the logical host is when
  describe'ing a pathname.)

o Fix some issues with UNPARSE-ENOUGH-NAMESTRING
  o It should return a string, not the pathname object.  (Noted by
    Peter Graves on cmucl-imp, 2005-09-18.)
  o The directory paths must have something more in common than just
    :ABSOLUTE before we produce a relative directory path.  Fixes the
    issue of always returning relative paths even if the directories
    don't match at all.

o In ENOUGH-NAMESTRING, if the host for the pathname isn't the same as
  the host for the defaults, just return the pathname.  I (rtoy) think
  this is right.  It doesn't make sense to do anything if the hosts
  are different.
parent e42c26a4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment