/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *
 *
 *                %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\
 *                %% \___________________________________%% \
 *                %% |                                   %%  \
 *                %% |              DIRSORT              %%   \
 *                %% |          version.h  c2004         %%    \
 *                %% |            Lyle W. West           %%    |
 *                %% |                                   %%    |
 *                %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    |
 *                \                                        \   |
 *                 \                                        \  |
 *                  \                                        \ |
 *                   \________________________________________\|
 *
 *
 *
 *  Copyright (C) 2004 Lyle W. West, All Rights Reserved.
 *  Permission is granted to copy and use this program so long as [1] this
 *  copyright notice is preserved, and [2] no financial gain is involved
 *  in copying the program.  This program may not be sold as "shareware"
 *  or "public domain" software without the express, written permission
 *  of the author.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 *    V2.0-0 2022-10-18  SMS.  See changes-2.txt.
 *
 *    V1.2-4 20-Aug-2004 Fixed expression in CheckPrv() by adding parens
 *                       around a logical AND operation.
 *
 *    V1.2-3  1-Jul-2004 Modified DIRSORT.C to use standard DecC fihdef
 *                       header and updated references to the fib struct
 *                       to reflect this. 
 *
 *    V1.2-2 13-Jun-2004 Updated GetCmdLine() for the VMs V7.3-2 buffer
 *                       extensions which affected length of recall buf
 *                       expressed in 16 bits rather than 8 bits.
 *                       Requires relink after upgrade to 7.3-2 or higher
 *
 *    V1.2-1 23-May-2004 Added /DISPLAY qualifier to permit date-first or
 *                       filename-first output display. Added /DELTATIME
 *                       option for file date-time info. Significant work
 *                       performed on handling wildcards with SYS$PARSE.
 *
 *    V1.1-0 17-May-2004 Modified the method by which the recall externs
 *                       are declared for the commandline code. Now will
 *                       simply need a relink for VMS upgrade
 *
 *    V1.0-2 03-May-2004 Replaced /FORMAT qualifier with a logical name,
 *                       DIRSORT_FORMAT. This is much cleaner. Added some
 *                       code to permit wildcard and logicals so the
 *                       output and functionality are very close to the
 *                       DIRECTORY command with same parameter input.
 *
 *    V1.0-1 02-May-2004 Added /FORMAT, /SORT and /DATE qualifiers. Having
 *                       problems with the CLI and the format value due to
 *                       apparently format chars in string. 
 *
 *    V1.0-0 01-May-2004 lww - Original code generation. Inspired by Chris
 *                       Chiesa's DIRBYDATE, with different sort function
 *                       utilization and uses ACP-QIO to avoid any use of
 *                       RMS $OPEN calls 
 *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* change rev template
 * ---
 *    X
 *                       +
 *                       +
 *                       +
 *
 * ---
 */

