perlform.pod
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 966cc80..6c2913d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -41,6 +41,7 @@ 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
@@ -436,7 +437,6 @@ 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
@@ -1131,28 +1131,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-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/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
@@ -1195,7 +1195,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
@@ -1208,6 +1208,15 @@ 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