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