Re: 1.3.15-1: Patch 2.5 converts DOS newlines to Unix newlines

2002-11-08 Thread Christopher Faylor
On Fri, Nov 08, 2002 at 09:39:38AM -0500, Steve Chapel wrote: >I've run into a problem with patch converting DOS newlines into Unix >newlines. Which is by design, AFAIK. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Docu

Re: 1.3.15-1: Patch 2.5 converts DOS newlines to Unix newlines

2002-11-08 Thread Corinna Vinschen
On Fri, Nov 08, 2002 at 09:39:38AM -0500, Steve Chapel wrote: >diff -u orig new > diff >patch -R < diff > Now the files orig and new should be identical, but diff shows that > every line in the files is different. The difference is that the file > new now has Unix style newlines instead of

1.3.15-1: Patch 2.5 converts DOS newlines to Unix newlines

2002-11-08 Thread Steve Chapel
I've run into a problem with patch converting DOS newlines into Unix newlines. To reproduce the problem: Use setup.exe to set the Default Text File Type to Unix. Save the attached files orig and new into a directory. Type the following commands: diff -u orig new > diff patch -R < diff Now t