up patchlevel &c
[p5sagit/p5-mst-13.2.git] / MANIFEST
index af10ce8..2678567 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -72,11 +72,14 @@ configure.com               Configure-equivalent for VMS
 configure.gnu          Crude emulation of GNU configure
 cop.h                  Control operator header
 cv.h                   Code value header
-cygwin32/cw32imp.h     Cygwin32 port
-cygwin32/gcc2          Cygwin32 port
-cygwin32/ld2           Cygwin32 port
-cygwin32/perlgcc       Cygwin32 port
-cygwin32/perlld                Cygwin32 port
+cygwin32/Makefile.SHs  Shared library generation for Cygwin32 port
+cygwin32/ld2.in                ld wrapper template for Cygwin32 port
+cygwin32/perlld.in     dll generator template for Cygwin32 port
+cygwin32/build-instructions.charles-wilson     Cygwin32 porters notes
+cygwin32/build-instructions.READFIRST          Cygwin32 porters notes
+cygwin32/build-instructions.steven-morlock2    Cygwin32 porters notes
+cygwin32/build-instructions.sebastien-barre    Cygwin32 porters notes
+cygwin32/build-instructions.steven-morlock     Cygwin32 porters notes
 deb.c                  Debugging routines
 djgpp/config.over       DOS/DJGPP port
 djgpp/configure.bat     DOS/DJGPP port
@@ -195,6 +198,9 @@ ext/B/ramblings/magic               Compiler ramblings: notes on magic
 ext/B/ramblings/reg.alloc      Compiler ramblings: register allocation
 ext/B/ramblings/runtime.porting        Compiler ramblings: porting PP enging
 ext/B/typemap          Compiler backend interface types
+ext/ByteLoader/ByteLoader.pm   Bytecode loader Perl module
+ext/ByteLoader/ByteLoader.xs   Bytecode loader external subroutines
+ext/ByteLoader/Makefile.PL     Bytecode loader makefile writer
 ext/DB_File/Changes            Berkeley DB extension change log
 ext/DB_File/DB_File.pm         Berkeley DB extension Perl module
 ext/DB_File/DB_File.xs         Berkeley DB extension external subroutines
@@ -538,6 +544,7 @@ lib/ExtUtils/Install.pm     Handles 'make install' on extensions
 lib/ExtUtils/Installed.pm      Information on installed extensions
 lib/ExtUtils/Liblist.pm        Locates libraries
 lib/ExtUtils/MM_OS2.pm         MakeMaker methods for OS/2
+lib/ExtUtils/MM_Cygwin.pm      MakeMaker methods for Cygwin
 lib/ExtUtils/MM_Unix.pm                MakeMaker base class for Unix
 lib/ExtUtils/MM_VMS.pm         MakeMaker methods for VMS
 lib/ExtUtils/MM_Win32.pm       MakeMaker methods for Win32
@@ -857,7 +864,7 @@ mpeix/mpeixish.h    MPE/iX port
 mpeix/nm               MPE/iX port
 mpeix/relink           MPE/iX port
 mv-if-diff             Script to mv a file if it changed
-myconfig               Prints summary of the current configuration
+myconfig.SH            Prints summary of the current configuration
 nostdio.h              Cause compile error on stdio calls
 op.c                   Opcode syntax tree code
 op.h                   Opcode syntax tree header
@@ -939,6 +946,7 @@ plan9/plan9ish.h    Plan9 port: Plan9-specific C header file
 plan9/setup.rc         Plan9 port: script for easy build+install
 plan9/versnum          Plan9 port: script to print version number
 pod/Makefile           Make pods into something else
+pod/Win32.pod          Documentation for Win32 extras
 pod/buildtoc           generate perltoc.pod
 pod/checkpods.PL       Tool to check for common errors in pods
 pod/perl.pod           Top level perl man page
@@ -951,6 +959,7 @@ pod/perldebug.pod   Debugger info
 pod/perldelta.pod      Changes since last version
 pod/perl5005delta.pod  Changes from 5.004 to 5.005
 pod/perl5004delta.pod  Changes from 5.003 to 5.004
+pod/perldbmfilter.pod  Info about DBM Filters
 pod/perldiag.pod       Diagnostic info
 pod/perldsc.pod                Data Structures Cookbook
 pod/perlembed.pod      Embedding info
@@ -992,6 +1001,7 @@ pod/perltie.pod            Tieing an object class into a simple variable
 pod/perltoc.pod                Table of Contents info
 pod/perltodo.pod       Todo list explained
 pod/perltoot.pod       Tom's object-oriented tutorial
+pod/perltootc.pod      Tom's object-oriented tutorial (more on class data)
 pod/perltrap.pod       Trap info
 pod/perlvar.pod                Variable info
 pod/perlxs.pod         XS api info
@@ -1111,6 +1121,7 @@ t/lib/hostname.t  See if Sys::Hostname works
 t/lib/io_const.t       See if constants from IO work
 t/lib/io_dir.t         See if directory-related methods from IO work
 t/lib/io_dup.t         See if dup()-related methods from IO work
+t/lib/io_linenum.t     See if I/O line numbers are tracked correctly
 t/lib/io_multihomed.t  See if INET sockets work with multi-homed hosts
 t/lib/io_pipe.t                See if pipe()-related methods from IO work
 t/lib/io_poll.t                See if poll()-related methods from IO work
@@ -1177,6 +1188,7 @@ 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/grep.t            See if grep() and map() 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
@@ -1193,6 +1205,7 @@ t/op/method.t             See if method calls work
 t/op/misc.t            See if miscellaneous bugs have been fixed
 t/op/mkdir.t           See if mkdir works
 t/op/my.t              See if lexical scoping works
+t/op/numconvert.t      See if accessing fields does not change numeric values
 t/op/nothread.t                local @_ test which does not work threaded 
 t/op/oct.t             See if oct and hex work
 t/op/ord.t             See if ord works
@@ -1309,6 +1322,7 @@ utils/c2ph.PL             program to translate dbx stabs to perl
 utils/h2ph.PL          A thing to turn C .h files into perl .ph files
 utils/h2xs.PL          Program to make .xs files from C header files
 utils/perlbug.PL       A simple tool to submit a bug report
+utils/perlbc.PL                Front-end for bytecode compiler
 utils/perlcc.PL                Front-end for compiler
 utils/perldoc.PL       A simple tool to find & display perl's documentation
 utils/pl2pm.PL         A pl to pm translator