perl5.001 patch.1e
[p5sagit/p5-mst-13.2.git] / MANIFEST
index f42df72..59137b7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -18,7 +18,7 @@ c2ph.SH                       program to translate dbx stabs to perl
 c2ph.doc               documentation for c2ph
 cflags.SH              A script that emits C compilation flags per file
 config.H               Sample config.h
-config_h.SH             Produces config.h
+config_h.SH            Produces config.h
 configpm               Produces lib/Config.pm
 cop.h                  Control operator header
 cv.h                   Code value header
@@ -79,7 +79,7 @@ emacs/perldb.el               Emacs debugging
 emacs/perldb.pl                Emacs debugging
 emacs/tedstuff         Some optional patches
 embed.h                        Maps symbols to safer names
-embed_h.SH             Produces embed.h
+embed_h.sh             Produces embed.h
 ext/DB_File/DB_File.pm         Berkeley DB extension Perl module
 ext/DB_File/DB_File.xs         Berkeley DB extension external subroutines
 ext/DB_File/DB_File_BS         Berkeley DB extension mkbootstrap fodder
@@ -150,13 +150,12 @@ ext/SDBM_File/typemap     SDBM extension interface types
 ext/Socket/Makefile.PL Socket extension makefile writer
 ext/Socket/Socket.pm   Socket extension Perl module
 ext/Socket/Socket.xs   Socket extension external subroutines
-ext/typemap            Extension interface types
 ext/util/extliblist    Used by extension Makefile.PL to make lib lists
 ext/util/make_ext      Used by Makefile to execute extension Makefiles
 ext/util/mkbootstrap   Turns ext/*/*_BS into bootstrap info
-ext/xsubpp             External subroutine preprocessor
 form.h                 Public declarations for the above
 global.sym             Symbols that need hiding when embedded
+globals.c              File to declare global symbols (for shared library)
 gv.c                   Glob value code
 gv.h                   Glob value header
 h2ph.SH                        A thing to turn C .h files into perl .ph files
@@ -172,16 +171,18 @@ h2pl/mksizes              Program to make %sizeof array
 h2pl/mkvars            Program to make .pl from .ph files
 h2pl/tcbreak           cbreak test routine using .ph
 h2pl/tcbreak2          cbreak test routine using .pl
-h2xs                   Program to make .xs files from C header files
+h2xs.SH                        Program to make .xs files from C header files
 handy.h                        Handy definitions
 hints/3b1.sh           Hints for named architecture
 hints/3b1cc            Hints for named architecture
-hints/README.hints     Hints for named architecture
+hints/README.hints     Notes about hints.
 hints/aix.sh           Hints for named architecture
 hints/altos486.sh      Hints for named architecture
 hints/apollo.sh                Hints for named architecture
 hints/aux.sh           Hints for named architecture
 hints/bsd386.sh                Hints for named architecture
+hints/convexos.sh      Hints for named architecture
+hints/cxux.sh          Hints for named architecture
 hints/dec_osf.sh       Hints for named architecture
 hints/dgux.sh          Hints for named architecture
 hints/dnix.sh          Hints for named architecture
@@ -195,15 +196,20 @@ hints/hpux_9.sh           Hints for named architecture
 hints/i386.sh          Hints for named architecture
 hints/irix_4.sh                Hints for named architecture
 hints/irix_5.sh                Hints for named architecture
+hints/irix_6.sh                Hints for named architecture
 hints/isc.sh           Hints for named architecture
 hints/isc_2.sh         Hints for named architecture
 hints/linux.sh         Hints for named architecture
+hints/machten.sh       Hints for named architecture
 hints/mips.sh          Hints for named architecture
 hints/mpc.sh           Hints for named architecture
+hints/mpeix.sh         Hints for named architecture
 hints/ncr_tower.sh     Hints for named architecture
 hints/netbsd.sh                Hints for named architecture
+hints/next_3_0.sh      Hints for named architecture
 hints/next_3_2.sh      Hints for named architecture
 hints/opus.sh          Hints for named architecture
+hints/powerunix.sh     Hints for named architecture
 hints/sco_2_3_0.sh     Hints for named architecture
 hints/sco_2_3_1.sh     Hints for named architecture
 hints/sco_2_3_2.sh     Hints for named architecture
@@ -239,21 +245,24 @@ lib/English.pm            Readable aliases for short variables
 lib/Env.pm             Map environment into ordinary variables
 lib/Exporter.pm                Exporter base class
 lib/ExtUtils/MakeMaker.pm      Write Makefiles for extensions
+lib/ExtUtils/typemap           Extension interface types
+lib/ExtUtils/xsubpp            External subroutine preprocessor
 lib/File/Basename.pm   A module to emulate the basename program
 lib/File/CheckTree.pm  Perl module supporting wholesale file mode validation
 lib/File/Find.pm       Routines to do a find
+lib/File/Path.pm       A module to do things like `mkdir -p' and `rm -r'
 lib/FileHandle.pm      FileHandle methods
-lib/Shell.pm           A module to make AUTOLOADEed system() calls
 lib/Getopt/Long.pm     A module to fetch command options (GetOptions)
 lib/Getopt/Std.pm      A module to fetch command options (getopt, getopts)
 lib/I18N/Collate.pm    Routines to do strxfrm-based collation
 lib/IPC/Open2.pm       Open a two-ended pipe
 lib/IPC/Open3.pm       Open a three-ended pipe!
-lib/Math/BigInt.pm     An arbitrary precision integer arithmetic package
 lib/Math/BigFloat.pm   An arbitrary precision floating-point arithmetic package
+lib/Math/BigInt.pm     An arbitrary precision integer arithmetic package
 lib/Math/Complex.pm    A Complex package
 lib/Net/Ping.pm                Ping methods
 lib/Search/Dict.pm     A module to do binary search on dictionaries
+lib/Shell.pm           A module to make AUTOLOADEed system() calls
 lib/Sys/Hostname.pm    Hostname methods
 lib/Sys/Syslog.pm      Perl module supporting syslogging
 lib/Term/Cap.pm                Perl module supporting termcap usage
@@ -264,6 +273,7 @@ lib/Text/ParseWords.pm      Perl module to split words on arbitrary delimiter
 lib/Text/Soundex.pm    Perl module to implement Soundex
 lib/Text/Tabs.pm       Do expand and unexpand
 lib/TieHash.pm         Base class for tied hashes
+lib/SubstrHash.pm      Compact hash for known key, value and table size
 lib/Time/Local.pm      Reverse translation of localtime, gmtime
 lib/abbrev.pl          An abbreviation table builder
 lib/assert.pl          assertion and panic with stack trace
@@ -306,11 +316,13 @@ lib/tainted.pl            Old code for tainting
 lib/termcap.pl         Perl library supporting termcap usage
 lib/timelocal.pl       Perl library supporting inverse of localtime, gmtime
 lib/validate.pl                Perl library supporting wholesale file mode validation
+makeaperl.SH           perl script that produces a new perl binary
 makedepend.SH          Precursor to makedepend
 makedir.SH             Precursor to makedir
 malloc.c               A version of malloc you might not want
 mg.c                   Magic code
 mg.h                   Magic header
+minimod.PL             Writes lib/ExtUtils/Miniperl.pm
 miniperlmain.c         Basic perl w/o dynamic loading or extensions
 mv-if-diff             Script to mv a file if it changed
 myconfig               Prints summary of the current configuration
@@ -390,8 +402,9 @@ pod/perlsub.pod             Subroutine info
 pod/perlsyn.pod                Syntax info
 pod/perltrap.pod       Trap info
 pod/perlvar.pod                Variable info
-pod/pod2html           Translator to turn pod into HTML
-pod/pod2man            Translator to turn pod into manpage
+pod/pod2html.SH                Precursor for translator to turn pod into HTML
+pod/pod2latex.SH       Precursor for translator to turn pod into LaTeX
+pod/pod2man.SH         Precursor for translator to turn pod into manpage
 pod/splitman           Splits perlfunc into multiple man pages
 pp.c                   Push/Pop code
 pp.h                   Push/Pop code defs
@@ -437,6 +450,7 @@ t/io/print.t                See if print commands work
 t/io/tell.t            See if file seeking works
 t/lib/anydbm.t         See if AnyDBM_File works
 t/lib/bigint.t         See if bigint.pl works
+t/lib/bigintpm.t       See if BigInt.pm works
 t/lib/db-btree.t       See if DB_File works
 t/lib/db-hash.t                See if DB_File works
 t/lib/db-recno.t       See if DB_File works
@@ -474,6 +488,7 @@ t/op/mkdir.t                See if mkdir works
 t/op/my.t              See if lexical scoping works
 t/op/oct.t             See if oct and hex work
 t/op/ord.t             See if ord works
+t/op/overload.t                See if operator overload works
 t/op/pack.t            See if pack and unpack work
 t/op/pat.t             See if esoteric patterns work
 t/op/push.t            See if push and pop work
@@ -505,12 +520,17 @@ toke.c                    The tokener
 unixish.h              Defines that are assumed on Unix
 util.c                 Utility routines
 util.h                 Public declarations for the above
+vms/Makefile           VMS port
 vms/config.vms         VMS port
 vms/descrip.mms                VMS port
+vms/ext/Filespec.pm    VMS-Unix file syntax interconversion
+vms/ext/MM_VMS.pm      VMS-specific methods for MakeMaker
+vms/ext/VMS/stdio/Makefile.PL  MakeMaker driver for VMS::stdio
+vms/ext/VMS/stdio/stdio.pm     VMS options to stdio routines
+vms/ext/VMS/stdio/stdio.xs     VMS options to stdio routines
+vms/gen_shrfls.pl      VMS port
 vms/genconfig.pl       VMS port
 vms/genopt.com         VMS port
-vms/gen_shrfls.pl      VMS port
-vms/makefile.          VMS port
 vms/mms2make.pl                VMS port
 vms/perlshr.c          VMS port
 vms/perlvms.pod                VMS port
@@ -524,6 +544,7 @@ writemain.SH                Generate perlmain.c from miniperlmain.c+extensions
 x2p/EXTERN.h           Same as above
 x2p/INTERN.h           Same as above
 x2p/Makefile.SH                Precursor to Makefile
+x2p/a2p.c              Output of a2p.y run through byacc
 x2p/a2p.h              Global declarations
 x2p/a2p.man            Manual page for awk to perl translator
 x2p/a2p.y              A yacc grammer for awk
@@ -533,7 +554,6 @@ x2p/find2perl.SH    A find to perl translator
 x2p/handy.h            Handy definitions
 x2p/hash.c             Associative arrays again
 x2p/hash.h             Public declarations for the above
-x2p/malloc.c           Malloc code
 x2p/s2p.SH             Sed to perl translator
 x2p/s2p.man            Manual page for sed to perl translator
 x2p/str.c              String handling package