When parsing LC_ALL or LANG to get the locale's encoding, ignore
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 7acd298..e251bb4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -257,6 +257,8 @@ ext/Devel/PPPort/parts/base/5009002 Devel::PPPort baseline todo file
 ext/Devel/PPPort/parts/base/5009003    Devel::PPPort baseline todo file
 ext/Devel/PPPort/parts/base/5009004    Devel::PPPort baseline todo file
 ext/Devel/PPPort/parts/base/5009005    Devel::PPPort baseline todo file
+ext/Devel/PPPort/parts/base/5010000    Devel::PPPort baseline todo file
+ext/Devel/PPPort/parts/base/5011000    Devel::PPPort baseline todo file
 ext/Devel/PPPort/parts/embed.fnc       Devel::PPPort Perl API listing
 ext/Devel/PPPort/parts/inc/call        Devel::PPPort include
 ext/Devel/PPPort/parts/inc/cop Devel::PPPort include
@@ -271,6 +273,7 @@ ext/Devel/PPPort/parts/inc/mPUSH    Devel::PPPort include
 ext/Devel/PPPort/parts/inc/MY_CXT      Devel::PPPort include
 ext/Devel/PPPort/parts/inc/newCONSTSUB Devel::PPPort include
 ext/Devel/PPPort/parts/inc/newRV       Devel::PPPort include
+ext/Devel/PPPort/parts/inc/newSVpv     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/podtest     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphbin     Devel::PPPort include
 ext/Devel/PPPort/parts/inc/ppphdoc     Devel::PPPort include
@@ -323,6 +326,8 @@ 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/parts/todo/5009005    Devel::PPPort todo file
+ext/Devel/PPPort/parts/todo/5010000    Devel::PPPort todo file
+ext/Devel/PPPort/parts/todo/5011000    Devel::PPPort todo file
 ext/Devel/PPPort/ppport_h.PL   Devel::PPPort ppport.h writer
 ext/Devel/PPPort/PPPort_pm.PL  Devel::PPPort PPPort.pm writer
 ext/Devel/PPPort/PPPort.xs     Devel::PPPort dummy PPPort.xs
@@ -341,7 +346,7 @@ ext/Devel/PPPort/t/mPUSH.t  Devel::PPPort test file
 ext/Devel/PPPort/t/MY_CXT.t    Devel::PPPort test file
 ext/Devel/PPPort/t/newCONSTSUB.t       Devel::PPPort test file
 ext/Devel/PPPort/t/newRV.t     Devel::PPPort test file
-ext/Devel/PPPort/TODO          Devel::PPPort Todo
+ext/Devel/PPPort/t/newSVpv.t   Devel::PPPort test file
 ext/Devel/PPPort/t/podtest.t   Devel::PPPort test file
 ext/Devel/PPPort/t/ppphtest.t  Devel::PPPort test file
 ext/Devel/PPPort/t/pvs.t       Devel::PPPort test file
@@ -357,6 +362,7 @@ ext/Devel/PPPort/t/threads.t        Devel::PPPort test file
 ext/Devel/PPPort/t/uv.t                Devel::PPPort test file
 ext/Devel/PPPort/t/variables.t Devel::PPPort test file
 ext/Devel/PPPort/t/warn.t      Devel::PPPort test file
+ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Devel/PPPort/typemap       Devel::PPPort Typemap
 ext/Digest/MD5/Changes         Digest::MD5 extension changes
 ext/Digest/MD5/hints/dec_osf.pl        Hints for named architecture
@@ -824,8 +830,6 @@ ext/IO/t/io_unix.t  See if UNIX socket-related methods from IO work
 ext/IO/t/io_utf8.t     See if perlio opens work
 ext/IO/t/io_xs.t               See if XSUB methods from IO work
 ext/IPC/SysV/Changes   IPC::SysV changes
-ext/IPC/SysV/const-c.inc       IPC::SysV constants
-ext/IPC/SysV/const-xs.inc      IPC::SysV constants
 ext/IPC/SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module
@@ -995,7 +999,7 @@ ext/re/re.xs                        re extension external subroutines
 ext/re/t/lexical_debug.pl      generate debug output for lexical re 'debug'
 ext/re/t/lexical_debug.t       test that lexical re 'debug' works
 ext/re/t/qr.t                  test that qr// is a Regexp
-ext/re/t/re_funcs.t            see if exportable funcs from re.pm work
+ext/re/t/re_funcs.t            See if exportable 're' funcs in re.xs work
 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
@@ -1458,10 +1462,10 @@ lib/Attribute/Handlers/t/data_convert.t Test attribute data conversion
 lib/Attribute/Handlers/t/linerep.t     See if Attribute::Handlers works
 lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
+lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
+lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
 lib/AutoLoader.pm              Autoloader base class
-lib/AutoLoader.t               See if AutoLoader works
 lib/AutoSplit.pm               Split up autoload functions
-lib/AutoSplit.t                        See if AutoSplit works
 lib/autouse.pm                 Load and call a function only when it's used
 lib/autouse.t                  See if autouse works
 lib/base/Changes               base.pm changelog
@@ -2568,9 +2572,9 @@ lib/Search/Dict.pm                Perform binary search on dictionaries
 lib/Search/Dict.t              See if Search::Dict works
 lib/SelectSaver.pm             Enforce proper select scoping
 lib/SelectSaver.t              See if SelectSaver works
-lib/SelfLoader-buggy.t         See if SelfLoader works
+lib/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 lib/SelfLoader.pm              Load functions only on demand
-lib/SelfLoader.t               See if SelfLoader works
+lib/SelfLoader/t/01SelfLoader.t        See if SelfLoader works
 lib/Shell.pm                   Make AUTOLOADed system() calls
 lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
@@ -2981,6 +2985,7 @@ mpeix/nm                  MPE/iX port
 mpeix/relink                   MPE/iX port
 mro.c                          Method Resolution Order code
 myconfig.SH                    Prints summary of the current configuration
+mydtrace.h                     Support for optional DTrace probes
 NetWare/bat/Buildtype.bat      NetWare port
 NetWare/bat/SetCodeWar.bat     NetWare port
 NetWare/bat/Setnlmsdk.bat      NetWare port
@@ -3111,6 +3116,7 @@ parser.h                  parser object header
 patchlevel.h                   The current patch level of perl
 perlapi.c                      Perl API functions
 perlapi.h                      Perl API function declarations
+perldtrace.d                   D script for Perl probes
 perl.c                         main()
 perl.h                         Global declarations
 perlio.c                       C code for PerlIO abstraction
@@ -3294,6 +3300,7 @@ Porting/Contract  Social contract for contributed modules in Perl core
 Porting/corecpan.pl    Reports outdated dual-lived modules
 Porting/corelist.pl    Generates data for Module::CoreList
 Porting/curliff.pl     Curliff or liff your curliffable files.
+Porting/expand-macro.pl        A tool to expand C macro definitions in the Perl source
 Porting/findrfuncs     Find reentrant variants of functions used in an executable
 Porting/findvars       Find occurrences of words
 Porting/fixCORE                Find and fix modules that generate warnings
@@ -3458,8 +3465,6 @@ t/cmd/while.t                     See if while loops work
 t/comp/bproto.t                        See if builtins conform to their prototypes
 t/comp/cmdopt.t                        See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
-t/comp/cpp.aux                 main file for cpp.t
-t/comp/cpp.t                   See if C preprocessor works
 t/comp/decl.t                  See if declarations work
 t/comp/fold.t                  See if constant folding works
 t/comp/hints.t                 See if %^H works
@@ -3836,6 +3841,7 @@ t/op/inccode-tie.t                See if tie to @INC works
 t/op/incfilter.t               See if the source filters in coderef-in-@INC work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
 t/op/index.t                   See if index works
+t/op/index_thr.t               See if index works in another thread
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
 t/op/kill0.t                   See if kill(0, $pid) works
@@ -3865,6 +3871,7 @@ t/op/overload_integer.t                   See if overload::constant for integer works after "use
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
 t/op/pat.t                     See if esoteric patterns work
+t/op/pat_thr.t                 See if esoteric patterns work in another thread
 t/op/pos.t                     See if pos works
 t/op/pow.t                     See if ** works
 t/op/push.t                    See if push and pop work
@@ -3881,9 +3888,11 @@ t/op/read.t                      See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
 t/op/reg_email.t               See if regex recursion works by parsing email addresses
+t/op/reg_email_thr.t           See if regex recursion works by parsing email addresses in another thread
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
 t/op/regexp_notrie.t           See if regular expressions work without trie optimisation
 t/op/regexp_qr_embed.t         See if regular expressions work with embedded qr//
+t/op/regexp_qr_embed_thr.t     See if regular expressions work with embedded qr// in another thread
 t/op/regexp_qr.t               See if regular expressions work as qr//
 t/op/regexp.t                  See if regular expressions work
 t/op/regexp_trielist.t         See if regular expressions work with trie optimisation
@@ -3895,6 +3904,7 @@ t/op/reg_pmod.t                   See if regexp /p modifier works as expected
 t/op/reg_unsafe.t              Check for unsafe match vars
 t/op/repeat.t                  See if x operator works
 t/op/reset.t                   See if reset operator works
+t/op/re.t                      See if exportable 're' funcs in universal.c work
 t/op/re_tests                  Regular expressions for regexp.t
 t/op/reverse.t                 See if reverse operator works
 t/op/runlevel.t                        See if die() works from perl_call_*()
@@ -3916,6 +3926,7 @@ t/op/studytied.t          See if study works with tied scalars
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/subst_amp.t               See if $&-related substitution works
 t/op/substr.t                  See if substr works
+t/op/substr_thr.t              See if substr works in another thread
 t/op/subst.t                   See if substitution works
 t/op/substT.t                  See if substitution works with -T
 t/op/subst_wamp.t              See if substitution works with $& present
@@ -3996,8 +4007,6 @@ t/run/switchF.t                   Test the -F switch
 t/run/switchI.t                        Test the -I switch
 t/run/switchn.t                        Test the -n switch
 t/run/switchp.t                        Test the -p switch
-t/run/switchPx.aux             Data for switchPx.t
-t/run/switchPx.t               Test the -Px combination
 t/run/switcht.t                        Test the -t switch
 t/run/switchx2.aux             Data for switchx.t
 t/run/switchx.aux              Data for switchx.t
@@ -4005,6 +4014,7 @@ t/run/switchx.t                   Test the -x switch
 t/TEST                         The regression tester
 t/TestInit.pm                  Preamble library for core tests
 t/test.pl                      Simple testing library
+t/thread_it.pl                 Run regression tests in a new thread
 t/uni/cache.t                  See if Unicode swash caching works
 t/uni/case.pl                  See if Unicode casing works
 t/uni/chomp.t                  See if Unicode chomp works
@@ -4025,6 +4035,7 @@ t/uni/upper.t                     See if Unicode casing works
 t/uni/write.t                  See if Unicode formats work
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
+t/uni/tie.t                    See if Unicode tie works
 t/x2p/s2p.t                    See if s2p/psed work
 uconfig.h                      Configuration header for microperl
 uconfig.sh                     Configuration script for microperl