Re: Bug - GAWK prints wrong CR when called outside from cygwin

2002-04-15 Thread Markus Brandt
Hello, on Fri, 12 Apr 2002 14:03:29 +0200 Corinna Vinschen wrote: > On Fri, Apr 12, 2002 at 01:53:53PM +0200, Markus Brandt wrote: >> Hello, >> >> when gawk is called outside the cygwin runtime, i.e. called from a command >> prompt under Windows, and it's input is redirected to a pipe with an ou

Re: Bug - GAWK prints wrong CR when called outside from cygwin

2002-04-12 Thread Corinna Vinschen
On Fri, Apr 12, 2002 at 01:53:53PM +0200, Markus Brandt wrote: > Hello, > > when gawk is called outside the cygwin runtime, i.e. called from a command > prompt under Windows, and it's input is redirected to a pipe with an output of > a non-cygwin command, e.g. the Windows DIR, it does not recogni

Bug - GAWK prints wrong CR when called outside from cygwin

2002-04-12 Thread Markus Brandt
Hello, when gawk is called outside the cygwin runtime, i.e. called from a command prompt under Windows, and it's input is redirected to a pipe with an output of a non-cygwin command, e.g. the Windows DIR, it does not recognize this. As a result input conversion from "\r\n" to "\n" isn't performed