Re: [BUG] rename("symlink", "regular_file") has weird results

2006-03-09 Thread Corinna Vinschen
On Mar 8 22:36, Max Bowsher wrote: > Suppose "foo.tmp" is a symlink, and "foo" is a regular file. > > Calling rename("foo.tmp", "foo") results in the very bizarre situation > where, as far as Cygwin is concerned, there are TWO files called "foo" > within the same directory. Should be fixed now i

[BUG] rename("symlink", "regular_file") has weird results

2006-03-08 Thread Max Bowsher
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Suppose "foo.tmp" is a symlink, and "foo" is a regular file. Calling rename("foo.tmp", "foo") results in the very bizarre situation where, as far as Cygwin is concerned, there are TWO files called "foo" within the same directory. Below is a small C p