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