home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / software / 5405 < prev    next >
Encoding:
Text File  |  1993-01-22  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.software-eng
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!usc!news.service.uci.edu!ucivax!ucla-cs!twinsun!eggert
  3. From: eggert@twinsun.com (Paul Eggert)
  4. Subject: Re: Delta (Difference) File Generation Algorithm
  5. Message-ID: <bkK7_Q5l@twinsun.com>
  6. Sender: usenet@twinsun.com
  7. Supersedes: <bkK!!7lJ@twinsun.com>
  8. Nntp-Posting-Host: twinsun
  9. Organization: Twin Sun Inc, El Segundo, CA, USA
  10. X-Newsreader: NN version 6.4.19
  11. References: <C119Gt.C6J@panix.com> <1993Jan18.084828.3578@cbfsb.cb.att.com> <899@ulogic.UUCP> <1jmsjnINNmv6@transfer.stratus.com>
  12. Date: Fri, 22 Jan 1993 04:01:28 GMT
  13. Lines: 20
  14.  
  15. bhahn@sw.stratus.com (Bill Hahn) writes:
  16.  
  17.     Danger!
  18.  
  19.     There is a diff3 which is part of GNU diff, and there is an older diff3
  20.     which can be found on UNIX systems; these programs, while having
  21.     similar intent, and the same name, take a different number of
  22.     command line arguments -- and can thus cause much confusion.
  23.  
  24. Wait a minute -- there's no danger unless you're mucking with
  25. undocumented internals.  Traditional diff3 has the synopsis
  26.  
  27.        diff3 [ options ] filename1 filename2 filename3
  28.  
  29. and Gnu diff3 is no different.
  30.  
  31. Granted, Gnu diff3 does differ from traditional diff3's undocumented
  32. auxiliary program /usr/*lib/*diff3*, but anybody who uses that
  33. undocumented program has to be prepared for portability problems,
  34. independently of whether the diff3 is traditional or Gnu.
  35.