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