1.0.13.5: Fix bugs in USER-HOMEDIR-PATHNAME, SBCL-HOMEDIR-PATHNAME
commit7c4ec3d38ceb696c86e403e4f8a250749462445d
authorRichard M Kreuter <kreuter@users.sourceforge.net>
Tue, 1 Jan 2008 01:01:01 +0000 (1 01:01 +0000)
committerRichard M Kreuter <kreuter@users.sourceforge.net>
Tue, 1 Jan 2008 01:01:01 +0000 (1 01:01 +0000)
treeecfb7d3b5cdef4e8f9556e75273fb6a0d5cd704d
parent8a632c14b592472873cfb214239c9387bc1a1ced
1.0.13.5: Fix bugs in USER-HOMEDIR-PATHNAME, SBCL-HOMEDIR-PATHNAME

* Both these functions parsed filenames returned by system calls
  implicitly using to the syntax of *DEFAULT-PATHNAME-DEFAULTS*, and
  so would lose when *D-P-D* was a logical pathname host.  So have
  them parse filenames using explicit physical pathname hosts.

* Tests for same.
src/code/filesys.lisp
tests/filesys.pure.lisp
version.lisp-expr