Commit | Line | Data |
---|---|---|
132b68a5 | 1 | Artistic The "Artistic License" |
a687059c LW |
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 | |
d8f2e4cc | 10 | README.uport Special instructions for Microports |
fe14fcc3 | 11 | README.xenix Special instructions for Xenix |
a687059c LW |
12 | Wishlist Some things that may or may not happen |
13 | arg.h Public declarations for the above | |
14 | array.c Numerically subscripted arrays | |
15 | array.h Public declarations for the above | |
1c3d792e | 16 | cflags.SH A script that emits C compilation flags per file |
a687059c LW |
17 | client A client to test sockets |
18 | cmd.c Command interpreter | |
19 | cmd.h Public declarations for the above | |
20 | config.H Sample config.h | |
21d892ea | 21 | config_h.SH Produces config.h |
a687059c LW |
22 | cons.c Routines to construct cmd nodes of a parse tree |
23 | consarg.c Routines to construct arg nodes of a parse tree | |
132b68a5 | 24 | doSH Script to run all the *.SH files |
a687059c LW |
25 | doarg.c Scalar expression evaluation |
26 | doio.c I/O operations | |
27 | dolist.c Array expression evaluation | |
28 | dump.c Debugging output | |
29 | eg/ADB An adb wrapper to put in your crash dir | |
30 | eg/README Intro to example perl scripts | |
31 | eg/changes A program to list recently changed files | |
32 | eg/down A program to do things to subdirectories | |
33 | eg/dus A program to do du -s on non-mounted dirs | |
34 | eg/findcp A find wrapper that implements a -cp switch | |
35 | eg/findtar A find wrapper that pumps out a tar file | |
36 | eg/g/gcp A program to do a global rcp | |
37 | eg/g/gcp.man Manual page for gcp | |
38 | eg/g/ged A program to do a global edit | |
39 | eg/g/ghosts A sample /etc/ghosts file | |
40 | eg/g/gsh A program to do a global rsh | |
41 | eg/g/gsh.man Manual page for gsh | |
42 | eg/muck A program to find missing make dependencies | |
43 | eg/muck.man Manual page for muck | |
44 | eg/myrup A program to find lightly loaded machines | |
45 | eg/nih Script to insert #! workaround | |
21d892ea | 46 | eg/relink A program to change symbolic links |
79220ce3 | 47 | eg/rename A program to rename files |
a687059c LW |
48 | eg/rmfrom A program to feed doomed filenames to |
49 | eg/scan/scan_df Scan for filesystem anomalies | |
50 | eg/scan/scan_last Scan for login anomalies | |
51 | eg/scan/scan_messages Scan for console message anomalies | |
52 | eg/scan/scan_passwd Scan for passwd file anomalies | |
53 | eg/scan/scan_ps Scan for process anomalies | |
54 | eg/scan/scan_sudo Scan for sudo anomalies | |
55 | eg/scan/scan_suid Scan for setuid anomalies | |
56 | eg/scan/scanner An anomaly reporter | |
57 | eg/shmkill A program to remove unused shared memory | |
c2ab57d4 LW |
58 | eg/sysvipc/README Intro to Sys V IPC examples |
59 | eg/sysvipc/ipcmsg Example of SYS V IPC message queues | |
60 | eg/sysvipc/ipcsem Example of Sys V IPC semaphores | |
61 | eg/sysvipc/ipcshm Example of Sys V IPC shared memory | |
21d892ea | 62 | eg/travesty A program to print travesties of its input text |
a687059c LW |
63 | eg/van/empty A program to empty the trashcan |
64 | eg/van/unvanish A program to undo what vanish does | |
65 | eg/van/vanexp A program to expire vanished files | |
66 | eg/van/vanish A program to put files in a trashcan | |
67 | eg/who A sample who program | |
fe14fcc3 LW |
68 | emacs/perldb.pl Emacs debugging |
69 | emacs/perldb.el Emacs debugging | |
70 | emacs/perl-mode.el Emacs major mode for perl | |
71 | emacs/tedstuff Some optional patches | |
a687059c | 72 | eval.c The expression evaluator |
a687059c LW |
73 | form.c Format processing |
74 | form.h Public declarations for the above | |
75 | gettest A little script to test the get* routines | |
79220ce3 LW |
76 | h2ph.SH A thing to turn C .h file into perl .ph files |
77 | h2pl/README How to turn .ph files into .pl files | |
78 | h2pl/cbreak.pl cbreak routines using .ph | |
79 | h2pl/cbreak2.pl cbreak routines using .pl | |
80 | h2pl/eg/sizeof.ph Sample sizeof array initialization | |
81 | h2pl/eg/sys/errno.pl Sample translated errno.pl | |
82 | h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl | |
83 | h2pl/eg/sysexits.pl Sample translated sysexits.pl | |
84 | h2pl/getioctlsizes Program to extract types from ioctl.h | |
85 | h2pl/mksizes Program to make %sizeof array. | |
86 | h2pl/mkvars Program to make .pl from .ph files | |
87 | h2pl/tcbreak cbreak test routine using .ph | |
88 | h2pl/tcbreak2 cbreak test routine using .pl | |
a687059c LW |
89 | handy.h Handy definitions |
90 | hash.c Associative arrays | |
91 | hash.h Public declarations for the above | |
132b68a5 | 92 | hints/3b1.sh |
1c3d792e LW |
93 | hints/3b2.sh |
94 | hints/aix_rs.sh | |
95 | hints/aix_rt.sh | |
96 | hints/apollo_C6_7.sh | |
97 | hints/aux.sh | |
98 | hints/dnix.sh | |
99 | hints/dynix.sh | |
100 | hints/fps.sh | |
101 | hints/genix.sh | |
102 | hints/hp9000_300.sh | |
103 | hints/hp9000_400.sh | |
104 | hints/hpux.sh | |
105 | hints/i386.sh | |
106 | hints/mips.sh | |
107 | hints/ncr_tower.sh | |
108 | hints/next.sh | |
109 | hints/osf_1.sh | |
110 | hints/sco_2_3_0.sh | |
111 | hints/sco_2_3_1.sh | |
112 | hints/sco_2_3_2.sh | |
113 | hints/sco_2_3_3.sh | |
114 | hints/sco_3.sh | |
115 | hints/sgi.sh | |
116 | hints/sunos_3_4.sh | |
117 | hints/sunos_3_5.sh | |
118 | hints/sunos_4_0_1.sh | |
119 | hints/sunos_4_0_2.sh | |
132b68a5 | 120 | hints/svr4.sh |
1c3d792e LW |
121 | hints/ultrix_3.sh |
122 | hints/ultrix_4.sh | |
123 | hints/uts.sh | |
132b68a5 | 124 | hints/vax.sh |
7e1cf235 | 125 | installperl Perl script to do "make install" dirty work |
a687059c LW |
126 | ioctl.pl Sample ioctl.pl |
127 | lib/abbrev.pl An abbreviation table builder | |
5303340c LW |
128 | lib/bigfloat.pl An arbitrary precision floating point package |
129 | lib/bigint.pl An arbitrary precision integer arithmetic package | |
130 | lib/bigrat.pl An arbitrary precision rational arithmetic package | |
c2ab57d4 | 131 | lib/cacheout.pl Manages output filehandles when you need too many |
a687059c | 132 | lib/complete.pl A command completion subroutine |
21d892ea | 133 | lib/ctime.pl A ctime workalike |
a687059c | 134 | lib/dumpvar.pl A variable dumper |
132b68a5 LW |
135 | lib/find.pl A find emulator--used by find2perl |
136 | lib/finddepth.pl A depth-first find emulator--used by find2perl | |
79220ce3 | 137 | lib/flush.pl Routines to do single flush |
a687059c LW |
138 | lib/getopt.pl Perl library supporting option parsing |
139 | lib/getopts.pl Perl library supporting option parsing | |
140 | lib/importenv.pl Perl routine to get environment into variables | |
79220ce3 | 141 | lib/look.pl A "look" equivalent |
132b68a5 | 142 | lib/newgetopt.pl A perl library supporting long option parsing |
a687059c | 143 | lib/perldb.pl Perl debugging routines |
79220ce3 | 144 | lib/pwd.pl Routines to keep track of PWD environment variable |
132b68a5 | 145 | lib/shellwords.pl Perl library to split into words with shell quoting |
a687059c | 146 | lib/stat.pl Perl library supporting stat function |
21d892ea | 147 | lib/syslog.pl Perl library supporting syslogging |
a687059c | 148 | lib/termcap.pl Perl library supporting termcap usage |
fe14fcc3 | 149 | lib/timelocal.pl Perl library supporting inverse of localtime, gmtime |
a687059c LW |
150 | lib/validate.pl Perl library supporting wholesale file mode validation |
151 | makedepend.SH Precursor to makedepend | |
152 | makedir.SH Precursor to makedir | |
a687059c | 153 | malloc.c A version of malloc you might not want |
21d892ea LW |
154 | msdos/Changes.dds Expanation of MS-DOS patches by Diomidis Spinellis |
155 | msdos/Makefile MS-DOS makefile | |
156 | msdos/README.msdos Compiling and usage information | |
157 | msdos/Wishlist.dds My wishlist | |
158 | msdos/config.h Definitions for msdos | |
fe14fcc3 | 159 | msdos/chdir.c A chdir that can change drives |
21d892ea LW |
160 | msdos/dir.h MS-DOS header for directory access functions |
161 | msdos/directory.c MS-DOS directory access functions. | |
162 | msdos/eg/crlf.bat Convert files from unix to MS-DOS line termination | |
163 | msdos/eg/drives.bat List the system drives and their characteristics | |
164 | msdos/eg/lf.bat Convert files from MS-DOS to Unix line termination | |
165 | msdos/glob.c A command equivalent to csh glob | |
166 | msdos/msdos.c MS-DOS ioctl, sleep, gete?[gu]if, spawn, aspawn | |
167 | msdos/popen.c My_popen and my_pclose for MS-DOS | |
fe14fcc3 | 168 | msdos/usage.c How to invoke perl under MS-DOS |
79220ce3 LW |
169 | os2/Makefile Makefile for OS/2 |
170 | os2/README.OS2 Notes for OS/2 | |
c2ab57d4 LW |
171 | os2/a2p.cs Compiler script for a2p |
172 | os2/a2p.def Linker defs for a2p | |
fe14fcc3 LW |
173 | os2/alarm.c An implementation of alarm() |
174 | os2/alarm.h Header file for same | |
79220ce3 | 175 | os2/config.h Configuration file for OS/2 |
c2ab57d4 LW |
176 | os2/dir.h Directory header |
177 | os2/director.c Directory routines | |
fe14fcc3 | 178 | os2/eg/alarm.pl Example of alarm code |
79220ce3 LW |
179 | os2/eg/os2.pl Sample script for OS/2 |
180 | os2/eg/syscalls.pl Example of syscall on OS/2 | |
fe14fcc3 | 181 | os2/glob.c Globbing routines |
c2ab57d4 LW |
182 | os2/makefile Make file |
183 | os2/mktemp.c Mktemp() using TMP | |
184 | os2/os2.c Unix compatibility functions | |
185 | os2/perl.bad names of protect-only API calls for BIND | |
186 | os2/perl.cs Compiler script for perl | |
187 | os2/perl.def Linker defs for perl | |
5303340c | 188 | os2/perldb.dif Changes to make the debugger work |
fe14fcc3 | 189 | os2/perlglob.bad names of protect-only API calls for BIND |
c2ab57d4 LW |
190 | os2/perlglob.cs Compiler script for perlglob |
191 | os2/perlglob.def Linker defs for perlglob | |
192 | os2/perlsh.cmd Poor man's shell for os2 | |
79220ce3 | 193 | os2/popen.c Code for opening pipes |
fe14fcc3 LW |
194 | os2/s2p.cmd s2p as command file |
195 | os2/selfrun.bat A self running perl script for DOS | |
c2ab57d4 | 196 | os2/selfrun.cmd Example of extproc feature |
79220ce3 | 197 | os2/suffix.c Code for creating backup filenames |
a687059c | 198 | patchlevel.h The current patch level of perl |
fe14fcc3 | 199 | perl.c main() |
a687059c | 200 | perl.h Global declarations |
fe14fcc3 | 201 | perl.man The manual page(s) |
a687059c | 202 | perlsh A poor man's perl shell |
fe14fcc3 LW |
203 | perly.y Yacc grammar for perl |
204 | perly.fixer A program to remove yacc stack limitations | |
a687059c LW |
205 | regcomp.c Regular expression compiler |
206 | regcomp.h Private declarations for above | |
a687059c | 207 | regexec.c Regular expression evaluator |
79220ce3 | 208 | regexp.h Public declarations for the above |
a687059c LW |
209 | server A server to test sockets |
210 | spat.h Search pattern declarations | |
211 | stab.c Symbol table stuff | |
212 | stab.h Public declarations for the above | |
213 | str.c String handling package | |
214 | str.h Public declarations for the above | |
215 | t/README Instructions for regression tests | |
216 | t/TEST The regression tester | |
fe14fcc3 LW |
217 | t/base/cond.t See if conditionals work |
218 | t/base/if.t See if if works | |
219 | t/base/lex.t See if lexical items work | |
220 | t/base/pat.t See if pattern matching works | |
221 | t/base/term.t See if various terms work | |
222 | t/cmd/elsif.t See if else-if works | |
223 | t/cmd/for.t See if for loops work | |
224 | t/cmd/mod.t See if statement modifiers work | |
225 | t/cmd/subval.t See if subroutine values work | |
226 | t/cmd/switch.t See if switch optimizations work | |
227 | t/cmd/while.t See if while loops work | |
228 | t/comp/cmdopt.t See if command optimization works | |
229 | t/comp/cpp.t See if C preprocessor works | |
230 | t/comp/decl.t See if declarations work | |
231 | t/comp/multiline.t See if multiline strings work | |
232 | t/comp/package.t See if packages work | |
233 | t/comp/script.t See if script invokation works | |
234 | t/comp/term.t See if more terms work | |
235 | t/io/argv.t See if ARGV stuff works | |
236 | t/io/dup.t See if >& works right | |
237 | t/io/fs.t See if directory manipulations work | |
238 | t/io/inplace.t See if inplace editing works | |
239 | t/io/pipe.t See if secure pipes work | |
240 | t/io/print.t See if print commands work | |
241 | t/io/tell.t See if file seeking works | |
242 | t/lib/big.t See if lib/bigint.pl works | |
243 | t/op/append.t See if . works | |
244 | t/op/array.t See if array operations work | |
245 | t/op/auto.t See if autoincrement et all work | |
246 | t/op/chop.t See if chop works | |
247 | t/op/cond.t See if conditional expressions work | |
248 | t/op/dbm.t See if dbm binding works | |
249 | t/op/delete.t See if delete works | |
250 | t/op/do.t See if subroutines work | |
251 | t/op/each.t See if associative iterators work | |
252 | t/op/eval.t See if eval operator works | |
253 | t/op/exec.t See if exec and system work | |
254 | t/op/exp.t See if math functions work | |
255 | t/op/flip.t See if range operator works | |
256 | t/op/fork.t See if fork works | |
257 | t/op/glob.t See if <*> works | |
258 | t/op/goto.t See if goto works | |
259 | t/op/groups.t See if $( works | |
260 | t/op/index.t See if index works | |
261 | t/op/int.t See if int works | |
262 | t/op/join.t See if join works | |
263 | t/op/list.t See if array lists work | |
264 | t/op/local.t See if local works | |
265 | t/op/magic.t See if magic variables work | |
266 | t/op/mkdir.t See if mkdir works | |
267 | t/op/oct.t See if oct and hex work | |
268 | t/op/ord.t See if ord works | |
269 | t/op/pack.t See if pack and unpack work | |
270 | t/op/pat.t See if esoteric patterns work | |
271 | t/op/push.t See if push and pop work | |
272 | t/op/range.t See if .. works | |
273 | t/op/read.t See if read() works | |
274 | t/op/regexp.t See if regular expressions work | |
275 | t/op/repeat.t See if x operator works | |
276 | t/op/s.t See if substitutions work | |
277 | t/op/sleep.t See if sleep works | |
278 | t/op/sort.t See if sort works | |
279 | t/op/split.t See if split works | |
280 | t/op/sprintf.t See if sprintf works | |
281 | t/op/stat.t See if stat works | |
282 | t/op/study.t See if study works | |
283 | t/op/substr.t See if substr works | |
284 | t/op/time.t See if time functions work | |
285 | t/op/undef.t See if undef works | |
286 | t/op/unshift.t See if unshift works | |
287 | t/op/vec.t See if vectors work | |
288 | t/op/write.t See if write works | |
289 | t/op/re_tests Input file for op.regexp | |
a687059c | 290 | toke.c The tokener |
79220ce3 | 291 | usersub.c User supplied (possibly proprietary) subroutines |
fe14fcc3 | 292 | usub/README Instructions for user supplied subroutines |
79220ce3 LW |
293 | usub/Makefile Makefile for curseperl |
294 | usub/curses.mus Glue routines for BSD curses | |
295 | usub/man2mus A manual page to .mus translator | |
296 | usub/mus A .mus to .c translator | |
297 | usub/pager A sample pager in curseperl | |
298 | usub/usersub.c An initialization file to call curses glue routines | |
a687059c LW |
299 | util.c Utility routines |
300 | util.h Public declarations for the above | |
301 | x2p/EXTERN.h Same as above | |
302 | x2p/INTERN.h Same as above | |
303 | x2p/Makefile.SH Precursor to Makefile | |
304 | x2p/a2p.h Global declarations | |
305 | x2p/a2p.man Manual page for awk to perl translator | |
306 | x2p/a2p.y A yacc grammer for awk | |
307 | x2p/a2py.c Awk compiler, sort of | |
132b68a5 | 308 | x2p/cflags.SH A script that emits C compilation flags per file |
fe14fcc3 | 309 | x2p/find2perl.SH A find to perl translator |
a687059c LW |
310 | x2p/handy.h Handy definitions |
311 | x2p/hash.c Associative arrays again | |
312 | x2p/hash.h Public declarations for the above | |
313 | x2p/s2p.SH Sed to perl translator | |
314 | x2p/s2p.man Manual page for sed to perl translator | |
315 | x2p/str.c String handling package | |
316 | x2p/str.h Public declarations for the above | |
317 | x2p/util.c Utility routines | |
318 | x2p/util.h Public declarations for the above | |
319 | x2p/walk.c Parse tree walker |