Quickier thread-specific data on OS/2
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 2620c5f..d1a0d98 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -33,6 +33,7 @@ Porting/patchls               Flexible patch file listing utility
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
 README                 The Instructions
 README.amiga           Notes about AmigaOS port
+README.apollo          Notes about Apollo DomainOS port
 README.beos            Notes about BeOS port
 README.cygwin32                Notes about Cygwin32 port
 README.dos             Notes about dos/djgpp port
@@ -55,6 +56,7 @@ Todo                  The Wishlist
 Todo-5.005             What needs doing before 5.005 release
 XSlock.h               Include file for extensions built with PERL_OBJECT defined
 XSUB.h                 Include file for extension subroutines
+apollo/netinet/in.h    Apollo DomainOS port: C header file frontend
 av.c                   Array value code
 av.h                   Array value header
 beos/nm.c              BeOS port
@@ -70,11 +72,15 @@ 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/impure_ptr.c  impure pointer stub for dlls
+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
@@ -193,6 +199,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
@@ -855,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
@@ -937,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
@@ -949,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
@@ -1109,6 +1120,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
@@ -1175,6 +1187,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
@@ -1307,6 +1320,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