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 / ZCPR33 / S-Z / SH20.LBR / SH.HZS / SH.HIS
Text File  |  2000-06-30  |  2KB  |  63 lines

  1.  
  2. File: SH.HIS                      History of SH.COM
  3.  
  4.  
  5. Authors: Richard Conn, Dreas Nielsen
  6. Current version: 2.0
  7.  
  8.  
  9. ----------------
  10.  
  11. Version: 1.0
  12. Date: 3/4/84
  13.  
  14. Original release by Richard Conn.
  15.  
  16.  
  17. ----------------
  18.  
  19. Version: 1.1
  20. Date: 3/6/87
  21.  
  22. Modifications:
  23. 1) Fixed failure to resolve a variable reference at beginning of line.
  24. 2) Looks in directory named "ROOT" for shell variable file, and at root of
  25.    memory-based path if no such named directory exists.
  26. 3) Doesn't automatically install SH.VAR if another variable file is defined.
  27. 4) Stays resident if no following commands on MCL.
  28. 5) Allows quote and apostrophe characters to delimit a shell variable name.
  29. 6) Includes a scrolling line editor responding to cursor keys, and with
  30.    recall of the previous command.
  31.  
  32. Modified by:
  33.    Dreas Nielsen
  34.    16713 SE 12th St.
  35.    Bellevue, WA   98008
  36.  
  37. ----------------
  38.  
  39. Version: 2.0
  40. Date: 5/1/87
  41.  
  42. Modifications:
  43. 1) Fixed a couple of defects introduced in v. 1.1.
  44. 2) Removed the internal commands "shcmt", "shecho", and "shexit".
  45.    Exiting is now accomplished by striking ^X at the beginning of an empty
  46.    line.
  47. 3) Added several new commands to the line editor.
  48. 4) Added a 20-line history, using up- and down-arrow keys (as defined in 
  49.    the TCAP) to move backward and forward.  The history list is kept in
  50.    the file SH.HST in the "ROOT" directory or at the bottom of the 
  51.    path if the "ROOT" directory doesn't exist.
  52. 5) Added a field for an alternative load address, for use under ZCPR3.3.
  53. 6) Added brief help invoked by "SH //".
  54. 7) Compacted and speeded up code throughout.
  55.  
  56. Modified by:
  57.    Dreas Nielsen
  58.    16713 SE 12th St.
  59.    Bellevue, WA   98008
  60.    (206) 746-2782
  61.  
  62. ----------------
  63.