Date: Sun, 14 Apr 1996 09:52:59 +0200 (IST) From: Eli Zaretskii To: JJ Keijser , Marc Singer Cc: Christopher Heng , djgpp AT delorie DOT com Subject: Re: RCS5.7 DOS and binary files In-Reply-To: <199604121028.LAA16229@romeo.logica.co.uk> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 12 Apr 1996, JJ Keijser wrote: > from some patches, I believe). The UNIX version works beautifully and it uses > the same Diff utils (v2.7); The UNIX version passes > diff -an > to /usr/local/bin/diff. Unix doesn't distinguish between binary and text files. I think the relevant portions of Diff that deal with binary files don't get compiled at all on Unix. > Also, with the DJGPP diff I get > Binary files bin1 and bin2 differ > when I type > diff -n bin1 bin2 > while the Unix diff (exact same command line) gives me a long long list of > differences... That is expected, see above. I guess this means that RCS doesn't support binary files on MS-DOS yet. Marc?