home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / filutl / beyondc.arc / BC.DOC next >
Text File  |  1987-08-15  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      BeyondCompare File Comparator   Version 2.00            15-Aug-87
  5.      Copyright (C) Stepping Stone Software 1987.  All rights reserved.
  6.      
  7.      Requirements:  PC-DOS / MS-DOS 2.0 or later, 192K RAM available.
  8.      
  9.      
  10.      INTRODUCTION
  11.      
  12.      BeyondCompare is a line-by-line file comparator.  It compares two text
  13.      files and then shows you the differences.  BeyondCompare is particularly
  14.      useful for comparing two source code files or two textual documents.
  15.      BeyondCompare accepts the names of two files as input.  Typically, the two
  16.      files are actually different versions of the same file - an old version and
  17.      a new version.
  18.      
  19.      In comparing two files, BeyondCompare repeatedly looks for consecutive
  20.      lines of text that are identical in both files (matching sections), and
  21.      then reports the lines between the matching sections as differences.  The
  22.      differences are expressed as the changes, insertions, and deletions that
  23.      can be applied to the old version to make it identical to the new version.
  24.      BeyondCompare was designed to produce an excellent report of the
  25.      differences while keeping the execution time to a minimum.
  26.      
  27.      The "recursive longest matching sequence" algorithm, which was pioneered by
  28.      BeyondCompare, is described in the September, 1987 issue of Dr. Dobb's
  29.      Journal.
  30.      
  31.      
  32.      SHAREWARE
  33.      
  34.      BeyondCompare is NOT a public domain program, it is a ShareWare product.
  35.      If you choose to use BeyondCompare, please send $30 to:
  36.         
  37.         Stepping Stone Software
  38.         P.O. Box 2887
  39.         Ann Arbor, MI   48106
  40.         
  41.      Once this fee is received by Stepping Stone Software:
  42.         1) You will receive a BeyondCompare manual.
  43.         2) You will be registered as a licensee of BeyondCompare.
  44.         3) You may submit enhancement requests and problem reports to Stepping
  45.            Stone Software.
  46.         4) You will be notified of product enhancements and upgrades.
  47.      
  48.      BeyondCompare is a ShareWare product, and may be distributed from person to
  49.      person, subject to the following restrictions.
  50.        1) The software must be supplied in its original and unmodified form,
  51.           including this documentation file.
  52.        2) No fee may be charged.
  53.      
  54.      Feel free to give a copy of BeyondCompare to friends and colleagues to try.
  55.      Please remind them that, if they choose to use BeyondCompare, they must
  56.      send a $30 fee to Stepping Stone Software.
  57.      
  58.      
  59.      Thank you for supporting ShareWare!
  60.      
  61.      Sincerely,
  62.      Tom Steppe
  63.  
  64.  
  65.  
  66.  
  67.