home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / t / tags18.zip / MANIFEST.DOC < prev    next >
Text File  |  1992-03-29  |  3KB  |  70 lines

  1. TAGS.EXE            Executable for Tags Generator
  2.  
  3. TAGS.DOC            Documentation referring to executable
  4. MANIFEST.DOC        This Document
  5.  
  6. MAKEFILE            This is the makefile for use with MSC, I suggest
  7.                     using the OPUS make utility or PolyMake.
  8.  
  9. SHELL.C             This implements the overview code including command
  10.                     line parsing, file find and open/close logic and temporary
  11.                     file allocation and cleanup.
  12.  
  13. CTAG.H              This module implements the tagging for C/C++ source files
  14. CTAG.C              and is called from shell.c.
  15.  
  16. ASMTAG.H            This module implements the tagging for MASM/TASM syntax
  17. ASMTAG.C            assembly source files and is called from shell.c.
  18.  
  19. FLAGS.H             This module implements command line parsing of options for
  20. FLAGS.C             flags processing and for initialization of same.
  21.  
  22. TAGIO.H             This module implements the buffered input and handles
  23. TAGIO.C             the tag output and merging in the requested format.
  24.  
  25. ARGLIST.H           This module implements a generic dynamic array of strings
  26. ARGLIST.C           suitable for input (if needed) to a main routine of a
  27.                     stand-alone utility.  Parameters allow sorted inserts and
  28.                     list maintenance.
  29.  
  30. LOG.H               This implements a generic user messaging module.  Handles
  31. LOG.C               logging files and output to stderr.
  32.  
  33. STD.H               This module is a full blown sorting module.  This has been
  34. SORT.H              altered to allow its use as a module as well as a fully
  35. SORT.C              featured stand-alone utility.  A context sensitive diff of
  36.                     the source changes made to GNU sort V0.03 is included.
  37. SORT.DIF            Context diff from GNU sort V0.03 sources for MS-DOS
  38. SORT.INF            Documentation for sort stand-alone sort executable
  39. GNU.DOC             Documentation referring to GNU sort module
  40.  
  41. MATCH.H             This module implements the match routines used by the
  42. MATCH.C             wildfile module.  Matching is via *IX sh style regular
  43.                     expressions.
  44. MATCHTST.BAT        Test batch file for Match module
  45. MATCHMAK            Makefile for Match module
  46.  
  47.  
  48. WILDFILE.H          This module implements the wildcard file specification and
  49. WILDFILE.C          the high level find first/next functions.
  50. WILDFILE.DOC        Document for Wildfile and Match module
  51. WD.C                Test program for Wildfile module
  52. WILDFMAK            Makefile for Wildfile module
  53.  
  54. VIRUSCRC.H          This Public Domain CRC validation utility is used to
  55. VALIDCRC.C          verify program integrity and is called from within
  56.                     shell.c
  57.  
  58. CRCSET.EXE          CRC computation executable for internal CRC checking
  59. CRCSET.DOC                  code and documentation for same
  60.  
  61. CTAG.E              Epsilon EEL port of ctag.c
  62. ASMTAG.E            Epsilon EEL port of asmtag.c
  63.  
  64. WD.CB               Brief macro to allow use of tags file using MicroSoft
  65.                             error format tag style
  66.  
  67. TEST.C              Test file for C style tagging.
  68. TEST.CPP            Test file for C++ specific tagging.
  69. TEST.ASM            Test file for ASM style tagging.
  70.