home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / turbopas / xlist62.lbr / XLIST62.DZC / XLIST62.DOC
Text File  |  1987-08-01  |  2KB  |  57 lines

  1.  
  2. XLIST62.PAS  Version 5.0 Revised by: Ron Rock (2/5/87)
  3.              Version 5.1 Revised by: Ellis B. Levin of Chicago, IL (6/87)
  4.              Version 6.0 Revised by: Ellis B. Levin of Chicago, IL (6/87)
  5.              Version 6.2 Revised by: Ellis B. Levin of Chicago, IL (8/87)
  6.  
  7. Version 5.0  Eliminated: printer controls; excessive whitespace.
  8. Added: LISTER type "include file" processing;
  9.        Choice of screen, printer or disk file output
  10.        of Block, Cross Index, or Both.
  11.  
  12. Version 5.1  Reestablished ability to designate options from command
  13.        line found in earlier versions.
  14.  
  15. Version 6.0  Adds ability to producee a listing for
  16. DbaseII as well as Turbo Pascal programs. DbaseII capability
  17. adopted from DBLIST versions 1.0 and 1.1.
  18.  
  19. Version 6.2  Correct numerous bugs in Version 6.0.  Adds include
  20. Ability for DbaseII files.
  21.  
  22. FILES: IN XLIST62.LBR
  23.  
  24. XLIST62.COM
  25. XLIST62.DOC
  26. XLIST62.INC
  27. XLIST62.PAS
  28. X62-INST.COM
  29. X62-INST.DTA
  30. X62-INST.MSG
  31.  
  32. To install XLIST62.COM for your terminal use X62-INST.COM
  33.  
  34. (******************************************************)
  35.  
  36. XLIST2: (see XLIST2.PAS for original revised version)
  37.  
  38. "{This program produces a cross-reference listing for a
  39. Dbase II or Pascal program. Occurences only are listed.
  40. No distinction is between definitions and references.
  41. It will also give a representation of the block structure
  42. of the program.
  43.  
  44. Note: This program, originally written by N. Wirth,
  45. uses the 'quadratic quotient' hash method. It was
  46. adapted for UCSD Pascal (1.4 - the public domain version)
  47. by Shawn Fanning (in 1978) and subsequently adapted for
  48. Pascal/MT+ by Mike Lehman (in 1981). This version was then
  49. modified be Warren A. Smith to try to get back to iso stan-
  50. dard pascal and to add the additional feature of mapping
  51. out the compound statements. It was adapted for Turbo Pascal
  52. by Ron Finger in July 1984. This is a public domain program.
  53.  
  54. Further modified by William Mabee, CRNA clear screen, oki92
  55. printer controls, formated prompte, revision of several
  56. functions.}"
  57.