-
Notifications
You must be signed in to change notification settings - Fork 0
/
packing.list
136 lines (134 loc) · 2.63 KB
/
packing.list
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#$Id: packing.list,v 1.8 2016/08/02 11:08:14 mike Exp $
################################################
# These files form the beta mawk distribution 1.9.9.x
#
# Mawk is an implementation of the AWK Programming Language as
# defined and described in Aho, Kernighan and Weinberger, The
# Awk Programming Language, Addison-Wesley, 1988 and extended
# by Posix 1003.2 D11.3
#
################################################
packing.list this file
README description of mawk 1.9.9.x
INSTALL installation instructions
CONTACT Mike Brennan <[email protected]>
REPOSITORY google drive download site for mawk
Makefile.in
configure
configure.ac
config.hin
THANKS
ChangeLog.beebe
#################################
array.c source files
bi_funct.c
bi_vars.c
cast.c
code.c
da.c
error.c
execute.c
fcall.c
field.c
files.c
fin.c
table.c
init.c
types_int.c
code_jmp.c
table_kw.c
main.c
makescan.c
memory.c
parse.c
prtypes_int.c
printf.c
re_cmpl.c
scan.c
scancode.c
split.c
version.c
zmalloc.c
array.h
bi_funct.h
bi_vars.h
code.h
field.h
files.h
fin.h
init.h
int.h
mawk.h
memory.h
parse.h
printf.h
regexp.h
repl.h
scan.h
split.h
table.h
types.h
zmalloc.h
array.w
printf.w
parse.y
########################
# directory: man
man/mawk.1 troff source for unix style man pages
man/mawk.txt ascii man pages
########################
# directory: rexp
rexp/Makefile make rexp*.o files
rexp/rexp.c source for regular matching library
rexp/rexp.h
rexp/rexp0.c
rexp/rexp1.c
rexp/rexp2.c
rexp/rexp3.c
rexp/rexpdb.c
rexp/wait.c
rexp/wait.h
#######################
# directory: test testing and benchmarking directory
test/mawktest scripts to test mawk compiled OK
test/mawktest.dat input data for the test
test/fpe_test scripts to test if fpe handling compiled OK
test/wc.awk awk programs used by the tests
test/reg0.awk
test/reg1.awk
test/reg2.awk
test/wfrq0.awk
test/decl-awk.out
test/fpetest1.awk
test/fpetest2.awk
test/fpetest3.awk
test/reg-awk.out
test/wc-awk.out
test/wfrq-awk.out
test/pipetest
test/pipetest.out
test/okay/mawktest.out
test/okay/mawktest.err
######################
# directory: examples useful awk programs
examples/hical calendar program by Bob Stockler
examples/hcal Bob's latest
examples/decl.awk
examples/deps.awk
examples/gdecl.awk
examples/nocomment.awk
examples/eatc.awk
examples/primes.awk
examples/qsort.awk
examples/ct_length.awk change length to length()
#################################
# directory cdoc read about the code
cdoc/array.pdf
cdoc/printf.pdf
cdoc/array.dvi
cdoc/printf.dvi
cdoc/Makefile
###############################
# directory old nostalgia
old/ACKNOWLEDGMENT
old/CHANGES