home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mm / mm-ccmd-0.91-20031009.tar.gz / mm-ccmd-0.91-20031009.tar / work / ccmd / cmver.h < prev    next >
Text File  |  2002-02-19  |  8KB  |  233 lines

  1. /* 
  2.  * This file is automatically generated.  
  3.  *
  4.  * KLH: But only if you are at Columbia with the RCS copy.  This file
  5.  * has been manually munged just so nobody mistakes it for the same thing
  6.  * as Columbia's last distributed CCMD.
  7.  */
  8.  
  9. /*
  10.  Copyright (c) 1986, 1990 by The Trustees of Columbia University in
  11.  the City of New York.  Permission is granted to any individual or
  12.  institution to use, copy, or redistribute this software so long as it
  13.  is not sold for profit, provided this copyright notice is retained.
  14.  
  15.  Author: Howie Kaye
  16. */
  17.  
  18.  
  19. #define MAJORVERSION 2
  20. #define MINORVERSION 5
  21. #define VERSIONDATE "Tue Feb 19 01:23:45 2002"
  22.  
  23. /*
  24.  * $Log:    cmver.h,v $
  25.  * Revision 1.52  90/11/13  17:18:45  melissa
  26.  * make it version 2.0 for new release
  27.  * needs a new copyright too
  28.  * 
  29.  * Revision 1.51  88/06/17  01:26:03  howie
  30.  * local front ends around system include files.
  31.  * make sure things only get included once
  32.  * 
  33.  * Revision 1.50  88/06/14  19:58:33  chris
  34.  * Fix parsing of ~ or ~user or pathnames with trailing '/''s in
  35.  * directory name parses.
  36.  * 
  37.  * Revision 1.49  88/06/12  13:06:34  chris
  38.  * minor cleanup
  39.  * 
  40.  * Revision 1.48  88/04/29  23:00:05  howie
  41.  * fix some problems in cmd line history.
  42.  * 
  43.  * Revision 1.47  88/04/29  22:12:49  howie
  44.  * Add command line history on ^P and ^N
  45.  * 
  46.  * Revision 1.46  88/04/18  14:45:34  howie
  47.  * make fdbchn use varargs!!!
  48.  * 
  49.  * Revision 1.45  88/04/05  12:43:57  howie
  50.  * add 1987 USA dst rules
  51.  * 
  52.  * Revision 1.44  88/03/25  18:36:05  howie
  53.  * make sure it runs on msdos
  54.  * 
  55.  * Revision 1.43  88/03/23  22:02:29  howie
  56.  * add cmwrp field to cmcsb.  Used for line wrapping.
  57.  * 
  58.  * Revision 1.42  88/03/22  18:44:56  howie
  59.  * add functionality to paragraph parser.   execute commands, and insert
  60.  * the output into the buffer, filter the buffer, and autowrap mode.
  61.  * 
  62.  * Revision 1.41  88/03/21  18:20:21  howie
  63.  * fix bug in cmpara's csb restoral
  64.  * 
  65.  * Revision 1.40  88/03/21  11:33:49  howie
  66.  * fix more tab stop problems
  67.  * 
  68.  * Revision 1.39  88/03/19  18:04:30  howie
  69.  * fix up tab stop problems.
  70.  * clean up state save/restore in cmpara.
  71.  * 
  72.  * Revision 1.38  88/03/16  19:43:11  howie
  73.  * make KEY_IGN == KEY_NOR
  74.  * fix some bugs
  75.  * 
  76.  * Revision 1.37  88/02/22  15:36:05  howie
  77.  * cmnum parse had a problem.
  78.  * 
  79.  * Revision 1.36  88/02/18  18:22:20  howie
  80.  * fix up installation scripts.
  81.  * fix up sysV compatibility
  82.  * 
  83.  * Revision 1.35  88/02/07  02:56:46  howie
  84.  * add completion on TAB.  don't do this if we aren't a terminal, so people
  85.  * can have tabs in take files and indirect files
  86.  * 
  87.  * Revision 1.34  88/02/04  15:13:35  howie
  88.  * fix up memory management in crunch file reader
  89.  * 
  90.  * Revision 1.33  88/02/04  12:09:52  howie
  91.  * use whoami() routine to do ~/...
  92.  * 
  93.  * 
  94.  * Revision 1.32  88/02/03  17:24:03  howie
  95.  * add code for reading "passwd.crunch" files
  96.  * 
  97.  * Revision 1.31  88/02/03  15:36:41  howie
  98.  * add partial completion on keywords
  99.  * 
  100.  * Revision 1.30  87/12/03  17:51:21  howie
  101.  * Add ^T support to stdact
  102.  * 
  103.  * Revision 1.29  87/11/20  19:16:37  howie
  104.  * add async mode for use with select(2).
  105.  * fix bug in Parse Only filenames with ~user in them, when
  106.  * the file didn't exist.
  107.  * 
  108.  * Revision 1.28  87/10/30  12:40:32  howie
  109.  * @indirection shouldn't happen inside comments
  110.  * 
  111.  * Revision 1.27  87/10/30  12:19:43  howie
  112.  * add support for nonblocking reads.  use cmsetbl(), cmclrbl() to
  113.  * set a return point for EWOULDBLOCK errors.
  114.  * 
  115.  * Revision 1.26  87/09/14  18:39:22  howie
  116.  * change the way "." and ".." are handled in file parses.   Allow them
  117.  * to show up whenever the parse does not pertain to a multiple directory 
  118.  * path
  119.  * 
  120.  * Revision 1.25  87/09/14  13:13:18  howie
  121.  * NOUPD and UPDATEONLY flags for username and group parses.
  122.  * These either force, or don't allow updates from a possibly modified
  123.  * group/passwd file
  124.  * 
  125.  * Revision 1.24  87/09/09  15:08:51  howie
  126.  * make quoted string parse put data in pval struct
  127.  * ,
  128.  * 
  129.  * Revision 1.23  87/09/04  20:39:48  howie
  130.  * various fixes to filename parser, and match() call
  131.  * 
  132.  * Revision 1.22  87/09/03  16:52:07  howie
  133.  * in file name parser, follow the PATH specified, when a relative path
  134.  * is specified.  
  135.  * eg if the path has "/a /b /c" in it, and d/e is given as a file, find
  136.  * all occurances of /a/d/e, /b/d/e, and /c/d/e
  137.  * 
  138.  * Revision 1.21  87/08/18  12:58:56  howie
  139.  * add FLD_EMPTY flag to field parse, to not allow empty fields
  140.  * add TOK_WAK flag to allow wakeups on field parses without a termination
  141.  *  character (useful for single char tokens).
  142.  * 
  143.  * Revision 1.20  87/08/07  16:58:09  howie
  144.  * FLD_EMPTY flag for not allowing empty field
  145.  * TOK_WAK flag for allowing tokens to terminate without a termination char
  146.  * 
  147.  * Revision 1.19  87/06/28  13:54:10  howie
  148.  * stack indirect files
  149.  * error messages for stacks
  150.  * cm_set_ind call in cmmisc.c
  151.  * 
  152.  * Revision 1.18  87/06/26  19:05:00  howie
  153.  * Change filelist.c to check for modifications to directories when
  154.  * checking if the path needs to be searched again
  155.  * 
  156.  * Some corrections to sysv junk
  157.  * add cm_set_ind call to turn indirection on or off.
  158.  * 
  159.  * Revision 1.17  87/06/24  22:56:13  howie
  160.  * Add system V support
  161.  * 
  162.  * Revision 1.16  87/06/18  15:49:20  howie
  163.  * fix up endif's -- no more endif foo -- now foo is inside a comment
  164.  * make comments end at the end of the line inside an indirection.
  165.  * 
  166.  * Revision 1.15  87/06/17  13:17:24  howie
  167.  * Add @indirection
  168.  * change keyword structure to use a (keyval) as the return value.
  169.  * 
  170.  * Revision 1.14  87/05/19  15:20:39  howie
  171.  * use vprintf's from cmxprintf
  172.  * 
  173.  * Revision 1.13  87/05/18  13:10:39  howie
  174.  * change handling of NULL in various places, to avoid possible
  175.  * NULL dereferences.  This breaks on SUNS (and is bad anyway).
  176.  * Thanks to Maurice Wuts at USC for the sun port.
  177.  * 
  178.  * Revision 1.12  87/05/11  18:15:48  howie
  179.  * cmfil: don't search directories on null input
  180.  * filelist: fix handling of S_IFDIR stat flag.
  181.  * 
  182.  * Revision 1.11  87/05/11  13:05:47  fuat
  183.  * in checkact, only call action routine if an action character AND
  184.  * the action routine is non NULL.
  185.  * 
  186.  * Revision 1.10  87/05/11  11:51:54  fuat
  187.  * fix redispact in cmpara to handle wrapped lines
  188.  * 
  189.  * Revision 1.9  87/05/07  19:38:35  howie
  190.  * change the usage for defaults at the beginning of a line.
  191.  * also fix up full/partial completion on defaults
  192.  * 
  193.  * Revision 1.8  87/05/07  13:24:53  howie
  194.  * new datime code.
  195.  * other bug fixes
  196.  * 
  197.  * Revision 1.7  87/04/08  19:41:20  howie
  198.  * add _cmmax field to the CSB.  This is the maximum number of tokens
  199.  * to display when giving help.  If there are more than this, just
  200.  * tell how many there are.
  201.  * Also made CMFIL, CMUSR, CMGRP use this.
  202.  * 
  203.  * Revision 1.6  87/04/08  18:04:13  howie
  204.  * Some bug fixes.
  205.  * fix a bug not allowing escape completion in CMTOK
  206.  * fix bug with KEY_M`NOR flag in CMKEY.  If only one match, not ignored.
  207.  * 
  208.  * Revision 1.5  87/04/05  19:17:15  howie
  209.  * some cosmetic changes.
  210.  * 
  211.  * Revision 1.4  87/04/05  18:14:56  howie
  212.  * Added single character parse module: cmchar.
  213.  * update copyrite notices.
  214.  * add Version module cmversion, and incversion program
  215.  *  to handle automatic version updates.
  216.  * add cmini() function to cmmisc(), to make initialization easier.
  217.  * 
  218.  * Revision 1.4  87/04/05  18:14:56  howie
  219.  * Added single character parse module: cmchar.
  220.  * update copyrite notices.
  221.  * add Version module cmversion, and incversion program
  222.  *  to handle automatic version updates.
  223.  * add cmini() function to cmmisc(), to make initialization easier.
  224.  * 
  225.  * Revision 1.3  87/04/05  17:27:10  howie
  226.  * update copyrite notice.
  227.  * 
  228.  * Revision 1.2  87/04/03  18:27:17  howie
  229.  * Added version numbers
  230.  * 
  231.  */
  232.  
  233.