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 / A-R / ADIR26.LBR / ADIR26.UZD / ADIR26.UPD
Text File  |  2000-06-30  |  3KB  |  56 lines

  1. ADIR - ALIAS.CMD Directory     Update History
  2.  
  3. V1.0   Jan 15/88 Original program written in Modula II
  4.  
  5.  1.1 - 1.4       Various Revisions.
  6.  
  7.  1.5   Jan 08/89 
  8.        Final Modula Version. Introduced Sort.
  9.  
  10.  2.0   Jan 15/89 
  11.        Initial Z80 Machine Coded version using Syslib.
  12.  
  13.  2.1   Jan 22/89 
  14.        Test for TAB as well as Space for delimiter character.
  15.        Allow DIR: specification as well as DU: 
  16.  
  17. 2.2    Accept filename from command line if wheel set
  18.        Special treatment for characters such as   : _ >. See
  19.        the current documentation. 
  20.        Check for protected directories.
  21.        Patch table for customization. See Doc.
  22.        Optional printer output and display of hidden Aliases if Wheel on
  23.        Optional non paged output
  24.  
  25.  2.3   Removed code which prevented any alias beginning with a punctuation
  26.        character being displayed in the non-hidden format. This code also
  27.        had the side effect of hiding aliases beginning whih numeric char-
  28.        acters. The present version recognizes any character with the ex-
  29.        ception of ":" and "_" in the first character position.
  30.  
  31.        Fixed the bug which caused ADIR to hang up if the ALIAS.CMD file
  32.        happened to end with a blank line; CR or LF as the last character
  33.        in the file.     
  34.  
  35.  2.4   This version represents no major modifications. Recursion was a 
  36.        problem in 2.3 if any of the options were used in previous runs.
  37.        All flags are now reset each time the program is re-entered.
  38.  
  39.  2.5   Added "truncation" of alias names which are longer than ALENTH.
  40.        Long aliases are presented terminated with a semi-colon. The
  41.        truncation character is patchable at the label TRNCHR.
  42.        Added test for commented lines (beginning in ";").
  43.        Added /Ln switch for length specification from the command line.
  44.  
  45.  2.6   Terminal data is now taken from the TCAP if available. If no
  46.        TCAP is installed, the values at TLINE and PLINE are used.
  47.        In addition to "lower case" hidden aliases, any alias present
  48.        after the comment line ";PRIVATE" is treated as hidden.
  49.        Alias count may be directed to one of the ZCPR registers (1-9)
  50.        Accepts search mask from command line.
  51.        Optional default DU to find ALIAS.CMD if non-wheel.  
  52.        Accepts filename from command line regardless of wheel state.
  53.        - Internal Environment no longer supported.
  54.  
  55. --     Thanks to Jay Sage and Howard Goldstein for their input.
  56.