Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 05:34:52PM +0200, Arnaud Mouiche wrote: >At 17:02 01/09/2004, Christopher Faylor wrote: >>On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >>>well. c: is binary >>> >>>here a bug. >>>cygpath -M c:/foo returns >>> > cygpath: file 'c:/foo' - No error >>> >>>

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Arnaud Mouiche
At 17:02 01/09/2004, Christopher Faylor wrote: On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >well. c: is binary > >here a bug. >cygpath -M c:/foo returns > >>> cygpath: file 'c:/foo' - No error > >looking at CVS code and strace, flags are set to zero instead of 0xa; the >file is

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 04:40:43PM +0200, Arnaud Mouiche wrote: >well. c: is binary > >here a bug. >cygpath -M c:/foo returns > >>> cygpath: file 'c:/foo' - No error > >looking at CVS code and strace, flags are set to zero instead of 0xa; the >file is nor binary nor text "0xa"? Why would the cod

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Arnaud Mouiche
well. c: is binary here a bug. cygpath -M c:/foo returns >> cygpath: file 'c:/foo' - No error looking at CVS code and strace, flags are set to zero instead of 0xa; the file is nor binary nor text Correct. There's really no need for more discussion about this. This behavior has been in place

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default (documentation alert)

2004-09-01 Thread Christopher Faylor
On Wed, Sep 01, 2004 at 11:53:11AM +0200, Corinna Vinschen wrote: >On Sep 1 11:01, Arnaud Mouiche wrote: >> Cygwin User's >> Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says >> [...] >> b) If the file appears to reside on a file system that is not mounted (as >> can happen w

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Corinna Vinschen
On Sep 1 11:01, Arnaud Mouiche wrote: > Cygwin User's > Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says > [...] > b) If the file appears to reside on a file system that is not mounted (as > can happen when the path contains a drive letter), the default is text. > > In unde

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Arnaud Mouiche
Cygwin User's Guide http://www.cygwin.com/cygwin-ug-net/using-textbinary.html says "The Cygwin system gives us some flexibility in deciding how files are to be opened when the mode is not specified explicitly. The rules are evolving, this section gives the design goals. a) If the file appears

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-09-01 Thread Arnaud Mouiche
At 19:55 31/08/2004, Larry Hall wrote: At 01:38 PM 8/31/2004, you wrote: >Hi. > >just make a fresh update (from a long time). I mount my system in textmode by default. >yet, > >c:/file seems to be accessed in binary mode >/cygdrive/c/file is accessed in text mode > >Is it the new default behaviour

Re: c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-08-31 Thread Larry Hall
At 01:38 PM 8/31/2004, you wrote: >Hi. > >just make a fresh update (from a long time). I mount my system in textmode by default. >yet, > >c:/file seems to be accessed in binary mode >/cygdrive/c/file is accessed in text mode > >Is it the new default behaviour ? Is there a configuration that I misse

c:/ seems to be accessed in binary even if cygwin is configured as textmode by default

2004-08-31 Thread Arnaud Mouiche
Hi. just make a fresh update (from a long time). I mount my system in textmode by default. yet, c:/file seems to be accessed in binary mode /cygdrive/c/file is accessed in text mode Is it the new default behaviour ? Is there a configuration that I missed ? thanks Arnaud here a simple proof $