0.8.7.22:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 27 Jan 2004 10:34:54 +0000 (10:34 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 27 Jan 2004 10:34:54 +0000 (10:34 +0000)
commit696e38f7210c587ba0b54795f4795f58e62fed2d
treead4e3809e9e1c22260105c7708711c8e795b51dc
parent60e88923a7610fa2cf6d5917707c149578776da2
0.8.7.22:
RIP (physical) PATHNAME-VERSION significance
... remove all internal discrimination based on the version
field if the pathname involved has the Unix host.
... parsing of a physical pathname namestring (i.e. again either
explicitly or implicitly on the Unix host) never produces
a version from the namestring.
... make :if-exists :new-version behave like :if-exists :error,
because despite weasel-words in CLHS someone might
legitimately expect :if-exists :new-version not to
clobber the old version.
... (this latter needs to be revisited, when OPEN is made aware
of logical pathnames and the wacky logic they impose; we
can support :new-version with LPNs, but only if OPEN is
clever).
... make pathnames more likely to be read/print consistent, by
throwing errors in more cases (we now pass PFD's test for
that, not that it's that stringent).
... throw errors on use of (:absolute :up) and friends in CL
operators, but...
... don't throw error on creation, and in fact test in sb-posix
that we can use #p"/../" for what it means.
NEWS
contrib/sb-executable/sb-executable.lisp
contrib/sb-posix/macros.lisp
contrib/sb-posix/posix-tests.lisp
contrib/sb-simple-streams/internal.lisp
src/code/fd-stream.lisp
src/code/filesys.lisp
src/code/target-pathname.lisp
tests/pathnames.impure.lisp
version.lisp-expr