Add original cproto-4.6
authorNick Downing <downing.nick@gmail.com>
Thu, 12 Jan 2017 08:28:54 +0000 (19:28 +1100)
committerNick Downing <downing.nick@gmail.com>
Thu, 12 Jan 2017 08:28:54 +0000 (19:28 +1100)
commita09d15d0adc6016c4981be79d70b2ef25ba16cbe
tree5989ea77d0e34e7f198700f2b28705357e112ea4
parentaa69a618c285ed38144ade9bd46972e0ecdb84c0
Add original cproto-4.6
82 files changed:
cproto-4.6/CHANGES [new file with mode: 0644]
cproto-4.6/Makefile.in [new file with mode: 0644]
cproto-4.6/README [new file with mode: 0644]
cproto-4.6/aclocal.m4 [new file with mode: 0644]
cproto-4.6/config_h.in [new file with mode: 0644]
cproto-4.6/configure [new file with mode: 0755]
cproto-4.6/configure.in [new file with mode: 0644]
cproto-4.6/cproto.1 [new file with mode: 0644]
cproto-4.6/cproto.c [new file with mode: 0644]
cproto-4.6/cproto.h [new file with mode: 0644]
cproto-4.6/emx/Makefile [new file with mode: 0644]
cproto-4.6/emx/README [new file with mode: 0644]
cproto-4.6/grammar.y [new file with mode: 0644]
cproto-4.6/install.sh [new file with mode: 0755]
cproto-4.6/lex.l [new file with mode: 0644]
cproto-4.6/lex_yy.c [new file with mode: 0644]
cproto-4.6/lintlibs.c [new file with mode: 0644]
cproto-4.6/mkdirs.sh [new file with mode: 0755]
cproto-4.6/msdos/README [new file with mode: 0644]
cproto-4.6/msdos/borland.mak [new file with mode: 0644]
cproto-4.6/msdos/micrsoft.lnk [new file with mode: 0644]
cproto-4.6/msdos/micrsoft.mak [new file with mode: 0644]
cproto-4.6/msdos/turboc.mak [new file with mode: 0644]
cproto-4.6/os2/README [new file with mode: 0644]
cproto-4.6/os2/run_test.cmd [new file with mode: 0644]
cproto-4.6/os2/watcom.mak [new file with mode: 0644]
cproto-4.6/porting/README [new file with mode: 0644]
cproto-4.6/porting/getopt.c [new file with mode: 0644]
cproto-4.6/porting/getopt.h [new file with mode: 0644]
cproto-4.6/porting/popen.c [new file with mode: 0644]
cproto-4.6/semantic.c [new file with mode: 0644]
cproto-4.6/semantic.h [new file with mode: 0644]
cproto-4.6/strkey.c [new file with mode: 0644]
cproto-4.6/strstr.c [new file with mode: 0644]
cproto-4.6/symbol.c [new file with mode: 0644]
cproto-4.6/symbol.h [new file with mode: 0644]
cproto-4.6/system.h [new file with mode: 0644]
cproto-4.6/testing/README [new file with mode: 0644]
cproto-4.6/testing/apollo.c [new file with mode: 0644]
cproto-4.6/testing/case01.ref [new file with mode: 0644]
cproto-4.6/testing/case02.ref [new file with mode: 0644]
cproto-4.6/testing/case03.ref [new file with mode: 0644]
cproto-4.6/testing/case04.ref [new file with mode: 0644]
cproto-4.6/testing/case05.ref [new file with mode: 0644]
cproto-4.6/testing/case06.ref [new file with mode: 0644]
cproto-4.6/testing/case07.ref [new file with mode: 0644]
cproto-4.6/testing/case08.ref [new file with mode: 0644]
cproto-4.6/testing/case09.ref [new file with mode: 0644]
cproto-4.6/testing/case10.ref [new file with mode: 0644]
cproto-4.6/testing/case11.ref [new file with mode: 0644]
cproto-4.6/testing/case12.ref [new file with mode: 0644]
cproto-4.6/testing/case13.ref [new file with mode: 0644]
cproto-4.6/testing/case14.ref [new file with mode: 0644]
cproto-4.6/testing/case15.ref [new file with mode: 0644]
cproto-4.6/testing/case16.ref [new file with mode: 0644]
cproto-4.6/testing/case17.ref [new file with mode: 0644]
cproto-4.6/testing/case18.ref [new file with mode: 0644]
cproto-4.6/testing/case19.ref [new file with mode: 0644]
cproto-4.6/testing/case20.ref [new file with mode: 0644]
cproto-4.6/testing/case21.ref [new file with mode: 0644]
cproto-4.6/testing/case22.ref [new file with mode: 0644]
cproto-4.6/testing/descrip.mms [new file with mode: 0644]
cproto-4.6/testing/linux.c [new file with mode: 0644]
cproto-4.6/testing/make_bat.sh [new file with mode: 0755]
cproto-4.6/testing/make_dcl.sh [new file with mode: 0755]
cproto-4.6/testing/makefile [new file with mode: 0644]
cproto-4.6/testing/run_test.com [new file with mode: 0644]
cproto-4.6/testing/run_test.sh [new file with mode: 0755]
cproto-4.6/testing/run_test.txt [new file with mode: 0644]
cproto-4.6/testing/solaris.c [new file with mode: 0644]
cproto-4.6/testing/syntax.c [new file with mode: 0644]
cproto-4.6/testing/test_dos.bat [new file with mode: 0644]
cproto-4.6/testing/testunix.sh [new file with mode: 0755]
cproto-4.6/testing/turboc.c [new file with mode: 0644]
cproto-4.6/trace.c [new file with mode: 0644]
cproto-4.6/trace.h [new file with mode: 0644]
cproto-4.6/vms/README [new file with mode: 0644]
cproto-4.6/vms/descrip.mms [new file with mode: 0644]
cproto-4.6/win32/README [new file with mode: 0644]
cproto-4.6/win32/watcom.mak [new file with mode: 0644]
cproto-4.6/y_tab.c [new file with mode: 0644]
cproto-4.6/yyerror.c [new file with mode: 0644]