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