home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / TURBOPAS / CROSSREF.ARK / !TUGCERT.NOT next >
Text File  |  1987-04-18  |  2KB  |  57 lines

  1.  
  2. ==========================================================================
  3.  
  4.                   TUG PUBLIC DOMAIN SOFTWARE CERTIFICATION
  5.  
  6. The Turbo User Group (TUG) is recognized by Borland International as the
  7. official support organization for Turbo languages.  This file has been
  8. compiled and verified by the TUG library staff.  We are reasonably certain
  9. that the information contained in this file is public domain material, but
  10. it is also subject to any restrictions applied by its author.
  11.  
  12. This diskette contains PROGRAMS and/or DATA determined to be in the PUBLIC
  13. DOMAIN, provided as a service of TUG for the use of its members.  The
  14. Turbo User Group will not be liable for any damages, including any lost
  15. profits, lost savings or other incidental or consequential damages arising
  16. out of the use of or inability to use the contents, even if TUG has been
  17. advised of the possibility of such damages, or for any claim by any
  18. other party.
  19.  
  20. To the best of our knowledge, the routines in this file compile and function
  21. properly in accordance with the information described below.
  22.  
  23. If you discover an error in this file, we would appreciate it if you would
  24. report it to us.  To report bugs, or to request information on membership
  25. in TUG, please contact us at:
  26.  
  27.              Turbo User Group
  28.              PO Box 1510
  29.              Poulsbo, Washington USA  98370
  30.  
  31. --------------------------------------------------------------------------
  32.                        F i l e    I n f o r m a t i o n
  33.  
  34. * DESCRIPTION
  35. This program will produce a cross - reference table of identifiers from
  36. a Pascal program.  Each identifier will have a list of line numbers
  37. indicating its location throughout the program.
  38. Author: Milton Hom.  Version: 4
  39. Requires: Turbo Pascal 2.0 or greater.  1987 TUG O'Wards II entry.
  40.  
  41. * ASSOCIATED FILES
  42. CR-M01.INC   - Include files.
  43. CR-M02.INC
  44. CR-M03.INC
  45. CR-M04.INC
  46. CROSSREF.PAS - Source code for main program.
  47. CROSSREF.INF - Program information.
  48. CROSSREF.XRF - Sample cross reference output file of the program. 
  49.  
  50. * CHECKED BY
  51. DRM - 04/08/87
  52.  
  53. * KEYWORDS
  54.  
  55.  
  56. ==========================================================================
  57.