Re: Possible bug in text/binary mode handling in cygwin1.dll version 1.5

2003-10-13 Thread Vladimir Vysotsky
Rolf Campbell wrote: C: is not mounted in text mode. /c is mounted in text mode. C: isn't mounted at all. I see your point. However, prior to 1.5 the mount table worked (i.e., determined the file mode) even if the path started with "C:", as far as I understand. If you set CYGWIN=textmode then that

Re: Possible bug in text/binary mode handling in cygwin1.dll version 1.5

2003-10-13 Thread Rolf Campbell
Vladimir Vysotsky wrote: Hi, I'm using the following sequence of actions to reproduce this problem: C:\test>bash bash-2.05b$ echo "Test" >/c/test/test1.txt bash-2.05b$ echo "Test" >c:/test/test2.txt bash-2.05b$ ls -l total 2 -rw-r--r--1 vvysotsk mkpasswd6 Oct 10 19:49

Possible bug in text/binary mode handling in cygwin1.dll version 1.5

2003-10-10 Thread Vladimir Vysotsky
Hi, I'm using the following sequence of actions to reproduce this problem: C:\test>bash bash-2.05b$ echo "Test" >/c/test/test1.txt bash-2.05b$ echo "Test" >c:/test/test2.txt bash-2.05b$ ls -l total 2 -rw-r--r--1 vvysotsk mkpasswd6 Oct 10 19:49 test1.txt -rw-r--r--