home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / misc / filecomp.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.9 KB  |  78 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : generic package File_Compare_Utilities
  4. -- Version      : 2.0 (SUEP207)
  5. -- Author       : Geoffrey O. Mendal
  6. --              : Stanford University
  7. --              : Computer Systems Laboratory
  8. --              : Stanford, CA  94305
  9. --              : (415) 723-1414 or 723-1175
  10. -- DDN Address  : Mendal@Sierra.Stanford.Arpa
  11. -- Copyright    : (c) 1985, 1986, 1987 Geoffrey O. Mendal
  12. -- Date created : Sat 28 Dec 85
  13. -- Release date : Sun 29 Dec 85
  14. -- Last update  : MENDAL Sun 20 Sep 87
  15. -- Machine/System Compiled/Run on : DG MV10000, ROLM ADE
  16. --                                  VAX 11/780, DEC ACS
  17. --                                  RATIONAL R1000
  18. --                                  Sequent DYNIX, VADS
  19. --                                  Sun/3 UNIX, VADS
  20. -- Dependent Units : package TEXT_IO
  21. --                   package CALENDAR
  22. --                   package TOD_Utilities
  23. --                                                           -*
  24. ---------------------------------------------------------------
  25. --                                                           -*
  26. -- Keywords     :  COMPARE
  27. ----------------:  FILE COMPARE
  28. --
  29. -- Abstract     :  This generic package contains routines to
  30. ----------------:  compare two ASCII files.  It produces as
  31. ----------------:  output a side-by-side listing of both files,
  32. ----------------:  showing their differences in a very readable
  33. ----------------:  format, and also produces an update deck which
  34. ----------------:  can be used to provide a mapping between the
  35. ----------------:  two files.  This update deck is meant to be
  36. ----------------:  input for a revision control package, called
  37. ----------------:  Context_Directed_Update_Utilities.
  38. --                                                           -*
  39. ------------------ Revision history ---------------------------
  40. --                                                           -*
  41. -- DATE         VERSION              AUTHOR     HISTORY
  42. -- 12/29/85     1.0 (SAEC285)     Mendal     Initial Release
  43. -- 01/24/86     1.1 (FRAN246)     Mendal     Bug fixes, enhancements
  44. -- 04/19/86     1.2 (SAPR196)     Mendal     Enhancements
  45. -- 09/20/87     2.0 (SUEP207)     Mendal     Major interface enhancements
  46. --                                                           -*
  47. ------------------ Distribution and Copyright -----------------
  48. --                                                           -*
  49. -- This prologue must be included in all copies of this software.
  50. --
  51. -- This software is copyright by the author.
  52. --
  53. -- This software is released to the Ada community.
  54. -- This software is released to the Public Domain (note:
  55. --   software released to the Public Domain is not subject
  56. --   to copyright protection).
  57. -- Restrictions on use or distribution:  NONE
  58. --                                                           -*
  59. ------------------ Disclaimer ---------------------------------
  60. --                                                           -*
  61. -- This software and its documentation are provided "AS IS" and
  62. -- without any expressed or implied warranties whatsoever.
  63. -- No warranties as to performance, merchantability, or fitness
  64. -- for a particular purpose exist.
  65. --
  66. -- Because of the diversity of conditions and hardware under
  67. -- which this software may be used, no warranty of fitness for
  68. -- a particular purpose is offered.  The user is advised to
  69. -- test the software thoroughly before relying on it.  The user
  70. -- must assume the entire risk and liability of using this
  71. -- software.
  72. --
  73. -- In no event shall any person or organization of people be
  74. -- held responsible for any direct, indirect, consequential
  75. -- or inconsequential damages or lost profits.
  76. --                                                           -*
  77. -------------------END-PROLOGUE--------------------------------
  78.