This is my patch patch.1n for perl5.001.
[p5sagit/p5-mst-13.2.git] / MANIFEST
CommitLineData
132b68a5 1Artistic The "Artistic License"
16d20bd9 2Changes Differences from previous versions.
3Changes.Conf Recent changes in the Configure & build process
8e07c86e 4configure Crude emulation of GNU configure
a0d0e21e 5Configure Portability tool
a687059c 6Copying The GNU General Public License
a0d0e21e 7Doc/perl5-notes Samples of new functionality
a687059c 8EXTERN.h Included before foreign .h files
8e07c86e 9INSTALL Detailed installation instructions.
a687059c 10INTERN.h Included before domestic .h files
11MANIFEST This list of files
85e6fe83 12Makefile.SH A script that generates Makefile
a687059c 13README The Instructions
a0d0e21e 14README.vms Notes about VMS
15Todo The Wishlist
16XSUB.h Include file for extension subroutines
a0d0e21e 17av.c Array value code
18av.h Array value header
55204971 19c2ph.SH program to translate dbx stabs to perl
20c2ph.doc documentation for c2ph
1c3d792e 21cflags.SH A script that emits C compilation flags per file
16d20bd9 22config_H Sample config.h
ecfc5424 23config_h.SH Produces config.h
85e6fe83 24configpm Produces lib/Config.pm
a0d0e21e 25cop.h Control operator header
26cv.h Code value header
27deb.c Debugging routines
a687059c 28doio.c I/O operations
463ee0b2 29doop.c Support code for various operations
a0d0e21e 30dosish.h Some defines for MS/DOSish machines
a687059c 31dump.c Debugging output
32eg/ADB An adb wrapper to put in your crash dir
33eg/README Intro to example perl scripts
34eg/changes A program to list recently changed files
a0d0e21e 35eg/client A sample client
a687059c 36eg/down A program to do things to subdirectories
37eg/dus A program to do du -s on non-mounted dirs
38eg/findcp A find wrapper that implements a -cp switch
39eg/findtar A find wrapper that pumps out a tar file
40eg/g/gcp A program to do a global rcp
41eg/g/gcp.man Manual page for gcp
42eg/g/ged A program to do a global edit
43eg/g/ghosts A sample /etc/ghosts file
44eg/g/gsh A program to do a global rsh
45eg/g/gsh.man Manual page for gsh
46eg/muck A program to find missing make dependencies
47eg/muck.man Manual page for muck
48eg/myrup A program to find lightly loaded machines
49eg/nih Script to insert #! workaround
21d892ea 50eg/relink A program to change symbolic links
79220ce3 51eg/rename A program to rename files
a687059c 52eg/rmfrom A program to feed doomed filenames to
53eg/scan/scan_df Scan for filesystem anomalies
54eg/scan/scan_last Scan for login anomalies
55eg/scan/scan_messages Scan for console message anomalies
56eg/scan/scan_passwd Scan for passwd file anomalies
57eg/scan/scan_ps Scan for process anomalies
58eg/scan/scan_sudo Scan for sudo anomalies
59eg/scan/scan_suid Scan for setuid anomalies
60eg/scan/scanner An anomaly reporter
a0d0e21e 61eg/server A sample server
a687059c 62eg/shmkill A program to remove unused shared memory
c2ab57d4 63eg/sysvipc/README Intro to Sys V IPC examples
64eg/sysvipc/ipcmsg Example of SYS V IPC message queues
65eg/sysvipc/ipcsem Example of Sys V IPC semaphores
66eg/sysvipc/ipcshm Example of Sys V IPC shared memory
21d892ea 67eg/travesty A program to print travesties of its input text
a0d0e21e 68eg/unuc Un-uppercases an all-uppercase text
69eg/uudecode A version of uudecode
a687059c 70eg/van/empty A program to empty the trashcan
71eg/van/unvanish A program to undo what vanish does
72eg/van/vanexp A program to expire vanished files
73eg/van/vanish A program to put files in a trashcan
74eg/who A sample who program
a0d0e21e 75eg/wrapsuid A setuid script wrapper generator
76emacs/cperl-mode An alternate perl-mode
77emacs/emacs19 Notes about emacs 19
fe14fcc3 78emacs/perl-mode.el Emacs major mode for perl
55204971 79emacs/perldb.el Emacs debugging
80emacs/perldb.pl Emacs debugging
fe14fcc3 81emacs/tedstuff Some optional patches
a0d0e21e 82embed.h Maps symbols to safer names
e50aee73 83embed.pl Produces embed.h
a0d0e21e 84ext/DB_File/DB_File.pm Berkeley DB extension Perl module
85ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
86ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
42793c05 87ext/DB_File/Makefile.PL Berkeley DB extension makefile writer
a0d0e21e 88ext/DB_File/typemap Berkeley DB extension interface types
8e07c86e 89ext/Devel/DProf/DProf.pm Perl Profiler extension Perl module
90ext/Devel/DProf/DProf.xs Perl Profiler extension external subroutines
91ext/Devel/DProf/Makefile.PL Perl Profiler extension makefile writer
92ext/Devel/DProf/README Perl Profiler extension info
93ext/Devel/DProf/dprofpp Perl Profiler extension utility
94ext/Devel/DProf/test.pl Perl Profiler extension test
a0d0e21e 95ext/DynaLoader/DynaLoader.pm Dynamic Loader perl module
42793c05 96ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
a0d0e21e 97ext/DynaLoader/README Dynamic Loader notes and intro
98ext/DynaLoader/dl_aix.xs AIX implementation
99ext/DynaLoader/dl_dld.xs GNU dld style implementation
100ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
101ext/DynaLoader/dl_hpux.xs HP-UX implementation
102ext/DynaLoader/dl_next.xs Next implementation
103ext/DynaLoader/dl_none.xs Stub implementation
104ext/DynaLoader/dl_vms.xs VMS implementation
105ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
106ext/Fcntl/Fcntl.pm Fcntl extension Perl module
107ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
42793c05 108ext/Fcntl/Makefile.PL Fcntl extension makefile writer
a0d0e21e 109ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
110ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
42793c05 111ext/GDBM_File/Makefile.PL GDBM extension makefile writer
a0d0e21e 112ext/GDBM_File/typemap GDBM extension interface types
42793c05 113ext/NDBM_File/Makefile.PL NDBM extension makefile writer
a0d0e21e 114ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
115ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
c2960299 116ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
a0d0e21e 117ext/NDBM_File/typemap NDBM extension interface types
42793c05 118ext/ODBM_File/Makefile.PL ODBM extension makefile writer
a0d0e21e 119ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
120ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
c2960299 121ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
122ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
123ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
a0d0e21e 124ext/ODBM_File/typemap ODBM extension interface types
42793c05 125ext/POSIX/Makefile.PL POSIX extension makefile writer
a0d0e21e 126ext/POSIX/POSIX.pm POSIX extension Perl module
127ext/POSIX/POSIX.xs POSIX extension external subroutines
128ext/POSIX/typemap POSIX extension interface types
42793c05 129ext/SDBM_File/Makefile.PL SDBM extension makefile writer
a0d0e21e 130ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
131ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
132ext/SDBM_File/sdbm/CHANGES SDBM kit
133ext/SDBM_File/sdbm/COMPARE SDBM kit
42793c05 134ext/SDBM_File/sdbm/Makefile.PL SDBM kit
a0d0e21e 135ext/SDBM_File/sdbm/README SDBM kit
136ext/SDBM_File/sdbm/README.too SDBM kit
137ext/SDBM_File/sdbm/biblio SDBM kit
138ext/SDBM_File/sdbm/dba.c SDBM kit
139ext/SDBM_File/sdbm/dbd.c SDBM kit
140ext/SDBM_File/sdbm/dbe.1 SDBM kit
141ext/SDBM_File/sdbm/dbe.c SDBM kit
142ext/SDBM_File/sdbm/dbm.c SDBM kit
143ext/SDBM_File/sdbm/dbm.h SDBM kit
144ext/SDBM_File/sdbm/dbu.c SDBM kit
145ext/SDBM_File/sdbm/grind SDBM kit
146ext/SDBM_File/sdbm/hash.c SDBM kit
147ext/SDBM_File/sdbm/linux.patches SDBM kit
148ext/SDBM_File/sdbm/makefile.sdbm SDBM kit
149ext/SDBM_File/sdbm/pair.c SDBM kit
150ext/SDBM_File/sdbm/pair.h SDBM kit
151ext/SDBM_File/sdbm/readme.ms SDBM kit
152ext/SDBM_File/sdbm/readme.ps SDBM kit
153ext/SDBM_File/sdbm/sdbm.3 SDBM kit
154ext/SDBM_File/sdbm/sdbm.c SDBM kit
155ext/SDBM_File/sdbm/sdbm.h SDBM kit
156ext/SDBM_File/sdbm/tune.h SDBM kit
157ext/SDBM_File/sdbm/util.c SDBM kit
158ext/SDBM_File/typemap SDBM extension interface types
42793c05 159ext/Socket/Makefile.PL Socket extension makefile writer
a0d0e21e 160ext/Socket/Socket.pm Socket extension Perl module
161ext/Socket/Socket.xs Socket extension external subroutines
42793c05 162ext/util/extliblist Used by extension Makefile.PL to make lib lists
a0d0e21e 163ext/util/make_ext Used by Makefile to execute extension Makefiles
164ext/util/mkbootstrap Turns ext/*/*_BS into bootstrap info
a687059c 165form.h Public declarations for the above
a0d0e21e 166global.sym Symbols that need hiding when embedded
ecfc5424 167globals.c File to declare global symbols (for shared library)
a0d0e21e 168gv.c Glob value code
169gv.h Glob value header
170h2ph.SH A thing to turn C .h files into perl .ph files
79220ce3 171h2pl/README How to turn .ph files into .pl files
172h2pl/cbreak.pl cbreak routines using .ph
173h2pl/cbreak2.pl cbreak routines using .pl
174h2pl/eg/sizeof.ph Sample sizeof array initialization
175h2pl/eg/sys/errno.pl Sample translated errno.pl
176h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl
177h2pl/eg/sysexits.pl Sample translated sysexits.pl
178h2pl/getioctlsizes Program to extract types from ioctl.h
a0d0e21e 179h2pl/mksizes Program to make %sizeof array
79220ce3 180h2pl/mkvars Program to make .pl from .ph files
181h2pl/tcbreak cbreak test routine using .ph
182h2pl/tcbreak2 cbreak test routine using .pl
40000a8c 183h2xs.SH Program to make .xs files from C header files
a687059c 184handy.h Handy definitions
a0d0e21e 185hints/3b1.sh Hints for named architecture
186hints/3b1cc Hints for named architecture
94b6baf5 187hints/README.hints Notes about hints.
a0d0e21e 188hints/aix.sh Hints for named architecture
189hints/altos486.sh Hints for named architecture
190hints/apollo.sh Hints for named architecture
191hints/aux.sh Hints for named architecture
192hints/bsd386.sh Hints for named architecture
ecfc5424 193hints/convexos.sh Hints for named architecture
94b6baf5 194hints/cxux.sh Hints for named architecture
a0d0e21e 195hints/dec_osf.sh Hints for named architecture
196hints/dgux.sh Hints for named architecture
197hints/dnix.sh Hints for named architecture
198hints/dynix.sh Hints for named architecture
16d20bd9 199hints/epix.sh Hints for named architecture
a0d0e21e 200hints/esix4.sh Hints for named architecture
201hints/fps.sh Hints for named architecture
202hints/freebsd.sh Hints for named architecture
203hints/genix.sh Hints for named architecture
204hints/greenhills.sh Hints for named architecture
8e07c86e 205hints/hpux.sh Hints for named architecture
a0d0e21e 206hints/i386.sh Hints for named architecture
207hints/irix_4.sh Hints for named architecture
208hints/irix_5.sh Hints for named architecture
ecfc5424 209hints/irix_6.sh Hints for named architecture
a0d0e21e 210hints/isc.sh Hints for named architecture
211hints/isc_2.sh Hints for named architecture
212hints/linux.sh Hints for named architecture
fec02dd3 213hints/machten.sh Hints for named architecture
a0d0e21e 214hints/mips.sh Hints for named architecture
215hints/mpc.sh Hints for named architecture
1aef975c 216hints/mpeix.sh Hints for named architecture
a0d0e21e 217hints/ncr_tower.sh Hints for named architecture
218hints/netbsd.sh Hints for named architecture
4aa0a1f7 219hints/next_3.sh Hints for named architecture
fed7345c 220hints/next_3_0.sh Hints for named architecture
a0d0e21e 221hints/opus.sh Hints for named architecture
748a9306 222hints/powerunix.sh Hints for named architecture
a0d0e21e 223hints/sco_2_3_0.sh Hints for named architecture
224hints/sco_2_3_1.sh Hints for named architecture
225hints/sco_2_3_2.sh Hints for named architecture
226hints/sco_2_3_3.sh Hints for named architecture
227hints/sco_2_3_4.sh Hints for named architecture
228hints/sco_3.sh Hints for named architecture
229hints/solaris_2.sh Hints for named architecture
230hints/stellar.sh Hints for named architecture
231hints/sunos_4_0.sh Hints for named architecture
232hints/sunos_4_1.sh Hints for named architecture
233hints/svr4.sh Hints for named architecture
234hints/ti1500.sh Hints for named architecture
235hints/titanos.sh Hints for named architecture
236hints/ultrix_4.sh Hints for named architecture
237hints/unicos.sh Hints for named architecture
238hints/unisysdynix.sh Hints for named architecture
239hints/utekv.sh Hints for named architecture
240hints/uts.sh Hints for named architecture
241hv.c Hash value code
242hv.h Hash value header
16d20bd9 243installman Perl script to install man pages for pods.
7e1cf235 244installperl Perl script to do "make install" dirty work
a0d0e21e 245interp.sym Interpreter specific symbols to hide in a struct
a687059c 246ioctl.pl Sample ioctl.pl
a0d0e21e 247keywords.h The keyword numbers
248keywords.pl Program to write keywords.h
249lib/AnyDBM_File.pm Perl module to emulate dbmopen
250lib/AutoLoader.pm Autoloader base class
251lib/AutoSplit.pm A module to split up autoload functions
252lib/Benchmark.pm A module to time pieces of code and such
253lib/Carp.pm Error message base class
254lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
255lib/English.pm Readable aliases for short variables
256lib/Env.pm Map environment into ordinary variables
257lib/Exporter.pm Exporter base class
005c1a0e 258lib/ExtUtils/Liblist.pm Locates libraries
a0d0e21e 259lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
005c1a0e 260lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
261lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
3edbfbe5 262lib/ExtUtils/typemap Extension interface types
263lib/ExtUtils/xsubpp External subroutine preprocessor
a0d0e21e 264lib/File/Basename.pm A module to emulate the basename program
265lib/File/CheckTree.pm Perl module supporting wholesale file mode validation
266lib/File/Find.pm Routines to do a find
fed7345c 267lib/File/Path.pm A module to do things like `mkdir -p' and `rm -r'
a0d0e21e 268lib/FileHandle.pm FileHandle methods
a0d0e21e 269lib/Getopt/Long.pm A module to fetch command options (GetOptions)
270lib/Getopt/Std.pm A module to fetch command options (getopt, getopts)
271lib/I18N/Collate.pm Routines to do strxfrm-based collation
272lib/IPC/Open2.pm Open a two-ended pipe
273lib/IPC/Open3.pm Open a three-ended pipe!
a0d0e21e 274lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
ecfc5424 275lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
a0d0e21e 276lib/Math/Complex.pm A Complex package
277lib/Net/Ping.pm Ping methods
278lib/Search/Dict.pm A module to do binary search on dictionaries
ecfc5424 279lib/Shell.pm A module to make AUTOLOADEed system() calls
16d20bd9 280lib/SubstrHash.pm Compact hash for known key, value and table size
a0d0e21e 281lib/Sys/Hostname.pm Hostname methods
282lib/Sys/Syslog.pm Perl module supporting syslogging
283lib/Term/Cap.pm Perl module supporting termcap usage
284lib/Term/Complete.pm A command completion subroutine
285lib/Test/Harness.pm A test harness
286lib/Text/Abbrev.pm An abbreviation table builder
287lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
288lib/Text/Soundex.pm Perl module to implement Soundex
289lib/Text/Tabs.pm Do expand and unexpand
290lib/TieHash.pm Base class for tied hashes
291lib/Time/Local.pm Reverse translation of localtime, gmtime
a687059c 292lib/abbrev.pl An abbreviation table builder
55204971 293lib/assert.pl assertion and panic with stack trace
5303340c 294lib/bigfloat.pl An arbitrary precision floating point package
295lib/bigint.pl An arbitrary precision integer arithmetic package
296lib/bigrat.pl An arbitrary precision rational arithmetic package
c2ab57d4 297lib/cacheout.pl Manages output filehandles when you need too many
a0d0e21e 298lib/chat2.inter A chat2 with interaction
55204971 299lib/chat2.pl Randal's famous expect-ish routines
a687059c 300lib/complete.pl A command completion subroutine
21d892ea 301lib/ctime.pl A ctime workalike
a0d0e21e 302lib/dotsh.pl Code to "dot" in a shell script
a687059c 303lib/dumpvar.pl A variable dumper
55204971 304lib/exceptions.pl catch and throw routines
305lib/fastcwd.pl a faster but more dangerous getcwd
132b68a5 306lib/find.pl A find emulator--used by find2perl
307lib/finddepth.pl A depth-first find emulator--used by find2perl
79220ce3 308lib/flush.pl Routines to do single flush
a0d0e21e 309lib/ftp.pl FTP code
310lib/getcwd.pl A getcwd() emulator
a687059c 311lib/getopt.pl Perl library supporting option parsing
312lib/getopts.pl Perl library supporting option parsing
a0d0e21e 313lib/hostname.pl Old hostname code
a687059c 314lib/importenv.pl Perl routine to get environment into variables
a0d0e21e 315lib/integer.pm For "use integer"
316lib/less.pm For "use less"
e50aee73 317lib/lib.pm For "use lib"
79220ce3 318lib/look.pl A "look" equivalent
132b68a5 319lib/newgetopt.pl A perl library supporting long option parsing
a0d0e21e 320lib/open2.pl Open a two-ended pipe
321lib/open3.pl Open a three-ended pipe
322lib/perl5db.pl Perl debugging routines
79220ce3 323lib/pwd.pl Routines to keep track of PWD environment variable
132b68a5 324lib/shellwords.pl Perl library to split into words with shell quoting
a0d0e21e 325lib/sigtrap.pm For trapping an abort and giving traceback
a687059c 326lib/stat.pl Perl library supporting stat function
a0d0e21e 327lib/strict.pm For "use strict"
328lib/subs.pm Declare overriding subs
21d892ea 329lib/syslog.pl Perl library supporting syslogging
a0d0e21e 330lib/tainted.pl Old code for tainting
a687059c 331lib/termcap.pl Perl library supporting termcap usage
fe14fcc3 332lib/timelocal.pl Perl library supporting inverse of localtime, gmtime
a687059c 333lib/validate.pl Perl library supporting wholesale file mode validation
94b6baf5 334makeaperl.SH perl script that produces a new perl binary
a687059c 335makedepend.SH Precursor to makedepend
336makedir.SH Precursor to makedir
a687059c 337malloc.c A version of malloc you might not want
a0d0e21e 338mg.c Magic code
339mg.h Magic header
fed7345c 340minimod.PL Writes lib/ExtUtils/Miniperl.pm
a0d0e21e 341miniperlmain.c Basic perl w/o dynamic loading or extensions
342mv-if-diff Script to mv a file if it changed
343myconfig Prints summary of the current configuration
344op.c Opcode syntax tree code
345op.h Opcode syntax tree header
346opcode.h Automatically generated opcode header
347opcode.pl Opcode header generatore
a687059c 348patchlevel.h The current patch level of perl
fe14fcc3 349perl.c main()
a687059c 350perl.h Global declarations
a0d0e21e 351perl_exp.SH Creates list of exported symbols for AIX.
16d20bd9 352perldoc.SH A simple tool to find & display perl's documentation
a687059c 353perlsh A poor man's perl shell
a0d0e21e 354perly.c A byacc'ed perly.y
355perly.c.diff Fixup perly.c to allow recursion
fe14fcc3 356perly.fixer A program to remove yacc stack limitations
a0d0e21e 357perly.h The header file for perly.c
55204971 358perly.y Yacc grammar for perl
a0d0e21e 359pl2pm A pl to pm translator
360pod/Makefile Make pods into something else
a0d0e21e 361pod/perl.pod Top level perl man page
a0d0e21e 362pod/perlbook.pod Book info
363pod/perlbot.pod Object-oriented Bag o' Tricks
364pod/perlcall.pod Callback info
365pod/perldata.pod Data structure info
366pod/perldebug.pod Debugger info
367pod/perldiag.pod Diagnostic info
368pod/perlembed.pod Embedding info
369pod/perlform.pod Format info
370pod/perlfunc.pod Function info
371pod/perlguts.pod Internals info
372pod/perlipc.pod IPC info
373pod/perlmod.pod Module info
374pod/perlobj.pod Object info
375pod/perlop.pod Operator info
376pod/perlovl.pod Overloading info
377pod/perlpod.pod Pod info
378pod/perlre.pod Regular expression info
379pod/perlref.pod References info
380pod/perlrun.pod Execution info
381pod/perlsec.pod Security info
382pod/perlstyle.pod Style info
383pod/perlsub.pod Subroutine info
384pod/perlsyn.pod Syntax info
385pod/perltrap.pod Trap info
386pod/perlvar.pod Variable info
8e07c86e 387pod/perlxs.pod XS api info
5d94fbed 388pod/pod2html.SH Precursor for translator to turn pod into HTML
389pod/pod2latex.SH Precursor for translator to turn pod into LaTeX
390pod/pod2man.SH Precursor for translator to turn pod into manpage
a0d0e21e 391pod/splitman Splits perlfunc into multiple man pages
79072805 392pp.c Push/Pop code
2304df62 393pp.h Push/Pop code defs
a0d0e21e 394pp_ctl.c Push/Pop code for control flow
395pp_hot.c Push/Pop code for heavily used opcodes
396pp_sys.c Push/Pop code for system interaction
397proto.h Prototypes
a687059c 398regcomp.c Regular expression compiler
399regcomp.h Private declarations for above
a687059c 400regexec.c Regular expression evaluator
79220ce3 401regexp.h Public declarations for the above
a0d0e21e 402run.c The interpreter loop
403scope.c Scope entry and exit code
404scope.h Scope entry and exit header
405sv.c Scalar value code
406sv.h Scalar value header
a687059c 407t/README Instructions for regression tests
408t/TEST The regression tester
fe14fcc3 409t/base/cond.t See if conditionals work
410t/base/if.t See if if works
411t/base/lex.t See if lexical items work
412t/base/pat.t See if pattern matching works
413t/base/term.t See if various terms work
414t/cmd/elsif.t See if else-if works
415t/cmd/for.t See if for loops work
416t/cmd/mod.t See if statement modifiers work
417t/cmd/subval.t See if subroutine values work
418t/cmd/switch.t See if switch optimizations work
419t/cmd/while.t See if while loops work
420t/comp/cmdopt.t See if command optimization works
16d20bd9 421t/comp/cpp.aux main file for cpp.t
fe14fcc3 422t/comp/cpp.t See if C preprocessor works
423t/comp/decl.t See if declarations work
424t/comp/multiline.t See if multiline strings work
425t/comp/package.t See if packages work
426t/comp/script.t See if script invokation works
427t/comp/term.t See if more terms work
428t/io/argv.t See if ARGV stuff works
429t/io/dup.t See if >& works right
430t/io/fs.t See if directory manipulations work
431t/io/inplace.t See if inplace editing works
432t/io/pipe.t See if secure pipes work
433t/io/print.t See if print commands work
434t/io/tell.t See if file seeking works
a0d0e21e 435t/lib/anydbm.t See if AnyDBM_File works
436t/lib/bigint.t See if bigint.pl works
748a9306 437t/lib/bigintpm.t See if BigInt.pm works
a0d0e21e 438t/lib/db-btree.t See if DB_File works
439t/lib/db-hash.t See if DB_File works
440t/lib/db-recno.t See if DB_File works
441t/lib/english.t See if English works
442t/lib/gdbm.t See if GDBM_File works
443t/lib/ndbm.t See if NDBM_File works
444t/lib/odbm.t See if ODBM_File works
445t/lib/posix.t See if POSIX works
446t/lib/sdbm.t See if SDBM_File works
8e07c86e 447t/lib/socket.t See if Socket works
a0d0e21e 448t/lib/soundex.t See if Soundex works
fe14fcc3 449t/op/append.t See if . works
450t/op/array.t See if array operations work
451t/op/auto.t See if autoincrement et all work
452t/op/chop.t See if chop works
453t/op/cond.t See if conditional expressions work
fe14fcc3 454t/op/delete.t See if delete works
455t/op/do.t See if subroutines work
456t/op/each.t See if associative iterators work
457t/op/eval.t See if eval operator works
458t/op/exec.t See if exec and system work
459t/op/exp.t See if math functions work
460t/op/flip.t See if range operator works
461t/op/fork.t See if fork works
462t/op/glob.t See if <*> works
463t/op/goto.t See if goto works
464t/op/groups.t See if $( works
465t/op/index.t See if index works
466t/op/int.t See if int works
467t/op/join.t See if join works
468t/op/list.t See if array lists work
469t/op/local.t See if local works
470t/op/magic.t See if magic variables work
a0d0e21e 471t/op/misc.t See if miscellaneous bugs have been fixed
fe14fcc3 472t/op/mkdir.t See if mkdir works
a0d0e21e 473t/op/my.t See if lexical scoping works
fe14fcc3 474t/op/oct.t See if oct and hex work
475t/op/ord.t See if ord works
748a9306 476t/op/overload.t See if operator overload works
fe14fcc3 477t/op/pack.t See if pack and unpack work
478t/op/pat.t See if esoteric patterns work
479t/op/push.t See if push and pop work
a0d0e21e 480t/op/quotemeta.t See if quotemeta works
481t/op/rand.t See if rand works
fe14fcc3 482t/op/range.t See if .. works
55204971 483t/op/re_tests Input file for op.regexp
fe14fcc3 484t/op/read.t See if read() works
988174c1 485t/op/readdir.t See if readdir() works
a0d0e21e 486t/op/ref.t See if refs and objects work
fe14fcc3 487t/op/regexp.t See if regular expressions work
488t/op/repeat.t See if x operator works
fe14fcc3 489t/op/sleep.t See if sleep works
490t/op/sort.t See if sort works
491t/op/split.t See if split works
492t/op/sprintf.t See if sprintf works
493t/op/stat.t See if stat works
494t/op/study.t See if study works
a0d0e21e 495t/op/subst.t See if substitution works
fe14fcc3 496t/op/substr.t See if substr works
497t/op/time.t See if time functions work
498t/op/undef.t See if undef works
499t/op/unshift.t See if unshift works
500t/op/vec.t See if vectors work
501t/op/write.t See if write works
a0d0e21e 502t/re_tests Regular expressions for regexp.t
503taint.c Tainting code
a687059c 504toke.c The tokener
a0d0e21e 505unixish.h Defines that are assumed on Unix
a687059c 506util.c Utility routines
507util.h Public declarations for the above
748a9306 508vms/Makefile VMS port
a0d0e21e 509vms/config.vms VMS port
510vms/descrip.mms VMS port
748a9306 511vms/ext/Filespec.pm VMS-Unix file syntax interconversion
512vms/ext/MM_VMS.pm VMS-specific methods for MakeMaker
513vms/ext/VMS/stdio/Makefile.PL MakeMaker driver for VMS::stdio
514vms/ext/VMS/stdio/stdio.pm VMS options to stdio routines
515vms/ext/VMS/stdio/stdio.xs VMS options to stdio routines
ecfc5424 516vms/gen_shrfls.pl VMS port
a0d0e21e 517vms/genconfig.pl VMS port
518vms/genopt.com VMS port
a0d0e21e 519vms/mms2make.pl VMS port
520vms/perlshr.c VMS port
521vms/perlvms.pod VMS port
522vms/sockadapt.c VMS port
523vms/sockadapt.h VMS port
524vms/test.com VMS port
525vms/vms.c VMS port
526vms/vmsish.h VMS port
527vms/writemain.pl VMS port
528writemain.SH Generate perlmain.c from miniperlmain.c+extensions
a687059c 529x2p/EXTERN.h Same as above
530x2p/INTERN.h Same as above
531x2p/Makefile.SH Precursor to Makefile
748a9306 532x2p/a2p.c Output of a2p.y run through byacc
a687059c 533x2p/a2p.h Global declarations
534x2p/a2p.man Manual page for awk to perl translator
535x2p/a2p.y A yacc grammer for awk
536x2p/a2py.c Awk compiler, sort of
132b68a5 537x2p/cflags.SH A script that emits C compilation flags per file
fe14fcc3 538x2p/find2perl.SH A find to perl translator
a687059c 539x2p/handy.h Handy definitions
540x2p/hash.c Associative arrays again
541x2p/hash.h Public declarations for the above
542x2p/s2p.SH Sed to perl translator
543x2p/s2p.man Manual page for sed to perl translator
544x2p/str.c String handling package
545x2p/str.h Public declarations for the above
546x2p/util.c Utility routines
547x2p/util.h Public declarations for the above
548x2p/walk.c Parse tree walker