home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / utilit~1 / diff21.zoo / diff21 / readme.st < prev    next >
Encoding:
Text File  |  1993-02-07  |  1.6 KB  |  33 lines

  1. Hi all,
  2.  
  3. this archive contains ports of GNU diff, diff3, sdiff and cmp version 2.1.
  4. These programs were compiled using gcc 2.3.3 and the mintlibs pl 26,
  5. using the -mbaserel flag to make them sharable under MiNT.
  6.  
  7. The sdiff and diff3 programs need to call `diff'. So, diff needs to be
  8. in your search path and may have extensions ".tos", ".ttp" and ".prg"
  9. (or no extension at all). If your diff program has a different name
  10. (such as `blip'), if it is not in your search path, or if it has a
  11. different extension, set the environment variable DIFF to the full search
  12. path needed. If you don't do this, the diff3 and sdiff programs won't work.
  13.  
  14. These programs are sensitive to the format of the files, i.e. diff
  15. will see a difference between files if one has CR line separators and
  16. the other has CR+LF line separators. Since these programs do all
  17. their input in binary format, this would be hard to fix. If it turns
  18. out to be a problem for you, use the `-w' option to diff, which makes
  19. it ignore all whitespace differences.
  20.  
  21. The companion program to diff, sdiff and diff3 is `patch'. In fact, there is
  22. a common manual for all these programs included in this archive (diff.tex).
  23. The version of `patch' that was distributed at the same time as this package
  24. (February 1993) is not sensitive to CR / CR+LF differences, unlike the
  25. version I messed up and that was released in January 1993.
  26.  
  27. The sources for these programs are available at prep.ai.mit.edu. 
  28.  
  29. That's it!
  30. Comments, bug-reports, problems, fan mail or whatever to:
  31.   Hildo Biersma
  32.   boender@dutiws.twi.tudelft.nl
  33.