perl 3.0: (no announcement message available)
[p5sagit/p5-mst-13.2.git] / PACKINGLIST
1 After all the perl kits are run you should have the following files:
2
3 Filename                Kit Description
4 --------                --- -----------
5 Changes                 20 Differences between 2.0 level 18 and 3.0 level 0
6 Configure                2 Run this first
7 Copying                 10 The GNU General Public License
8 EXTERN.h                24 Included before foreign .h files
9 INTERN.h                24 Included before domestic .h files
10 MANIFEST                20 This list of files
11 Makefile.SH             19 Precursor to Makefile
12 PACKINGLIST             18 Which files came from which kits
13 README                   1 The Instructions
14 Wishlist                24 Some things that may or may not happen
15 arg.h                   11 Public declarations for the above
16 array.c                 21 Numerically subscripted arrays
17 array.h                 24 Public declarations for the above
18 client                  24 A client to test sockets
19 cmd.c                   15 Command interpreter
20 cmd.h                   21 Public declarations for the above
21 config.H                15 Sample config.h
22 config.h.SH             14 Produces config.h
23 cons.c                  10 Routines to construct cmd nodes of a parse tree
24 consarg.c               14 Routines to construct arg nodes of a parse tree
25 doarg.c                 11 Scalar expression evaluation
26 doio.c                   7 I/O operations
27 dolist.c                16 Array expression evaluation
28 dump.c                  20 Debugging output
29 eg/ADB                  24 An adb wrapper to put in your crash dir
30 eg/README                1 Intro to example perl scripts
31 eg/changes              23 A program to list recently changed files
32 eg/down                 24 A program to do things to subdirectories
33 eg/dus                  24 A program to do du -s on non-mounted dirs
34 eg/findcp               17 A find wrapper that implements a -cp switch
35 eg/findtar              24 A find wrapper that pumps out a tar file
36 eg/g/gcp                22 A program to do a global rcp
37 eg/g/gcp.man            23 Manual page for gcp
38 eg/g/ged                24 A program to do a global edit
39 eg/g/ghosts             22 A sample /etc/ghosts file
40 eg/g/gsh                22 A program to do a global rsh
41 eg/g/gsh.man            21 Manual page for gsh
42 eg/muck                 22 A program to find missing make dependencies
43 eg/muck.man             24 Manual page for muck
44 eg/myrup                23 A program to find lightly loaded machines
45 eg/nih                  24 Script to insert #! workaround
46 eg/rename               24 A program to rename files
47 eg/rmfrom               24 A program to feed doomed filenames to
48 eg/scan/scan_df         23 Scan for filesystem anomalies
49 eg/scan/scan_last       23 Scan for login anomalies
50 eg/scan/scan_messages   21 Scan for console message anomalies
51 eg/scan/scan_passwd      6 Scan for passwd file anomalies
52 eg/scan/scan_ps         24 Scan for process anomalies
53 eg/scan/scan_sudo       23 Scan for sudo anomalies
54 eg/scan/scan_suid       22 Scan for setuid anomalies
55 eg/scan/scanner         23 An anomaly reporter
56 eg/shmkill              23 A program to remove unused shared memory
57 eg/van/empty            24 A program to empty the trashcan
58 eg/van/unvanish         23 A program to undo what vanish does
59 eg/van/vanexp           24 A program to expire vanished files
60 eg/van/vanish           23 A program to put files in a trashcan
61 eg/who                  24 A sample who program
62 eval.c                   3 The expression evaluator
63 evalargs.xc             19 The arg evaluator of eval.c
64 form.c                  20 Format processing
65 form.h                  24 Public declarations for the above
66 gettest                 24 A little script to test the get* routines
67 handy.h                 22 Handy definitions
68 hash.c                  18 Associative arrays
69 hash.h                  23 Public declarations for the above
70 ioctl.pl                21 Sample ioctl.pl
71 lib/abbrev.pl           24 An abbreviation table builder
72 lib/complete.pl         23 A command completion subroutine
73 lib/dumpvar.pl          24 A variable dumper
74 lib/getopt.pl           23 Perl library supporting option parsing
75 lib/getopts.pl          24 Perl library supporting option parsing
76 lib/importenv.pl        24 Perl routine to get environment into variables
77 lib/look.pl             23 A "look" equivalent
78 lib/perldb.pl           18 Perl debugging routines
79 lib/stat.pl             24 Perl library supporting stat function
80 lib/termcap.pl          22 Perl library supporting termcap usage
81 lib/validate.pl         21 Perl library supporting wholesale file mode validation
82 makedepend.SH           21 Precursor to makedepend
83 makedir.SH              23 Precursor to makedir
84 makelib.SH              21 A thing to turn C .h file into perl .h files
85 malloc.c                19 A version of malloc you might not want
86 patchlevel.h            10 The current patch level of perl
87 perl.h                   8 Global declarations
88 perl.man.1               1 The manual page(s), first fourth
89 perl.man.2               9 The manual page(s), second fourth
90 perl.man.3               8 The manual page(s), third fourth
91 perl.man.4               6 The manual page(s), fourth fourth
92 perl.y                  12 Yacc grammar for perl
93 perlsh                  24 A poor man's perl shell
94 perly.c                 17 main()
95 regcomp.c               12 Regular expression compiler
96 regcomp.h                7 Private declarations for above
97 regexec.c               13 Regular expression evaluator
98 regexp.h                23 Public declarations for the above
99 server                  24 A server to test sockets
100 spat.h                  23 Search pattern declarations
101 stab.c                   9 Symbol table stuff
102 stab.h                  20 Public declarations for the above
103 str.c                   13 String handling package
104 str.h                   14 Public declarations for the above
105 t/README                 1 Instructions for regression tests
106 t/TEST                  23 The regression tester
107 t/base.cond             24 See if conditionals work
108 t/base.if               24 See if if works
109 t/base.lex              23 See if lexical items work
110 t/base.pat              24 See if pattern matching works
111 t/base.term             24 See if various terms work
112 t/cmd.elsif             24 See if else-if works
113 t/cmd.for               23 See if for loops work
114 t/cmd.mod               24 See if statement modifiers work
115 t/cmd.subval            22 See if subroutine values work
116 t/cmd.switch            12 See if switch optimizations work
117 t/cmd.while             22 See if while loops work
118 t/comp.cmdopt           22 See if command optimization works
119 t/comp.cpp              24 See if C preprocessor works
120 t/comp.decl             24 See if declarations work
121 t/comp.multiline        24 See if multiline strings work
122 t/comp.package          24 See if packages work
123 t/comp.script           24 See if script invokation works
124 t/comp.term             23 See if more terms work
125 t/io.argv               23 See if ARGV stuff works
126 t/io.dup                24 See if >& works right
127 t/io.fs                 22 See if directory manipulations work
128 t/io.inplace            24 See if inplace editing works
129 t/io.pipe               24 See if secure pipes work
130 t/io.print              24 See if print commands work
131 t/io.tell               23 See if file seeking works
132 t/op.append             24 See if . works
133 t/op.array              22 See if array operations work
134 t/op.auto               18 See if autoincrement et all work
135 t/op.chop               24 See if chop works
136 t/op.cond               24 See if conditional expressions work
137 t/op.dbm                22 See if dbm binding works
138 t/op.delete             24 See if delete works
139 t/op.do                 23 See if subroutines work
140 t/op.each               23 See if associative iterators work
141 t/op.eval               23 See if eval operator works
142 t/op.exec               24 See if exec and system work
143 t/op.exp                 1 See if math functions work
144 t/op.flip               24 See if range operator works
145 t/op.fork               24 See if fork works
146 t/op.glob               24 See if <*> works
147 t/op.goto               24 See if goto works
148 t/op.index              24 See if index works
149 t/op.int                24 See if int works
150 t/op.join               24 See if join works
151 t/op.list               10 See if array lists work
152 t/op.local              24 See if local works
153 t/op.magic              23 See if magic variables work
154 t/op.mkdir              24 See if mkdir works
155 t/op.oct                24 See if oct and hex work
156 t/op.ord                24 See if ord works
157 t/op.pack               24 See if pack and unpack work
158 t/op.pat                22 See if esoteric patterns work
159 t/op.push               15 See if push and pop work
160 t/op.range              24 See if .. works
161 t/op.read               24 See if read() works
162 t/op.regexp             24 See if regular expressions work
163 t/op.repeat             23 See if x operator works
164 t/op.sleep               8 See if sleep works
165 t/op.sort               24 See if sort works
166 t/op.split              13 See if split works
167 t/op.sprintf            24 See if sprintf works
168 t/op.stat               21 See if stat works
169 t/op.study              23 See if study works
170 t/op.subst              21 See if substitutions work
171 t/op.substr             23 See if substr works
172 t/op.time               23 See if time functions work
173 t/op.undef              23 See if undef works
174 t/op.unshift            24 See if unshift works
175 t/op.vec                24 See if vectors work
176 t/op.write              23 See if write works
177 t/re_tests              22 Input file for op.regexp
178 toke.c                   5 The tokener
179 util.c                  17 Utility routines
180 util.h                  24 Public declarations for the above
181 x2p/EXTERN.h            24 Same as above
182 x2p/INTERN.h            24 Same as above
183 x2p/Makefile.SH         22 Precursor to Makefile
184 x2p/a2p.h               20 Global declarations
185 x2p/a2p.man             20 Manual page for awk to perl translator
186 x2p/a2p.y               19 A yacc grammer for awk
187 x2p/a2py.c              16 Awk compiler, sort of
188 x2p/handy.h             24 Handy definitions
189 x2p/hash.c              21 Associative arrays again
190 x2p/hash.h              23 Public declarations for the above
191 x2p/s2p.SH              18 Sed to perl translator
192 x2p/s2p.man             22 Manual page for sed to perl translator
193 x2p/str.c               19 String handling package
194 x2p/str.h               23 Public declarations for the above
195 x2p/util.c              15 Utility routines
196 x2p/util.h              24 Public declarations for the above
197 x2p/walk.c               4 Parse tree walker