Git init
[external/mawk.git] / packing.list
1
2 #$Id: packing.list,v 1.17 1996/09/18 00:40:21 mike Exp $
3
4 ################################################
5 # These files form the mawk distribution 1.3
6 #
7 # Mawk is an implementation of the AWK Programming Language as
8 # defined and described in Aho, Kernighan and Weinberger, The
9 # Awk Programming Language, Addison-Wesley, 1988 and extended
10 # by Posix 1003.2 D11.3
11 #
12 ################################################
13 packing.list            this file
14 README                  description of mawk 1.3
15 INSTALL                 installation instructions
16 COPYING                 GNU General Public License, version 2   
17 ACKNOWLEDGMENT
18 CHANGES
19 Makefile.in             makefile template
20 configure               Configuration script
21 config.user             user settable configuration parameters
22 configure.in            autoconf script
23 mawk.ac.m4              ditto
24 #################################
25 # directory: config-user    hints on CFLAGS and odd configurations
26 config-user/.config.user    readonly copy of template
27 config-user/apollo
28 config-user/convex
29 config-user/mips
30 config-user/sgi
31 config-user/ultrix-mips
32 config-user/cray
33 ######################
34 bi_funct.c              source files
35 bi_vars.c
36 cast.c
37 code.c
38 da.c
39 error.c
40 execute.c
41 fcall.c
42 field.c
43 files.c
44 fin.c
45 hash.c
46 init.c
47 jmp.c
48 kw.c
49 main.c
50 makescan.c
51 matherr.c
52 memory.c
53 missing.c
54 print.c
55 re_cmpl.c
56 scan.c
57 scancode.c
58 split.c
59 version.c
60 zmalloc.c
61 bi_funct.h
62 bi_vars.h
63 code.h
64 field.h
65 files.h
66 fin.h
67 init.h
68 jmp.h
69 mawk.h
70 memory.h
71 nstd.h
72 patchlev.h
73 regexp.h
74 repl.h
75 scan.h
76 sizes.h
77 symtype.h
78 types.h
79 vargs.h
80 zmalloc.h
81 parse.y
82 parse.c
83 parse.h
84 array.w
85 array.c
86 array.h
87 fpe_check.c
88 ########################
89 # directory:  man
90 man/mawk.1              troff source for unix style man pages
91 man/mawk.doc            ascii man pages
92 ########################
93 # directory:  rexp
94 rexp/Makefile           make rexp*.o files
95 rexp/rexp.c             source for regular matching library
96 rexp/rexp.h
97 rexp/rexp0.c
98 rexp/rexp1.c
99 rexp/rexp2.c
100 rexp/rexp3.c
101 rexp/rexpdb.c
102 #######################
103 # directory:  test      testing and benchmarking directory
104 test/mawktest           scripts to test mawk compiled OK
105 test/mawktest.v7
106 test/mawktest.bat       DOS
107 test/mawktest.g         atarist
108 test/mawktest.dat       input data for the test
109 test/fpe_test           scripts to test if fpe handling compiled OK
110 test/fpe_test.v7
111 test/fpe_test.bat
112 test/fpe_test.g
113 test/wc.awk             awk programs used by the tests
114 test/reg0.awk
115 test/reg1.awk
116 test/reg2.awk
117 test/wfrq0.awk
118 test/decl-awk.out
119 test/fpetest1.awk
120 test/fpetest2.awk
121 test/fpetest3.awk
122 test/reg-awk.out
123 test/wc-awk.out
124 test/wfrq-awk.out
125 ######################
126 # directory:  examples       useful awk programs
127 examples/hical                  calendar program by Bob Stockler
128 examples/hcal                   Bob's latest
129 examples/decl.awk
130 examples/deps.awk
131 examples/gdecl.awk
132 examples/nocomment.awk
133 examples/eatc.awk
134 examples/primes.awk
135 examples/qsort.awk
136 examples/ct_length.awk          change length to length()
137 ######################
138 # directory  msdos
139 msdos/NOTES
140 msdos/INSTALL                   installation instructions for DOS
141 msdos/dosexec.c                 system() and pipes() for DOS
142 msdos/argvpoly.c                for polyshell
143 msdos/argvmks.c                 for MKS Korn Shell
144 msdos/makefile.tcc              for [TB]CC and Borland make
145 msdos/makefile.msc              nmake and MSC 6.0A
146 msdos/makefile.ztc              
147 msdos/mawk.def
148 msdos/tcc.h
149 msdos/msc.h
150 msdos/ztc.h
151 #####################
152 # directory msdos/examples      awk programs for msdos
153 msdos/examples/add_cr.awk
154 msdos/examples/doslist.awk
155 msdos/examples/objstat.awk
156 msdos/examples/shell.awk
157 msdos/examples/srcstat.awk
158 msdos/examples/srcstat2.awk
159 msdos/examples/texttest.awk
160 msdos/examples/winexe.awk
161 msdos/examples/winobj.awk
162 #####################
163 # directory atarist
164 atarist/README.ST
165 ####################
166 # directory v7
167 v7/Makefile.v7
168 v7/README
169 v7/V7.h
170 v7/V7_notes
171 v7/config.h