Changed line terminator behavior for grep

2010-08-02 Thread Tischler, Ron
It appears that grep's line termination behavior has changed. Version 2.5.4-2 of grep ends lines with carriage return and linefeed. Version 2.6.3-1 of grep only puts a linefeed. I'm curious to know if this is a bug that will be fixed, or if this is the desired new behavior. I'm running both of t

RE: How Can I Use the FtpCommand Function with Cygwin?

2006-02-14 Thread Tischler, Ron
Behalf Of Christopher Faylor Sent: Tuesday, February 14, 2006 10:14 AM To: cygwin@cygwin.com Subject: Re: How Can I Use the FtpCommand Function with Cygwin? On Tue, Feb 14, 2006 at 06:07:11PM -, Dave Korn wrote: >On 14 February 2006 17:35, Tischler, Ron wrote: >>From: cygwin-owner

RE: How Can I Use the FtpCommand Function with Cygwin?

2006-02-14 Thread Tischler, Ron
o maybe it will show another way of doing it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian Dessent Sent: Monday, February 13, 2006 8:01 PM To: cygwin@cygwin.com Subject: Re: How Can I Use the FtpCommand Function with Cygwin? "Tischler, Ron&qu

How Can I Use the FtpCommand Function with Cygwin?

2006-02-13 Thread Tischler, Ron
I am trying to use Cygwin to write a PC application that calls the function named FtpCommand. Microsoft documentation that I found online says that there is a header named wininet.h and a library named wininet.lib to link in. On my PC, under the Cygwin stuff, I see wininet.h, but not wininet.lib.