robustify DIRECTORY on logical pathnames
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 11 Jun 2011 12:37:32 +0000 (15:37 +0300)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 11 Jun 2011 13:56:41 +0000 (16:56 +0300)
commit1fe4bc598a23bdd751ccb3aa8e2473e783c634f7
treea64b3804a3a06694d3a67b001f6816ced511de78
parent30a7667ec095ac9b78a826c445b9af78c9c183ba
robustify DIRECTORY on logical pathnames

  PATHNAME-INTERSECTIONS used to return pathnames with name or type
  NIL if there was a mismatch -- but it should not return any
  pathnames at all for a mismatch.
NEWS
src/code/filesys.lisp
tests/filesys.test.sh