threads 1.33
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 2e9ae71..473888b 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -448,11 +448,10 @@ ext/Devel/PPPort/parts/todo/5009001       Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009002    Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009003    Devel::PPPort todo file
 ext/Devel/PPPort/parts/todo/5009004    Devel::PPPort todo file
+ext/Devel/PPPort/PPPort.xs     Devel::PPPort dummy PPPort.xs
 ext/Devel/PPPort/ppport_h.PL   Devel::PPPort ppport.h writer
-ext/Devel/PPPort/PPPort.pm     Devel::PPPort extension
 ext/Devel/PPPort/PPPort_pm.PL  Devel::PPPort PPPort.pm writer
-ext/Devel/PPPort/PPPort.xs     Devel::PPPort extension
-ext/Devel/PPPort/PPPort_xs.PL  Devel::PPPort PPPort.xs writer
+ext/Devel/PPPort/PPPort_xs.PL  Devel::PPPort RealPPPort.xs writer
 ext/Devel/PPPort/README                Devel::PPPort Readme
 ext/Devel/PPPort/soak          Devel::PPPort Test Harness to run under various Perls
 ext/Devel/PPPort/t/call.t      Devel::PPPort test file
@@ -810,6 +809,18 @@ ext/Hash/Util/lib/Hash/Util.pm     Hash::Util
 ext/Hash/Util/Makefile.PL      Makefile for Hash::Util
 ext/Hash/Util/t/Util.t         See if Hash::Util works
 ext/Hash/Util/Util.xs          XS bits of Hash::Util
+ext/Hash/Util/FieldHash/Changes                        Changes for Hash::Util::FieldHash
+ext/Hash/Util/FieldHash/Makefile.PL            Makefile for Hash::Util::FieldHash
+ext/Hash/Util/FieldHash/FieldHash.xs           XS portion
+ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm     Perl portion and documentation
+ext/Hash/Util/FieldHash/t/01_load.t            Test script
+ext/Hash/Util/FieldHash/t/02_function.t                Test script
+ext/Hash/Util/FieldHash/t/03_class.t           Test script
+ext/Hash/Util/FieldHash/t/04_thread.t          Test script
+ext/Hash/Util/FieldHash/t/05_perlhook.t                Test script
+ext/Hash/Util/FieldHash/t/10_hash.t            Adapted from t/op/hash.t
+ext/Hash/Util/FieldHash/t/11_hashassign.t      Adapted from t/op/hashassign.t
+ext/Hash/Util/FieldHash/t/12_hashwarn.t                Adapted from t/op/hashwarn.t
 ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo
 ext/I18N/Langinfo/fallback/const-xs.inc        I18N::Langinfo
 ext/I18N/Langinfo/Langinfo.pm  I18N::Langinfo
@@ -1007,9 +1018,9 @@ ext/re/re_comp.h          re extension wrapper for regcomp.h
 ext/re/re.pm                   re extension Perl module
 ext/re/re_top.h                        re extension symbol hiding header
 ext/re/re.xs                   re extension external subroutines
-ext/re/t/re.t                  see if re pragma works
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
+ext/re/t/re.t                  see if re pragma works
 ext/Safe/t/safe1.t             See if Safe works
 ext/Safe/t/safe2.t             See if Safe works
 ext/Safe/t/safe3.t             See if Safe works
@@ -1107,6 +1118,7 @@ ext/Sys/Syslog/Makefile.PL        Sys::Syslog extension makefile writer
 ext/Sys/Syslog/README          README for Sys::Syslog
 ext/Sys/Syslog/Syslog.pm       Sys::Syslog extension Perl module
 ext/Sys/Syslog/Syslog.xs       Sys::Syslog extension external subroutines
+ext/Sys/Syslog/ppport.h                portability header for Sys::Syslog
 ext/Sys/Syslog/t/00-load.t     test for Sys::Syslog
 ext/Sys/Syslog/t/constants.t   test for Sys::Syslog
 ext/Sys/Syslog/t/syslog.t      See if Sys::Syslog works
@@ -1126,7 +1138,8 @@ ext/Thread/README         Thread README
 ext/Thread/README.threads              Notes about multithreading
 ext/threads/Changes            ithreads
 ext/Thread/Semaphore.pmx       Threadsafe semaphore
-ext/threads/hints/linux.pl     thread shared variables
+ext/threads/hints/hpux.pl      Hint file for HPUX
+ext/threads/hints/linux.pl     Hint file for Linux
 ext/threads/Makefile.PL                ithreads
 ext/Thread/specific.tx         Test thread-specific user data
 ext/threads/README             ithreads
@@ -1153,6 +1166,7 @@ ext/threads/t/basic.t             ithreads
 ext/threads/t/blocks.t         Test threads in special blocks
 ext/threads/t/context.t                Explicit thread context
 ext/threads/t/end.t            Test end functions
+ext/threads/t/exit.t           Test exit and die in threads
 ext/threads/t/free2.t          More ithread destruction tests
 ext/threads/t/free.t           Test ithread destruction
 ext/threads/threads.pm         ithreads
@@ -1210,6 +1224,7 @@ ext/Unicode/Normalize/t/proto.t   Unicode::Normalize
 ext/Unicode/Normalize/t/short.t        Unicode::Normalize
 ext/Unicode/Normalize/t/split.t        Unicode::Normalize
 ext/Unicode/Normalize/t/test.t Unicode::Normalize
+ext/Unicode/Normalize/t/tie.t  Unicode::Normalize
 ext/util/make_ext              Used by Makefile to execute extension Makefiles
 ext/XS/APItest/APItest.pm      XS::APItest extension
 ext/XS/APItest/APItest.xs      XS::APItest extension
@@ -1219,8 +1234,8 @@ ext/XS/APItest/MANIFEST           XS::APItest extension
 ext/XS/APItest/README          XS::APItest extension
 ext/XS/APItest/t/call.t                XS::APItest extension
 ext/XS/APItest/t/exception.t   XS::APItest extension
-ext/XS/APItest/t/my_cxt.t      XS::APItest: test MY_CXT interface
 ext/XS/APItest/t/hash.t                XS::APItest: tests for hash related APIs
+ext/XS/APItest/t/my_cxt.t      XS::APItest: test MY_CXT interface
 ext/XS/APItest/t/op.t          XS::APItest: tests for OP related APIs
 ext/XS/APItest/t/printf.t      XS::APItest extension
 ext/XS/APItest/t/push.t                XS::APItest extension
@@ -2029,6 +2044,7 @@ lib/Module/Build/YAML.pm  Module::Build
 lib/Module/CoreList/bin/corelist       Module::CoreList
 lib/Module/CoreList.pm                 Module::CoreList
 lib/Module/CoreList/t/corelist.t       Module::CoreList
+lib/Module/CoreList/t/find_modules.t   Module::CoreList
 lib/Net/Changes.libnet         libnet
 lib/Net/Cmd.pm                 libnet
 lib/Net/Config.eg              libnet
@@ -2399,6 +2415,7 @@ lib/Test/Harness/TAP.pod  Documentation for the Test Anything Protocol
 lib/Test/Harness/t/assert.t    Test::Harness::Assert test
 lib/Test/Harness/t/base.t      Test::Harness test
 lib/Test/Harness/t/callback.t  Test::Harness test
+lib/Test/Harness/t/failure.t   Test::Harness test
 lib/Test/Harness/t/from_line.t Test::Harness test
 lib/Test/Harness/t/harness.t   Test::Harness test
 lib/Test/Harness/t/inc_taint.t Test::Harness test
@@ -2945,6 +2962,7 @@ pod/perlport.pod          Perl portability guide
 pod/perlpragma.pod             Perl modules: writing a user pragma
 pod/perlref.pod                        Perl references, the rest of the story
 pod/perlreftut.pod             Perl references short introduction
+pod/perlreguts.pod             Perl regular expression engine internals
 pod/perlre.pod                 Perl regular expressions, the rest of the story
 pod/perlrequick.pod            Perl regular expressions quick start
 pod/perlreref.pod              Perl regular expressions quick reference
@@ -3686,6 +3704,20 @@ win32/dl_win32.xs                Win32 port
 win32/ext/Win32/Makefile.PL    Win32 extension makefile writer
 win32/ext/Win32/Win32.pm       Win32 extension Perl module
 win32/ext/Win32/Win32.xs       Win32 extension external subroutines
+win32/ext/Win32API/File/buffers.h                      Win32API::File extension
+win32/ext/Win32API/File/cFile.h                                Win32API::File extension
+win32/ext/Win32API/File/cFile.pc                       Win32API::File extension
+win32/ext/Win32API/File/Changes                                Win32API::File extension changes
+win32/ext/Win32API/File/const2perl.h                   Win32API::File extension
+win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm       Win32API::File extension
+win32/ext/Win32API/File/File.pm                                Win32API::File extension
+win32/ext/Win32API/File/File.xs                                Win32API::File extension
+win32/ext/Win32API/File/Makefile.PL                    Win32API::File extension makefile write
+win32/ext/Win32API/File/ppport.h                       Win32API::File extension
+win32/ext/Win32API/File/README                         Win32API::File extension Readme
+win32/ext/Win32API/File/t/file.t                       See if Win32API::File extension works
+win32/ext/Win32API/File/t/tie.t                                See if Win32API::File extension works
+win32/ext/Win32API/File/typemap                                Win32API::File extension interface types
 win32/fcrypt.c                 crypt() implementation
 win32/FindExt.pm               Scan for extensions
 win32/genmk95.pl               Perl code to generate command.com-usable makefile.95