This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 2.0 patch 1: removed redundant debugging code in regexp.c
[perl5.git] / MANIFEST
CommitLineData
8d063cd8
LW
1After all the perl kits are run you should have the following files:
2
3Filename Kit Description
4-------- --- -----------
378cc40b
LW
5Changes 13 Differences between 1.0 level 29 and 2.0 level 0
6Configure 6 Run this first
7EXTERN.h 6 Included before foreign .h files
8INTERN.h 15 Included before domestic .h files
9MANIFEST 11 This list of files
10Makefile.SH 13 Precursor to Makefile
11README 1 The Instructions
12Wishlist 4 Some things that may or may not happen
13arg.c 1 Expression evaluation
14arg.h 12 Public declarations for the above
15array.c 13 Numerically subscripted arrays
16array.h 15 Public declarations for the above
17cmd.c 10 Command interpreter
18cmd.h 13 Public declarations for the above
19config.H 13 Sample config.h
20config.h.SH 11 Produces config.h.
21dump.c 12 Debugging output
22eg/ADB 15 An adb wrapper to put in your crash dir
23eg/README 1 Intro to example perl scripts
24eg/changes 15 A program to list recently changed files
25eg/dus 15 A program to do du -s on non-mounted dirs
26eg/findcp 14 A find wrapper that implements a -cp switch
27eg/findtar 15 A find wrapper that pumps out a tar file
28eg/g/gcp 14 A program to do a global rcp
29eg/g/gcp.man 14 Manual page for gcp
30eg/g/ged 1 A program to do a global edit
31eg/g/ghosts 15 A sample /etc/ghosts file
32eg/g/gsh 10 A program to do a global rsh
33eg/g/gsh.man 14 Manual page for gsh
34eg/myrup 15 A program to find lightly loaded machines
35eg/nih 15 Script to insert #! workaround
36eg/rmfrom 15 A program to feed doomed filenames to
37eg/scan/scan_df 14 Scan for filesystem anomalies
38eg/scan/scan_last 14 Scan for login anomalies
39eg/scan/scan_messages 13 Scan for console message anomalies
40eg/scan/scan_passwd 15 Scan for passwd file anomalies
41eg/scan/scan_ps 15 Scan for process anomalies
42eg/scan/scan_sudo 14 Scan for sudo anomalies
43eg/scan/scan_suid 8 Scan for setuid anomalies
44eg/scan/scanner 14 An anomaly reporter
45eg/shmkill 15 A program to remove unused shared memory
46eg/van/empty 15 A program to empty the trashcan
47eg/van/unvanish 14 A program to undo what vanish does
48eg/van/vanexp 15 A program to expire vanished files
49eg/van/vanish 14 A program to put files in a trashcan
50eval.c 8 The expression evaluator
51form.c 12 Format processing
52form.h 15 Public declarations for the above
53handy.h 15 Handy definitions
54hash.c 12 Associative arrays
55hash.h 14 Public declarations for the above
56lib/getopt.pl 14 Perl library supporting option parsing
57lib/importenv.pl 15 Perl routine to get environment into variables.
58lib/stat.pl 15 Perl library supporting stat function
59makedepend.SH 5 Precursor to makedepend
60makedir.SH 14 Precursor to makedir
61malloc.c 11 A version of malloc you might not want
62patchlevel.h 12 The current patch level of perl
63perl.h 12 Global declarations
64perl.man.1 5 The manual page(s), first half
65perl.man.2 3 The manual page(s), second half
66perl.y 10 Yacc grammar for perl
67perldb 11 Perl symbolic debugger
68perldb.man 13 Manual page for perl debugger
69perlsh 15 A poor man's perl shell.
70perly.c 4 The perl compiler
71regexp.c 2 String matching
72regexp.h 14 Public declarations for the above
73spat.h 14 Search pattern declarations
74stab.c 6 Symbol table stuff
75stab.h 3 Public declarations for the above
76str.c 7 String handling package
77str.h 14 Public declarations for the above
78t/README 1 Instructions for regression tests
79t/TEST 14 The regression tester
80t/base.cond 15 See if conditionals work
81t/base.if 15 See if if works
82t/base.lex 15 See if lexical items work
83t/base.pat 15 See if pattern matching works
84t/base.term 15 See if various terms work
85t/cmd.elsif 15 See if else-if works
86t/cmd.for 15 See if for loops work
87t/cmd.mod 15 See if statement modifiers work
88t/cmd.subval 14 See if subroutine values work
89t/cmd.while 14 See if while loops work
90t/comp.cmdopt 13 See if command optimization works
91t/comp.cpp 15 See if C preprocessor works
92t/comp.decl 15 See if declarations work
93t/comp.multiline 15 See if multiline strings work
94t/comp.script 14 See if script invokation works
95t/comp.term 15 See if more terms work
96t/io.argv 15 See if ARGV stuff works
97t/io.dup 15 See if >& works right
98t/io.fs 12 See if directory manipulations work
99t/io.inplace 15 See if inplace editing works
100t/io.pipe 15 See if secure pipes work
101t/io.print 15 See if print commands work
102t/io.tell 13 See if file seeking works
103t/op.append 15 See if . works
104t/op.auto 14 See if autoincrement et all work
105t/op.chop 15 See if chop works
106t/op.cond 5 See if conditional expressions work
107t/op.delete 15 See if delete works
108t/op.do 14 See if subroutines work
109t/op.each 14 See if associative iterators work
110t/op.eval 14 See if eval operator works
111t/op.exec 15 See if exec and system work
112t/op.exp 15 See if math functions work
113t/op.flip 15 See if range operator works
114t/op.fork 15 See if fork works
115t/op.goto 15 See if goto works
116t/op.int 15 See if int works
117t/op.join 15 See if join works
118t/op.list 14 See if array lists work
119t/op.magic 15 See if magic variables work
120t/op.oct 15 See if oct and hex work
121t/op.ord 15 See if ord works
122t/op.pat 14 See if esoteric patterns work
123t/op.push 15 See if push and pop work
124t/op.regexp 15 See if regular expressions work
125t/op.repeat 15 See if x operator works
126t/op.sleep 15 See if sleep works
127t/op.split 7 See if split works
128t/op.sprintf 15 See if sprintf works
129t/op.stat 11 See if stat works
130t/op.study 14 See if study works
131t/op.subst 14 See if substitutions work
132t/op.time 14 See if time functions work
133t/op.unshift 15 See if unshift works
134t/re_tests 13 Input file for op.regexp
135toke.c 9 The tokener
136util.c 8 Utility routines
137util.h 15 Public declarations for the above
138version.c 15 Prints version of perl
139x2p/EXTERN.h 15 Same as above
140x2p/INTERN.h 15 Same as above
141x2p/Makefile.SH 4 Precursor to Makefile
142x2p/a2p.h 13 Global declarations
143x2p/a2p.man 12 Manual page for awk to perl translator
144x2p/a2p.y 12 A yacc grammer for awk
145x2p/a2py.c 9 Awk compiler, sort of
146x2p/handy.h 15 Handy definitions
147x2p/hash.c 13 Associative arrays again
148x2p/hash.h 14 Public declarations for the above
149x2p/s2p 10 Sed to perl translator
150x2p/s2p.man 9 Manual page for sed to perl translator
151x2p/str.c 11 String handling package
152x2p/str.h 15 Public declarations for the above
153x2p/util.c 13 Utility routines
154x2p/util.h 15 Public declarations for the above
155x2p/walk.c 7 Parse tree walker