1.0.30.49: delete-file behaviour reversal
authorChristophe Rhodes <csr21@cantab.net>
Sun, 23 Aug 2009 09:09:52 +0000 (09:09 +0000)
committerChristophe Rhodes <csr21@cantab.net>
Sun, 23 Aug 2009 09:09:52 +0000 (09:09 +0000)
commit0c44a68572089d61cf6c7dd07a2ac724b35a112e
tree911f068ced9c0fcbd3e55cc1aaa16245a62452a9
parenta9200066a941d66607609ba5499471b02b6b750d
1.0.30.49: delete-file behaviour reversal

In the 1.0.29.x series, DELETE-FILE started deleting the truename of the
given pathname designator (rather than the pathname itself), meaning
that symlinks could no longer be deleted.  Revert back to the historical
behaviour.  (Noted on sbcl-devel by Luis Oliveira 2009-08-18.)

Although the behaviour hasn't changed recently, there's a similar issue
in RENAME-FILE, but that operator has such bizarre behaviour anyway it
might be worth just letting sleeping pathname functions lie.
NEWS
src/code/filesys.lisp
version.lisp-expr