Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!ucsd!sdd.hp.com!elroy.jpl.nasa.gov!ucla-cs!twinsun!eggert From: eggert@twinsun.com (Paul Eggert) Newsgroups: comp.sys.mips Subject: Re: diff 8-bit behaviour Message-ID: <1990Sep7.020847.1687@twinsun.com> Date: 7 Sep 90 02:08:47 GMT References: <1990Aug29.234042.6557@sobeco.com> <41203@mips.mips.COM> <1990Sep6.220013.25777@sobeco.com> Sender: news@twinsun.com Organization: Twin Sun, Inc Lines: 12 Nntp-Posting-Host: ata lamy@sobeco.com (j.lamy) writes: >In <41203@mips.mips.COM> rogerk@mips.COM (Roger B.A. Klorese) writes: >> [...] On extended-character-set files, use /bin/diff, >>not /bsd43/bin/diff. >Not quite. /bin/diff lacks context diffs, which I'd deem essential (esp. for >generating patches, rcsdiff et al. in a Latin1-ish environment). GNU DIFF 1.14 has context diffs, and compares 8-bit files if you use its -a option. Also, it's faster than the BSD and SYSV diffs.