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