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 / DATABASE / DBLIST11.LBR / DBLIST11.DZC / DBLIST11.DOC
Text File  |  2000-06-30  |  2KB  |  54 lines

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