add missing file from change#1943
[p5sagit/p5-mst-13.2.git] / MANIFEST
index d274422..a2d35e9 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -20,6 +20,7 @@ Porting/Glossary      Glossary of config.sh variables
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/findvars       Find occurrences of words
+Porting/fixCORE                Find and fix modules that generate warnings
 Porting/fixvars                Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/makerel                Release making utility
@@ -32,12 +33,15 @@ README.amiga                Notes about AmigaOS port
 README.beos            Notes about BeOS port
 README.cygwin32                Notes about Cygwin32 port
 README.dos             Notes about dos/djgpp port
+README.lexwarn         Notes about lexical warnings
 README.mpeix           Notes about MPE/iX port
 README.os2             Notes about OS/2 port
+README.os390           Notes about OS/390 (nee MVS) port
 README.plan9           Notes about Plan9 port
 README.qnx             Notes about QNX port
 README.threads         Notes about multithreading
 README.vms             Notes about VMS port
+README.vos             Notes about Stratus VOS port
 README.win32           Notes about Win32 port
 Todo                   The Wishlist
 Todo-5.005             What needs doing before 5.005 release
@@ -73,6 +77,7 @@ doio.c                        I/O operations
 doop.c                 Support code for various operations
 dosish.h               Some defines for MS/DOSish machines
 dump.c                 Debugging output
+ebcdic.c               EBCDIC support routines
 eg/ADB                 An adb wrapper to put in your crash dir
 eg/README              Intro to example perl scripts
 eg/cgi/RunMeFirst              Setup script for CGI examples
@@ -223,6 +228,7 @@ ext/IO/lib/IO/Seekable.pm   IO::Seekable extension Perl module
 ext/IO/lib/IO/Select.pm                IO::Select extension Perl module
 ext/IO/lib/IO/Socket.pm                IO::Socket extension Perl module
 ext/IPC/SysV/ChangeLog         IPC::SysV extension Perl module
+ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/MANIFEST          IPC::SysV extension Perl module
 ext/IPC/SysV/Makefile.PL       IPC::SysV extension Perl module
 ext/IPC/SysV/Msg.pm            IPC::SysV extension Perl module
@@ -427,12 +433,12 @@ hints/unicosmk.sh Hints for named architecture
 hints/unisysdynix.sh   Hints for named architecture
 hints/utekv.sh         Hints for named architecture
 hints/uts.sh           Hints for named architecture
+hints/uwin.sh          Hints for named architecture
 hv.c                   Hash value code
 hv.h                   Hash value header
 installhtml            Perl script to install html files for pods
 installman             Perl script to install man pages for pods
 installperl            Perl script to do "make install" dirty work
-interp.sym             Interpreter specific symbols to hide in a struct
 intrpvar.h             Variables held in each interpreter instance
 iperlsys.h             Perl's interface to the system
 keywords.h             The keyword numbers
@@ -561,6 +567,7 @@ lib/dumpvar.pl              A variable dumper
 lib/exceptions.pl      catch and throw routines
 lib/fastcwd.pl         a faster but more dangerous getcwd
 lib/fields.pm          Set up object field names for pseudo-hash-using classes
+lib/filetest.pm                For "use filetest"
 lib/find.pl            A find emulator--used by find2perl
 lib/finddepth.pl       A depth-first find emulator--used by find2perl
 lib/flush.pl           Routines to do single flush
@@ -751,6 +758,7 @@ lib/utf8.pm                                 Pragma to control Unicode support
 lib/utf8_heavy.pl                              Support routines for utf8 pragma
 lib/validate.pl                Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
+lib/warning.pm         For "use warning"
 makeaperl.SH           perl script that produces a new perl binary
 makedepend.SH          Precursor to makedepend
 makedir.SH             Precursor to makedir
@@ -1061,6 +1069,7 @@ t/op/fork.t               See if fork works
 t/op/glob.t            See if <*> works
 t/op/goto.t            See if goto works
 t/op/goto_xs.t         See if "goto &sub" works on XSUBs
+t/op/grent.t           See if getgr*() functions work
 t/op/groups.t          See if $( works
 t/op/gv.t              See if typeglobs work
 t/op/hashwarn.t                See if warnings for bad hash assignments work
@@ -1082,6 +1091,7 @@ t/op/pack.t               See if pack and unpack work
 t/op/pat.t             See if esoteric patterns work
 t/op/pos.t             See if pos works
 t/op/push.t            See if push and pop work
+t/op/pwent.t           See if getpw*() functions work
 t/op/quotemeta.t       See if quotemeta works
 t/op/rand.t            See if rand works
 t/op/range.t           See if .. works
@@ -1109,6 +1119,7 @@ t/op/tie.t                See if tie/untie functions work
 t/op/tiearray.t                See if tie for arrays works
 t/op/tiehandle.t       See if tie for handles works
 t/op/time.t            See if time functions work
+t/op/tr.t              See if tr works
 t/op/undef.t           See if undef works
 t/op/universal.t       See if UNIVERSAL class works
 t/op/unshift.t         See if unshift works
@@ -1123,7 +1134,28 @@ t/pragma/strict-subs     Tests of "use strict 'subs'" for strict.t
 t/pragma/strict-vars   Tests of "use strict 'vars'" for strict.t
 t/pragma/strict.t      See if strictures work
 t/pragma/subs.t                See if subroutine pseudo-importation works
-t/pragma/warn-1global  Tests of global warnings for warning.t
+t/pragma/warn/1global  Tests of global warnings for warning.t
+t/pragma/warn/2use     Tests for "use warning" for warning.t
+t/pragma/warn/3both    Tests for interaction of $^W and "use warning"
+t/pragma/warn/4lint    Tests for -W switch
+t/pragma/warn/5nolint  Tests for -X switch
+t/pragma/warn/doio     Tests for doio.c for warning.t
+t/pragma/warn/gv       Tests for gv.c for warning.t
+t/pragma/warn/mg       Tests for mg.c for warning.t
+t/pragma/warn/op       Tests for op.c for warning.t
+t/pragma/warn/perl     Tests for perl.c for warning.t
+t/pragma/warn/perly    Tests for perly.y for warning.t
+t/pragma/warn/pp       Tests for pp.c for warning.t
+t/pragma/warn/pp_ctl   Tests for pp_ctl.c for warning.t
+t/pragma/warn/pp_hot   Tests for pp_hot.c for warning.t
+t/pragma/warn/pp_sys   Tests for pp_sys.c for warning.t
+t/pragma/warn/regcomp  Tests for regcomp.c for warning.t
+t/pragma/warn/regexec  Tests for regexec.c for warning.t
+t/pragma/warn/sv       Tests for sv.c for warning.t
+t/pragma/warn/taint    Tests for taint.c for warning.t
+t/pragma/warn/toke     Tests for toke.c for warning.t
+t/pragma/warn/universal        Tests for universal.c for warning.t
+t/pragma/warn/util     Tests for util.c for warning.t
 t/pragma/warning.t     See if warning controls work
 taint.c                        Tainting code
 thrdvar.h              Per-thread variables
@@ -1166,7 +1198,7 @@ vms/genconfig.pl  retcon config.sh from config.h
 vms/genopt.com         hack to write options files in case of broken makes
 vms/make_command.com   record MM[SK] command used to build Perl
 vms/mms2make.pl                convert descrip.mms to make syntax
-vms/munchconfig.c   performs shell $var substitution for VMS
+vms/munchconfig.c      performs shell $var substitution for VMS
 vms/myconfig.com       record local configuration info for bug report
 vms/perlvms.pod                VMS-specific additions to Perl documentation
 vms/perly_c.vms                perly.c with fixed declarations for global syms
@@ -1179,17 +1211,25 @@ vms/vms.c               VMS-specific C code for Perl core
 vms/vms_yfix.pl                convert Unix perly.[ch] to VMS perly_[ch].vms
 vms/vmsish.h           VMS-specific C header for Perl core
 vms/writemain.pl       Generate perlmain.c from miniperlmain.c+extensions
+vos/build.cm           VOS command macro to build Perl
+vos/Changes            Changes made to port Perl to the VOS operating system
+vos/compile_perl.cm    VOS commnad macro to build multiple version of Perl
+vos/config.h           config.h for VOS
+vos/config_h.SH_orig   config_h.SH at the time config.h was created
+vos/perl.bind          VOS bind control file
+vos/test_vos_dummies.c Test program for "vos_dummies.c"
+vos/vos_dummies.c      Wrappers to soak up undefined functions
+vos/vosish.h           VOS-specific header file
+warning.h              The warning numbers
+warning.pl             Program to write warning.h and lib/warning.pm
 win32/GenCAPI.pl       Win32 port for C API with PERL_OBJECT
 win32/Makefile         Win32 makefile for NMAKE (Visual C++ build)
 win32/TEST             Win32 port
 win32/autosplit.pl     Win32 port
-win32/bin/network.pl   Win32 port
 win32/bin/perlglob.pl  Win32 globbing
 win32/bin/pl2bat.pl    wrap perl scripts into batch files
 win32/bin/runperl.pl   run perl script via batch file namesake
 win32/bin/search.pl    Win32 port
-win32/bin/webget.pl    Win32 port
-win32/bin/www.pl       Win32 port
 win32/config.bc                Win32 base line config.sh (Borland C++ build)
 win32/config.gc                Win32 base line config.sh (mingw32/gcc build)
 win32/config.vc                Win32 base line config.sh (Visual C++ build)
@@ -1198,6 +1238,7 @@ win32/config_H.gc Win32 config header (GNU build)?
 win32/config_H.vc      Win32 config header (Visual C++ build)
 win32/config_h.PL      Perl code to convert Win32 config.sh to config.h
 win32/config_sh.PL     Perl code to update Win32 config.sh from Makefile 
+win32/des_fcrypt.patch Win32 port
 win32/dl_win32.xs      Win32 port
 win32/genxsdef.pl      Win32 port
 win32/include/arpa/inet.h      Win32 port