Files
git/compat
Johannes Sixt ab793ce235 Work around misbehaved rename() on Windows.
Windows's rename() is based on the MoveFile() API, which fails if the
destination exists. Here we work around the problem by using MoveFileEx().
Furthermore, the posixly correct error is returned if the destination is
a directory.

The implementation is still slightly incomplete, however, because of the
missing error code translation: We assume that the failure is due to
permissions.
2007-08-08 23:38:31 +02:00
..
2007-01-19 16:24:48 +01:00
2007-01-19 16:24:48 +01:00
2006-12-20 13:45:55 -08:00
2007-06-07 00:04:01 -07:00
2007-03-01 22:09:05 +01:00
2007-03-01 22:09:05 +01:00