0.9.18.9: Pathname Love on Win32
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 26 Oct 2006 16:07:52 +0000 (16:07 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 26 Oct 2006 16:07:52 +0000 (16:07 +0000)
commitfb8e5ded0b56f50de2024efbcc9ce68b401415f5
tree7bbcead7841007bce5bb48b28fe12e6f0a8855d5
parentdafb0472097d387a668b0f84bef3abc3a84e0b1d
0.9.18.9: Pathname Love on Win32
 * Namestring simplification (was UNIX-SIMPLIFY-PATHNAME) is now
   function of the host. Shamelessly cargo-culted Win32 version from
   the Unix version.
 * Kludged %ENUMERATE-DIRECTORIES to work with :WILD-INFERIORS on
   Win32.
 * Fix UNPARSE-NATIVE-WIN32-NAMESTRING to handle #P"X:\\FOO" case
   correctly. ("X:\\FOO", not "X:\\\\FOO")
 * Missing NEWS entry for 0.9.18.8.
 * Correct order of arguments to MERGE-PATHNAMES in SYSINIT-PATHNAME.
 * Couple of WITH-TEST additions to test-suite.
12 files changed:
NEWS
package-data-list.lisp-expr
src/code/filesys.lisp
src/code/pathname.lisp
src/code/target-pathname.lisp
src/code/toplevel.lisp
src/code/unix-pathname.lisp
src/code/unix.lisp
src/code/win32-pathname.lisp
tests/filesys.pure.lisp
tests/interface.pure.lisp
version.lisp-expr