Re: CRLF to LF Issue

2003-07-08 Thread Dean Scarff
On July 3 at 2003 0:49, "Hannu E K Nevalainen (garbage mail)" wrote: > > FYI... :-} > > I've been in this situation since 1985 or so... (Amiga user since > then.AmigaOS uses LF EOL. Also been using MS "OS'es" since before > '85). > "My way" has been: > 1) Keep each OS clean of files not havi

RE: CRLF to LF Issue

2003-07-02 Thread Hannu E K Nevalainen (garbage mail)
can act exactly as a dos2unix utility, given the standard ARexx IPC and scriptability. --END OF MESSAGE-- > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Richard Bland > Sent: Monday, June 30, 2003 5:18 PM > To: [EMAIL PROTECTED

RE: CRLF to LF Issue

2003-06-30 Thread Richard Bland
EMAIL PROTECTED] Subject: Re: CRLF to LF Issue On Thu, Jun 26, 2003 at 11:54:30AM +0100, Richard Bland wrote: > fashion. If I use 'patch' to apply a patch file to this source code, > the CRLF pair become a single LF for every line in the file. Cygwin patch always creates output

Re: CRLF to LF Issue

2003-06-30 Thread Corinna Vinschen
On Thu, Jun 26, 2003 at 11:54:30AM +0100, Richard Bland wrote: > fashion. If I use 'patch' to apply a patch file to this source code, the > CRLF pair become a single LF for every line in the file. Cygwin patch always creates output files in binary (LF EOL). This solves more problems (discussed ea

RE: CRLF to LF Issue

2003-06-27 Thread Richard Bland
ssage- From: Richard Bland [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 17:17 To: [EMAIL PROTECTED] Subject: RE: CRLF to LF Issue All, Sorry, no joy - same outcome Here's my mount : [EMAIL PROTECTED] / $ mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (

RE: CRLF to LF Issue

2003-06-26 Thread John Vincent
If you just want a quick fix, try using the dos2unix and unix2dos utilities _ On the move? Get Hotmail on your mobile phone http://www.msn.co.uk/msnmobile -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem repo

RE: CRLF to LF Issue

2003-06-26 Thread Richard Bland
the target source code files were all under /mnt/foo (a:). I used 'mount -t a:/ /mnt/foo' for the mount. Thanks Rich -Original Message- From: Igor Pechtchanski [mailto:[EMAIL PROTECTED] Sent: 26 June 2003 16:19 To: Richard Bland Cc: [EMAIL PROTECTED] Subject: Re: CRLF to LF Is

Re: CRLF to LF Issue

2003-06-26 Thread Igor Pechtchanski
On Thu, 26 Jun 2003, Richard Bland wrote: > Hi All, > > I'm trying to use the 'patch' utility to modify some source code files > created in MS-Windows Notepad. The source code is designed to ONLY be used > in MS-Windows, so I'm not interested in porting between Unix/MS-Windows. The > source code f