summaryrefslogtreecommitdiff
path: root/MANIFEST
blob: e069b72c65c6c0c28bc0320e150345efb5a6344d (plain)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
Configure                6  Run this first
EXTERN.h                10  Included before foreign .h files
INTERN.h                10  Included before domestic .h files
MANIFEST                 8  This list of files
Makefile.SH              4  Precursor to Makefile
README                   1  The Instructions
Wishlist                10  Some things that may or may not happen
arg.c                    3  Expression evaluation
arg.h                    8  Public declarations for the above
array.c                  6  Numerically subscripted arrays
array.h                 10  Public declarations for the above
cmd.c                    7  Command interpreter
cmd.h                    9  Public declarations for the above
config_H                 9  Sample config.h
config_h.SH              9  Produces config.h.
dump.c                   8  Debugging output
form.c                   8  Format processing
form.h                  10  Public declarations for the above
handy.h                 10  Handy definitions
hash.c                   9  Associative arrays
hash.h                  10  Public declarations for the above
hints/3b1.sh
hints/3b1cc
hints/README.hints
hints/aix.sh
hints/altos486.sh
hints/amigaos.sh
hints/apollo.sh
hints/atheos.sh
hints/aux_3.sh
hints/beos.sh
hints/broken-db.msg
hints/bsdos.sh
hints/convexos.sh
hints/cxux.sh
hints/cygwin.sh
hints/darwin.sh
hints/dcosx.sh
hints/dec_osf.sh
hints/dgux.sh
hints/dos_djgpp.sh
hints/dynix.sh
hints/dynixptx.sh
hints/epix.sh
hints/esix4.sh
hints/fps.sh
hints/freebsd.sh
hints/genix.sh
hints/gnu.sh
hints/greenhills.sh
hints/hpux.sh
hints/i386.sh
hints/irix_4.sh
hints/irix_5.sh
hints/irix_6.sh
hints/irix_6_0.sh
hints/irix_6_1.sh
hints/isc.sh
hints/isc_2.sh
hints/linux.sh
hints/lynxos.sh
hints/machten.sh
hints/machten_2.sh
hints/mint.sh
hints/mips.sh
hints/mpc.sh
hints/mpeix.sh
hints/ncr_tower.sh
hints/netbsd.sh
hints/newsos4.sh
hints/next_3.sh
hints/next_3_0.sh
hints/next_4.sh
hints/nonstopux.sh
hints/openbsd.sh
hints/opus.sh
hints/os2.sh
hints/os390.sh
hints/posix-bc.sh
hints/powerux.sh
hints/qnx.sh
hints/rhapsody.sh
hints/sco.sh
hints/sco_2_3_0.sh
hints/sco_2_3_1.sh
hints/sco_2_3_2.sh
hints/sco_2_3_3.sh
hints/sco_2_3_4.sh
hints/solaris_2.sh
hints/stellar.sh
hints/sunos_4_0.sh
hints/sunos_4_1.sh
hints/super-ux.sh
hints/svr4.sh
hints/svr5.sh
hints/t001.c
hints/ti1500.sh
hints/titanos.sh
hints/ultrix_4.sh
hints/umips.sh
hints/unicos.sh
hints/unicosmk.sh
hints/unisysdynix.sh
hints/utekv.sh
hints/uts.sh
hints/uwin.sh
hints/vmesa.sh
hints/vos.sh
makedepend.SH            9  Precursor to makedepend
makedir.SH              10  Precursor to makedir
malloc.c                 7  A version of malloc you might not want
patchlevel.h             1  The current patch level of perl
perl.h                   9  Global declarations
perl.man.1               5  The manual page(s), first half
perl.man.2               4  The manual page(s), second half
perl.y                   5  Yacc grammar for perl
perldb
perldb.man
perly.c                  2  The perl compiler
search.c                 6  String matching
search.h                10  Public declarations for the above
spat.h                  10  Search pattern declarations
stab.c                   8  Symbol table stuff
stab.h                  10  Public declarations for the above
str.c                    4  String handling package
str.h                   10  Public declarations for the above
t/README                10  Instructions for regression tests
t/TEST                  10  The regression tester
t/base.cond             10  See if conditionals work
t/base.if               10  See if if works
t/base.lex              10  See if lexical items work
t/base.pat              10  See if pattern matching works
t/base.term             10  See if various terms work
t/cmd.elsif             10  See if else-if works
t/cmd.for               10  See if for loops work
t/cmd.mod               10  See if statement modifiers work
t/cmd.subval            10  See if subroutine values work
t/cmd.while              7  See if while loops work
t/comp.cmdopt            9  See if command optimization works
t/comp.cpp              10  See if C preprocessor works
t/comp.decl             10  See if declarations work
t/comp.multiline        10  See if multiline strings work
t/comp.script           10  See if script invokation works
t/comp.term             10  See if more terms work
t/io.argv               10  See if ARGV stuff works
t/io.fs                  5  See if directory manipulations work
t/io.inplace            10  See if inplace editing works
t/io.print              10  See if print commands work
t/io.tell               10  See if file seeking works
t/op.append             10  See if . works
t/op.auto                9  See if autoincrement et all work
t/op.chop               10  See if chop works
t/op.cond               10  See if conditional expressions work
t/op.crypt              10  See if crypt works
t/op.do                 10  See if subroutines work
t/op.each               10  See if associative iterators work
t/op.eval
t/op.exec               10  See if exec and system work
t/op.exp                10  See if math functions work
t/op.flip               10  See if range operator works
t/op.fork               10  See if fork works
t/op.goto               10  See if goto works
t/op.int                10  See if int works
t/op.join               10  See if join works
t/op.list               10  See if array lists work
t/op.magic              10  See if magic variables work
t/op.oct                10  See if oct and hex work
t/op.ord                10  See if ord works
t/op.pat                 9  See if esoteric patterns work
t/op.push                7  See if push and pop work
t/op.repeat             10  See if x operator works
t/op.sleep               6  See if sleep works
t/op.split              10  See if split works
t/op.sprintf            10  See if sprintf work
t/op.stat               10  See if stat work
t/op.subst              10  See if substitutions work
t/op.time               10  See if time functions work
t/op.unshift            10  See if unshift works
util.c                   9  Utility routines
util.h                  10  Public declarations for the above
version.c               10  Prints version of perl
x2p/EXTERN.h            10  Same as above
x2p/INTERN.h            10  Same as above
x2p/Makefile.SH          9  Precursor to Makefile
x2p/a2p.h                8  Global declarations
x2p/a2p.man              8  Manual page for awk to perl translator
x2p/a2p.y                8  A yacc grammer for awk
x2p/a2py.c               7  Awk compiler, sort of
x2p/handy.h             10  Handy definitions
x2p/hash.c               9  Associative arrays again
x2p/hash.h              10  Public declarations for the above
x2p/s2p                  1  Sed to perl translator
x2p/s2p.man             10  Manual page for sed to perl translator
x2p/str.c                7  String handling package
x2p/str.h               10  Public declarations for the above
x2p/util.c               9  Utility routines
x2p/util.h              10  Public declarations for the above
x2p/walk.c               1  Parse tree walker