1.0.28.60: partial UNC pathname support for Windows
commit8ebb917259ea3332d46e0301907e7494107eb2f5
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 May 2009 12:30:24 +0000 (19 12:30 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 19 May 2009 12:30:24 +0000 (19 12:30 +0000)
tree76e5bf205e38b7718658dd026cf2d3d2f059a40e
parentbe6abfb75a76eb69a417ff09fd6b0f41e708f8c3
1.0.28.60: partial UNC pathname support for Windows

  UNC hosts are represented using the devĂ­ce components of pathnames,
  as are drives. This is sleightly lossy since it prevents accessing
  network hosts named with a single letter -- single-letter devices
  are taken to mean drives.

  However, since storing the host in the pathname host component
  would lead to confusion between logical hosts and UNC hosts,
  this seems preferable right now, so that

   (make-pathname :host "foo" ...)

  remains unambiguous. DIRECTORY does not work yet with UNC pathnames
  since it insists on walking the path from root -- which Windows
  doesn't seem to allow for UNC paths, not even local ones.
NEWS
src/code/win32-pathname.lisp
version.lisp-expr