Fix regexec.c so $^N and $+ are correctly updated so that they work properly inside...
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 7acd298..4e9c6ea 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
@@ -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
@@ -3294,6 +3298,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