home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / diff115.lzh / DIFF115 / README.AKP < prev    next >
Text File  |  1991-01-30  |  1KB  |  22 lines

  1. This is GNU DIFF 1.15 as modified by Allan Pratt (atari!apratt on Usenet,
  2. APRATT on GEnie) to run under TOS.  This derivative work is being released
  3. by me under the terms of the GNU public license, version 1, as per
  4. derivative works.  It is released in both source and binary form.  You need
  5. this version of diff for RCS5AKP1, my port of RCS version 5.
  6.  
  7. My modifications do the following:
  8.  
  9. 1.  Remove the -l flag, which causes the output to be piped through 'pr'
  10.     for pagination.  You can't do that under TOS.
  11.  
  12. 2.  Remove the use of the 'ino' field of the stat structure to see if two
  13.     files are really the same file.  This works under UNIX but not under TOS.
  14.     The result is that you can diff a file against itself. The result is the
  15.     same as the original sources ("no difference") but it'll take longer to 
  16.     figure that out.
  17.  
  18. If you want to recompile the code, these features are enabled by setting
  19. NO_PAGINATE and DONT_USE_STAT_INO to 1.  If you set them to zero, you get
  20. the original code exactly. There are slightly more details in the makefile
  21. for diff.
  22.