1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
|
MANIFEST for cproto-4.7f, version v4_7f
--------------------------------------------------------------------------------
MANIFEST this file
CHANGES summary of changes made to CPROTO
Makefile.in top-level makefile template
README overview of the CPROTO program
aclocal.m4 autoconf macros
config.guess configure utility script
config.sub configure utility script
config_h.in template for config.h
configure configure script
configure.in script for generating 'configure' via autoconf
configure Configuration script for UNIX
cproto.1 man-page for CPROTO
cproto.c main program of CPROTO
cproto.h common datatypes and definitions for CPROTO
dump.c debug/trace
dump.h interface of dump.c
grammar.y yacc grammar for CPROTO
install-sh install-script
lex.l lex rules for CPROTO
lintlibs.c functions used for lint-library formatting
mkdirs.sh mkinstalldirs (renamed for MSDOS compatibility)
semantic.c functions to support yacc grammar (formatting and translation)
semantic.h interface definitions of semantic.c
strkey.c look for a keyword within a string
symbol.c symbol-table support for CPROTO
symbol.h interface definitions for symbol.c
system.h system-dependent definitions, coordinated with config.h
trace.c debugging support for CPROTO
trace.h header for trace.c, dump.c
yyerror.c enhanced error reporting support for yacc/bison
emx subdirectory
emx/Makefile makefile for gcc (EMX)
emx/README description of files in emx directory
msdos subdirectory
msdos/README description of files in msdos directory
msdos/borland.mak makefile for Borland C
msdos/micrsoft.lnk linker-file for Microsoft C
msdos/micrsoft.mak makefile for Microsoft C
msdos/turboc.mak makefile for TurboC
os2 subdirectory
os2/README description of files in os2 directory
os2/run_test.cmd run test-cases on OS/2
os2/watcom.mak makefile for watcom (OS/2)
porting subdirectory
porting/README description of files in CPROTO/PORTING
porting/getopt.c free version of getopt
porting/getopt.h header file for getopt
porting/popen.c fake popen/pclose
testing subdirectory
testing/README description of files in CPROTO/TESTING
testing/apollo.c template for apollo lint-library
testing/case01.ref test case reference: no options
testing/case02.ref test case reference: -f0
testing/case03.ref test case reference: -c -f1
testing/case04.ref test case reference: -c -f2
testing/case05.ref test case reference: -c -f3
testing/case06.ref test case reference: -c -f3 -v
testing/case07.ref test case reference: -c -f3 -v -e
testing/case08.ref test case reference: -c -f3 -v -e -m
testing/case09.ref test case reference: -c -f3 -v + template
testing/case10.ref test case reference: -T
testing/case11.ref test case reference: -l
testing/case12.ref test case reference: -s
testing/case13.ref test case reference: -l -s
testing/case14.ref test case reference: -l -x
testing/case15.ref test case reference: apollo lint library (sr10.3.5)
testing/case16.ref test case reference: -a
testing/case17.ref test case reference: -t
testing/case18.ref test case reference: -f1
testing/case19.ref test case reference: -f2
testing/case20.ref test case reference: -f3
testing/case21.ref test case reference: -f3 -v + template
testing/case22.ref test case reference: -l -a
testing/case23.ref test case reference: -i
testing/case24.ref test case reference: -i -s
testing/descrip.mms VAX MMS-script for CPROTO/TESTING directory
testing/linux.c include all linux files, for testing
testing/make_bat.sh script for making dos-scripts
testing/make_dcl.sh script to generate UNIX/VMS ".dcl" files
testing/makefile UNIX makefile for CPROTO/TESTING directory
testing/run_test.com VAX/VMS test script for CPROTO
testing/run_test.sh UNIX test-script for CPROTO
testing/run_test.txt template for test-scripts
testing/solaris.c template for lint-library on Solaris
testing/syntax.c odds & ends of syntax to use for testing
testing/test_dos.bat dos test script
testing/testunix.sh runs UNIX test scripts
testing/turboc.c test-case for TurboC include-files
vms subdirectory
vms/README description of files in vms directory
vms/descrip.mms makefile for vms
win32 subdirectory
win32/README description of files in win32 directory
win32/watcom.mak makefile for watcom
|