[project @ 2003-07-10 19:25:58 by sof]
authorsof <unknown>
Thu, 10 Jul 2003 19:25:59 +0000 (19:25 +0000)
committersof <unknown>
Thu, 10 Jul 2003 19:25:59 +0000 (19:25 +0000)
commit25955bc845f3680632b6230148f1a39d6a5c1e88
tree6a597a7cf357bbdb4c9582961ec5cb072665400f
parentae826792516f76f4a35d74c885653167f2045df9
[project @ 2003-07-10 19:25:58 by sof]
For System.Directory.renameFile on Win32 platforms, implement the Haskell98
semantics of replacing the target file if it already exists (i.e.,
file/directory renaming is now done by dirUtils.c:__hscore_renameFile().)

Document that System.Directory.renameDirectory will fail on Win32 boxes should
the target directory exist.

Merge to STABLE, I suppose.
System/Directory.hs
System/Posix/Internals.hs
cbits/dirUtils.c
include/dirUtils.h