home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 152_01 / header.152 < prev    next >
Text File  |  1985-03-10  |  10KB  |  282 lines

  1. /*
  2. HEADER:                 CUG152.01;
  3. TITLE:                  Lump File Transfer Utility Documentation;
  4. DATE:                   09/04/85;
  5. DESCRIPTION:
  6.   "Documentation on LUMP.EXE which is a utility to transfer files
  7.      in a group or "lump" such as to or from a BBS."
  8. KEYWORDS:               lump, file, transfer;
  9. FILENAME:               LUMP.DOC;
  10. WARNINGS:
  11.   "The source code to the utility states that input files must
  12.       contain only printable ASCII characters.
  13.    The authors claim copyrights and authorize non-commercial
  14.       use only.
  15.    The typist of this heading does not have equipment to run
  16.       this program and prepared this header from comments
  17.       within the source code or companion files."
  18. AUTHORS:                David N. Smith;
  19. COMPILERS:              CI/C86;
  20. REFERENCES:
  21.     AUTHERS:            " ";
  22.     TITLE:              " ";
  23.     CITATION:           " ";
  24. ENDREF
  25. */
  26. /*
  27. HEADER:                 CUG152.04;
  28. TITLE:                  Lump File Transfer Utility;
  29. DATE:                   09/04/85;
  30. DESCRIPTION:
  31.   "Transfers files in a group or "lump" such as
  32.       to or from a BBS."
  33. KEYWORDS:               lump, file, transfer;
  34. FILENAME:               LUMP.EXE;
  35. WARNINGS:
  36.   "The source code contains the comment that input files must
  37.       contain only printable ASCII characters.
  38.       (Note: The example in LUMP.DOC erroneously includes
  39.       NON-ASCII files.)
  40.    If the output file exists, the program aborts.
  41.    If no parameters are given the program tells about itself.
  42.    The authors claim copyrights and authorize non-commercial
  43.       use only.
  44.    The typist of this heading does not have equipment to run
  45.       this program and prepared this header from comments
  46.       within the source code or companion files."
  47. AUTHORS:                David N. Smith;
  48. COMPILERS:              CI/C86;
  49. REFERENCES:
  50.     AUTHERS:            " ";
  51.     TITLE:              " ";
  52.     CITATION:           " ";
  53. ENDREF
  54. */
  55. /*
  56. HEADER:                 CUG152.05;
  57. TITLE:                  Unlump File Transfer Utility;
  58. DATE:                   09/04/85;
  59. DESCRIPTION:
  60.   "Separates files which have been transferred in a group or "lump"
  61.       with the utility LUMP.EXE."
  62. KEYWORDS:               lump, unlump, file, transfer;
  63. FILENAME:               UNLUMP.EXE;
  64. WARNINGS:
  65.   "If no parameters are given the program tells about itself.
  66.    The authors claim copyrights and authorize non-commercial
  67.       use only.
  68.    The typist of this heading does not have equipment to run
  69.       this program and prepared this header from comments
  70.       within the source code or companion files."
  71. AUTHORS:                David N. Smith;
  72. COMPILERS:              CI/C86;
  73. REFERENCES:
  74.     AUTHERS:            " ";
  75.     TITLE:              " ";
  76.     CITATION:           " ";
  77. ENDREF
  78. */
  79. /*
  80. HEADER:                 CUG152.06;
  81. TITLE:                  Documentation for Unix-like GREP command
  82.                            to find strings in files;
  83. DATE:                   09/04/85;
  84. DESCRIPTION:
  85.   "Documentation for a program to find strings in a file. The program
  86.       uses the GREP command like UNIX."
  87. KEYWORDS:               find, string, file;
  88. FILENAME:               GREP.DOC;
  89. WARNINGS:
  90.   "Upper and lower case are always ignored.
  91.    Blank lines always fail to match.
  92.    The authors claim copyrights and authorize non-commercial
  93.       use only.
  94.    The typist of this heading does not have equipment to run
  95.       this program and prepared this header from comments
  96.       within the source code or companion files."
  97. AUTHORS:                David N. Smith
  98.                         Digital Equipment Corp.(DECUS);
  99. COMPILERS:              CI/C86;
  100. REFERENCES:
  101.     AUTHERS:            " ";
  102.     TITLE:              " ";
  103.     CITATION:           " ";
  104. ENDREF
  105. */
  106. /*
  107. HEADER:                 CUG152.07;
  108. TITLE:                  Unix-like GREP command
  109.                            to find strings in files;
  110. DATE:                   09/04/85;
  111. DESCRIPTION:
  112.   "A program to find strings in a file. The program
  113.       uses the GREP command like UNIX."
  114. KEYWORDS:               find, string, file;
  115. FILENAME:               GREP.EXE;
  116. WARNINGS:
  117.   "Upper and lower case are always ignored.
  118.    Blank lines always fail to match.
  119.    The authors claim copyrights and authorize non-commercial
  120.       use only.
  121.    The typist of this heading does not have equipment to run
  122.       this program and prepared this header from comments
  123.       within the source code or companion files."
  124. AUTHORS:                David N. Smith
  125.                         Digital Equipment Corp.(DECUS);
  126. COMPILERS:              CI/C86;
  127. REFERENCES:
  128.     AUTHERS:            " ";
  129.     TITLE:              " ";
  130.     CITATION:           " ";
  131. ENDREF
  132. */
  133. /*
  134. HEADER:                 CUG152.09;
  135. TITLE:                  A "C" concordance or cross-reference
  136.                            utility documentation;
  137. DATE:                   09/04/85;
  138. DESCRIPTION:
  139.   "Documentation on XC.EXE which is a utility to develop lists
  140.       of reserved words in source code to form a concordance
  141.       or cross-reference of the program."
  142. KEYWORDS:               concordance, cross-refernce;
  143. FILENAME:               XC.DOC;
  144. WARNINGS:
  145.    "The typist of this heading does not have equipment to run
  146.       this program and prepared this header from comments
  147.       within the source code or companion files."
  148.     The authors claim copyrights and authorize non-commercial
  149.       use only."
  150. AUTHORS:                Philip N. Hisley
  151.                         David N. Smith;
  152. COMPILERS:              CI/C86;
  153. REFERENCES:
  154.     AUTHERS:            " ";
  155.     TITLE:              " ";
  156.     CITATION:           " ";
  157. ENDREF
  158. */
  159. /*
  160. HEADER:                 CUG152.11;
  161. TITLE:                  A "C" concordance or cross-reference
  162.                            utility;
  163. DATE:                   09/04/85;
  164. DESCRIPTION:
  165.   "A utility to develop lists of reserved words in source code
  166.       to form a concordance or cross-reference of the program."
  167. KEYWORDS:               concordance, cross-refernce;
  168. FILENAME:               XC.EXE;
  169. WARNINGS:
  170.    "The typist of this heading does not have equipment to run
  171.       this program and prepared this header from comments
  172.       within the source code or companion files."
  173.     The authors claim copyrights and authorize non-commercial
  174.       use only."
  175. AUTHORS:                Philip N. Hisley
  176.                         David N. Smith;
  177. COMPILERS:              CI/C86;
  178. REFERENCES:
  179.     AUTHERS:            " ";
  180.     TITLE:              " ";
  181.     CITATION:           " ";
  182. ENDREF
  183. */
  184. /*
  185. HEADER:                 CUG152.12;
  186. TITLE:                  A "C" program checker documentation.
  187. DATE:                   09/04/85;
  188. DESCRIPTION:
  189.    "A utility to check for matched braces and other essential
  190.       elements by counting the numbers of braces, parenthesis,
  191.       and comments in order to debug 'C' source code."
  192. KEYWORDS:               debug, code, checker;
  193. FILENAME:               CC.DOC;
  194. WARNINGS:
  195.    "The typist of this heading does not have equipment to run
  196.       this program and prepared this header from comments
  197.       within the source code or companion files."
  198.     The authors claim copyrights and authorize non-commercial
  199.       use only."
  200. AUTHORS:                T. Jennings
  201.                         David N. Smith;
  202. COMPILERS:              CI/C86;
  203. REFERENCES:
  204.     AUTHERS:            " ";
  205.     TITLE:              " ";
  206.     CITATION:           " ";
  207. ENDREF
  208. */
  209. /*
  210. HEADER:                 CUG152.13;
  211. TITLE:                  A "C" program checker;
  212. DATE:                   09/04/85;
  213. DESCRIPTION:
  214.    "A utility to check for matched braces and other essential
  215.       elements by counting the numbers of braces, parenthesis,
  216.       and comments in order to debug 'C' source code."
  217. KEYWORDS:               debug, code, checker;
  218. FILENAME:               CC.EXE;
  219. WARNINGS:
  220.    "The typist of this heading does not have equipment to run
  221.       this program and prepared this header from comments
  222.       within the source code or companion files."
  223.     The authors claim copyrights and authorize non-commercial
  224.       use only."
  225. AUTHORS:                T. Jennings
  226.                         David N. Smith;
  227. COMPILERS:              CI/C86;
  228. REFERENCES:
  229.     AUTHERS:            " ";
  230.     TITLE:              " ";
  231.     CITATION:           " ";
  232. ENDREF
  233. */
  234. /*
  235. HEADER:                 CUG152.14;
  236. TITLE:                  A "C" program checker object code file;
  237. DATE:                   09/04/85;
  238. DESCRIPTION:
  239.    "The object code file portion of a utility to check for matched
  240.       braces and other essential elements by counting the numbers
  241.       of braces, parenthesis, and comments in order to debug 'C'
  242.       source code."
  243. KEYWORDS:               debug, code, checker, object;
  244. FILENAME:               CC.OBJ;
  245. WARNINGS:
  246.    "The typist of this heading does not have equipment to run
  247.       this program and prepared this header from comments
  248.       within the source code or companion files."
  249.     The authors claim copyrights and authorize non-commercial
  250.       use only."
  251. AUTHORS:                T. Jennings
  252.                         David N. Smith;
  253. COMPILERS:              CI/C86;
  254. REFERENCES:
  255.     AUTHERS:            " ";
  256.     TITLE:              " ";
  257.     CITATION:           " ";
  258. ENDREF
  259. */
  260. /*
  261. HEADER:                 CUG152.16;
  262. TITLE:                  Notes on programs on CUG disk #152;
  263. DATE:                   09/04/85;
  264. DESCRIPTION:
  265.    "Notes on LUMP, UNLUMP, GREP, XC, & CC which are utilities
  266.       designed to send multiple files in a 'lump', seperate files
  267.       which have been lumped together with lump, find strings in
  268.       files, build a cross-reference file to a 'C' source code
  269.       file, and check a 'C' source code file for matched braces
  270.       comments, and parenthesis."
  271. KEYWORDS:               lump, unlump, grep, xc, cc, utilities, notes;
  272. FILENAME:               README;
  273. WARNINGS:               " ";
  274.                         David N. Smith;
  275. COMPILERS:              " ";
  276. REFERENCES:
  277.     AUTHERS:            " ";
  278.     TITLE:              " ";
  279.     CITATION:           " ";
  280. ENDREF
  281. */
  282.