This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
[perl5.git] / MANIFEST
index 8d4d7e0..250c4c1 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -329,6 +329,7 @@ ext/DynaLoader/dl_mac.xs    MacOS implementation
 ext/DynaLoader/dl_mpeix.xs     MPE/iX implementation
 ext/DynaLoader/dl_next.xs      NeXT implementation
 ext/DynaLoader/dl_none.xs      Stub implementation
+ext/DynaLoader/dl_symbian.xs   Symbian implementation
 ext/DynaLoader/dlutils.c       Dynamic loader utilities for dl_*.xs files
 ext/DynaLoader/dl_vmesa.xs     VM/ESA implementation
 ext/DynaLoader/dl_vms.xs       VMS implementation
@@ -428,6 +429,7 @@ ext/Encode/t/Mod_EUCJP.pm   module that t/enc_module.enc uses
 ext/Encode/t/perlio.t          test script
 ext/Encode/t/rt.pl             test script
 ext/Encode/t/unibench.pl       benchmark script
+ext/Encode/t/utf8strict.t      test script
 ext/Encode/t/Unicode.t         test script
 ext/Encode/TW/Makefile.PL      Encode extension
 ext/Encode/TW/TW.pm            Encode extension
@@ -647,8 +649,8 @@ ext/List/Util/t/sum.t               List::Util
 ext/List/Util/t/tainted.t      Scalar::Util
 ext/List/Util/t/weak.t         Scalar::Util
 ext/List/Util/Util.xs          Util extension
-ext/Math/BigInt/FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/FastCalc.pm   Math::BigInt::FastCalc extension
+ext/Math/BigInt/FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/Makefile.PL   Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
 ext/Math/BigInt/FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
@@ -792,6 +794,7 @@ ext/Storable/Storable.pm    Storable extension
 ext/Storable/Storable.xs       Storable extension
 ext/Storable/t/blessed.t       See if Storable works
 ext/Storable/t/canonical.t     See if Storable works
+ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
 ext/Storable/t/code.t          See if Storable works
 ext/Storable/t/compat06.t      See if Storable works
 ext/Storable/t/croak.t         See if Storable works
@@ -799,8 +802,11 @@ ext/Storable/t/dclone.t            See if Storable works
 ext/Storable/t/downgrade.t     See if Storable works
 ext/Storable/t/forgive.t       See if Storable works
 ext/Storable/t/freeze.t                See if Storable works
+ext/Storable/t/HAS_ATTACH.pm   For auto-requiring of modules for STORABLE_attach
 ext/Storable/t/HAS_HOOK.pm     For auto-requiring of modules for STORABLE_thaw
 ext/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
+ext/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
+ext/Storable/t/attach_singleton.t      Test STORABLE_attach for the Singleton pattern
 ext/Storable/t/integer.t       See if Storable works
 ext/Storable/t/interwork56.t   Test compatibility kludge for 64bit data under 5.6.x
 ext/Storable/t/just_plain_nasty.t      See if Storable works
@@ -847,12 +853,12 @@ ext/Thread/README         Thread README
 ext/Thread/README.threads              Notes about multithreading
 ext/threads/Changes            ithreads
 ext/Thread/Semaphore.pmx       Threadsafe semaphore
-ext/threads/Makefile.PL                ithreads
 ext/threads/hints/linux.pl     thread shared variables
+ext/threads/Makefile.PL                ithreads
 ext/Thread/specific.tx         Test thread-specific user data
 ext/threads/README             ithreads
-ext/threads/shared/Makefile.PL thread shared variables
 ext/threads/shared/hints/linux.pl      thread shared variables
+ext/threads/shared/Makefile.PL thread shared variables
 ext/threads/shared/README      thread shared variables
 ext/threads/shared/shared.pm   thread shared variables
 ext/threads/shared/shared.xs   thread shared variables
@@ -926,10 +932,10 @@ ext/Unicode/Normalize/t/test.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
+ext/XS/APItest/exception.c     XS::APItest extension
 ext/XS/APItest/Makefile.PL     XS::APItest extension
 ext/XS/APItest/MANIFEST                XS::APItest extension
 ext/XS/APItest/README          XS::APItest extension
-ext/XS/APItest/exception.c     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/hash.t                XS::APItest extension
@@ -1222,8 +1228,8 @@ lib/CGI/t/util.t          See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
 lib/charnames.pm               Character names
 lib/charnames.t                        See if character names work
-lib/Class/ISA.pm               Class::ISA
 lib/Class/ISA/ChangeLog                Changes for Class::ISA
+lib/Class/ISA.pm               Class::ISA
 lib/Class/ISA/t/00_about_verbose.t     Tests for Class::ISA
 lib/Class/ISA/t/01_old_junk.t  Tests for Class::ISA
 lib/Class/Struct.pm            Declare struct-like datatypes as Perl classes
@@ -1268,8 +1274,8 @@ lib/Devel/SelfStubber.pm  Generate stubs for SelfLoader.pm
 lib/Devel/SelfStubber.t                See if Devel::SelfStubber works
 lib/diagnostics.pm             Print verbose diagnostics
 lib/diagnostics.t              See if diagnostics.pm works
-lib/Digest/Changes             Digest changelog
 lib/Digest/base.pm             Digest extensions
+lib/Digest/Changes             Digest changelog
 lib/Digest/file.pm             Digest extensions
 lib/Digest.pm                  Digest extensions
 lib/Digest/t/base.t            See if Digest extensions work
@@ -1309,6 +1315,7 @@ lib/ExtUtils/instmodsh            Give information about installed extensions
 lib/ExtUtils/Liblist/Kid.pm    Does the real work of the above
 lib/ExtUtils/Liblist.pm                Locates libraries
 lib/ExtUtils/MakeMaker/bytes.pm        Version agnostic bytes.pm
+lib/ExtUtils/MakeMaker/Config.pm       MakeMaker wrapper for Config
 lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
 lib/ExtUtils/MakeMaker.pm      Write Makefiles for extensions
 lib/ExtUtils/MakeMaker/Tutorial.pod    Writing a module with MakeMaker
@@ -1318,6 +1325,7 @@ lib/ExtUtils/MANIFEST.SKIP        The default MANIFEST.SKIP
 lib/ExtUtils/META.yml          ExtUtils::MakeMaker metadata
 lib/ExtUtils/Mkbootstrap.pm    Writes a bootstrap file (see MakeMaker)
 lib/ExtUtils/Mksymlists.pm     Writes a linker options file for extensions
+lib/ExtUtils/MM_AIX.pm         MakeMaker methods for AIX
 lib/ExtUtils/MM_Any.pm         MakeMaker methods for Any OS
 lib/ExtUtils/MM_BeOS.pm                MakeMaker methods for BeOS
 lib/ExtUtils/MM_Cygwin.pm      MakeMaker methods for Cygwin
@@ -1326,9 +1334,11 @@ lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
 lib/ExtUtils/MM_NW5.pm         MakeMaker methods for NetWare
 lib/ExtUtils/MM_OS2.pm         MakeMaker methods for OS/2
 lib/ExtUtils/MM.pm             MakeMaker adaptor class
+lib/ExtUtils/MM_QNX.pm         MakeMaker methods for QNX
 lib/ExtUtils/MM_Unix.pm                MakeMaker methods for Unix
 lib/ExtUtils/MM_UWIN.pm                MakeMaker methods for U/WIN
 lib/ExtUtils/MM_VMS.pm         MakeMaker methods for VMS
+lib/ExtUtils/MM_VOS.pm         MakeMaker methods for VOS
 lib/ExtUtils/MM_Win32.pm       MakeMaker methods for Win32
 lib/ExtUtils/MM_Win95.pm       MakeMaker methods for Win95
 lib/ExtUtils/MY.pm             MakeMaker user override class
@@ -1341,11 +1351,13 @@ lib/ExtUtils/t/backwards.t      Check MakeMaker's backwards compatibility
 lib/ExtUtils/t/basic.t         See if MakeMaker can build a module
 lib/ExtUtils/t/bytes.t         Test ExtUtils::MakeMaker::bytes
 lib/ExtUtils/t/Command.t       See if ExtUtils::Command works (Win32 only)
+lib/ExtUtils/t/config.t                Test ExtUtils::MakeMaker::Config
 lib/ExtUtils/t/Constant.t      See if ExtUtils::Constant works
 lib/ExtUtils/t/dir_target.t    Verify if dir_target() is supported
 lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
 lib/ExtUtils/t/hints.t         See if hint files are honored.
+lib/ExtUtils/t/installbase.t   Test INSTALLBASE in MakeMaker
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::Install works
 lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
@@ -1365,6 +1377,7 @@ lib/ExtUtils/TODO         Things TODO in MakeMaker
 lib/ExtUtils/t/oneliner.t      See if MM can generate perl one-liners
 lib/ExtUtils/t/Packlist.t      See if Packlist works
 lib/ExtUtils/t/parse_version.t See if parse_version works
+lib/ExtUtils/t/PL_FILES.t      Test PL_FILES in MakeMaker
 lib/ExtUtils/t/postamble.t     See if postamble works
 lib/ExtUtils/t/prefixify.t     See if MakeMaker can apply a PREFIX
 lib/ExtUtils/t/prereq_print.t  See if PREREQ_PRINT works
@@ -1376,6 +1389,7 @@ lib/ExtUtils/t/testlib.t  See if ExtUtils::testlib works
 lib/ExtUtils/t/VERSION_FROM.t  See if MakeMaker's VERSION_FROM works
 lib/ExtUtils/t/vmsish.t        Test ExtUtils::MakeMaker::vmsish
 lib/ExtUtils/t/writemakefile_args.t    See if WriteMakefile works
+lib/ExtUtils/t/xs.t            Part of MakeMaker's test suite
 lib/ExtUtils/typemap           Extension interface types
 lib/ExtUtils/xsubpp            External subroutine preprocessor
 lib/fastcwd.pl                 a faster but more dangerous getcwd
@@ -1810,6 +1824,7 @@ lib/Test/Harness/Assert.pm        Test::Harness::Assert (internal use only)
 lib/Test/Harness/bin/prove     The prove harness utility
 lib/Test/Harness/Changes       Test::Harness
 lib/Test/Harness/Iterator.pm   Test::Harness::Iterator (internal use only)
+lib/Test/Harness/Point.pm      Test::Harness::Point (internal use only)
 lib/Test/Harness.pm            A test harness
 lib/Test/Harness/Straps.pm     Test::Harness::Straps
 lib/Test/Harness/t/00compile.t Test::Harness test
@@ -1817,16 +1832,20 @@ 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/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
 lib/Test/Harness/t/nonumbers.t Test::Harness test
 lib/Test/Harness/t/ok.t                Test::Harness test
 lib/Test/Harness/t/pod.t       Test::Harness test
+lib/Test/Harness/t/point-parse.t       Test::Harness test
+lib/Test/Harness/t/point.t     Test::Harness test
 lib/Test/Harness/t/prove-globbing.t    Test::Harness::Straps test
 lib/Test/Harness/t/prove-switches.t    Test::Harness::Straps test
 lib/Test/Harness/t/strap-analyze.t     Test::Harness::Straps test
 lib/Test/Harness/t/strap.t             Test::Harness::Straps test
 lib/Test/Harness/t/test-harness.t      Test::Harness test
+lib/Test/Harness/t/version.t   Test::Harness test
 lib/Test/More.pm               More utilities for writing tests
 lib/Test.pm                    A simple framework for writing test scripts
 lib/Test/Simple/Changes                Test::Simple changes
@@ -1838,6 +1857,7 @@ lib/Test/Simple/t/bad_plan.t      Test::Builder plan() test
 lib/Test/Simple/t/buffer.t     Test::Builder buffering test
 lib/Test/Simple/t/Builder.t    Test::Builder tests
 lib/Test/Simple/t/circular_data.t      Test::Simple test
+lib/Test/Simple/t/create.t     Test::Simple test
 lib/Test/Simple/t/curr_test.t  Test::Builder->curr_test tests
 lib/Test/Simple/t/details.t    Test::Builder tests
 lib/Test/Simple/t/diag.t       Test::More diag() test
@@ -1855,7 +1875,7 @@ lib/Test/Simple/t/harness_active.t        Test::Simple test
 lib/Test/Simple/t/has_plan2.t  Test::More->plan tests
 lib/Test/Simple/t/has_plan.t   Test::Builder->plan tests
 lib/Test/Simple/t/import.t     Test::More test, importing functions
-lib/Test/Simple/t/is_deeply.t  Test::More test, is_deeply()
+lib/Test/Simple/t/is_deeply_fail.t     Test::More test, is_deeply()
 lib/Test/Simple/t/is_fh.t      Test::Builder test, _is_fh()
 lib/Test/Simple/t/maybe_regex.t        Test::Builder->maybe_regex() tests
 lib/Test/Simple/t/missing.t    Test::Simple test, missing tests
@@ -1995,14 +2015,17 @@ lib/Unicode/Collate/keys.txt    Unicode::Collate
 lib/Unicode/Collate.pm         Unicode::Collate
 lib/Unicode/Collate/README     Unicode::Collate
 lib/Unicode/Collate/t/altern.t Unicode::Collate
+lib/Unicode/Collate/t/cjkrange.t       Unicode::Collate
 lib/Unicode/Collate/t/contract.t       Unicode::Collate
 lib/Unicode/Collate/t/hangtype.t       Unicode::Collate
 lib/Unicode/Collate/t/hangul.t Unicode::Collate
+lib/Unicode/Collate/t/ignor.t  Unicode::Collate
 lib/Unicode/Collate/t/illegalp.t       Unicode::Collate
 lib/Unicode/Collate/t/illegal.t        Unicode::Collate
 lib/Unicode/Collate/t/index.t  Unicode::Collate
 lib/Unicode/Collate/t/normal.t Unicode::Collate
 lib/Unicode/Collate/t/rearrang.t       Unicode::Collate
+lib/Unicode/Collate/t/override.t       Unicode::Collate
 lib/Unicode/Collate/t/test.t   Unicode::Collate
 lib/Unicode/Collate/t/trailwt.t        Unicode::Collate
 lib/Unicode/Collate/t/variable.t       Unicode::Collate
@@ -2260,6 +2283,7 @@ pod/perl58delta.pod               Perl changes in version 5.8.0
 pod/perl590delta.pod           Perl changes in version 5.9.0
 pod/perl591delta.pod           Perl changes in version 5.9.1
 pod/perl592delta.pod           Perl changes in version 5.9.2
+pod/perl593delta.pod           Perl changes in version 5.9.3
 pod/perlapio.pod               Perl internal IO abstraction interface
 pod/perlapi.pod                        Perl API listing (autogenerated)
 pod/perlartistic.pod           Perl Artistic License
@@ -2429,12 +2453,14 @@ README.micro                    Notes about microperl
 README.mint                    Perl notes for MiNT
 README.mpeix                   Perl notes for MPE/iX
 README.netware                 Perl notes for NetWare
+README.openbsd                 Perl notes for OpenBSD
 README.os2                     Perl notes for OS/2
 README.os390                   Perl notes for OS/390
 README.os400                   Perl notes for OS/400
 README.plan9                   Perl notes for Plan 9
 README.qnx                     Perl notes for QNX
 README.solaris                 Perl notes for Solaris
+README.symbian                 Perl notes for Symbian
 README.tru64                   Perl notes for Tru64
 README.tw                      Perl for Traditional Chinese (in Big5)
 README.uts                     Perl notes for UTS
@@ -2442,7 +2468,6 @@ README.vmesa                      Perl notes for VM/ESA
 README.vms                     Perl notes for VMS
 README.vos                     Perl notes for Stratus VOS
 README.win32                   Perl notes for Windows
-README.Y2K                     Notes about Year 2000 concerns
 reentr.c                       Reentrant interfaces
 reentr.h                       Reentrant interfaces
 reentr.pl                      Reentrant interfaces
@@ -2461,6 +2486,37 @@ scope.c                          Scope entry and exit code
 scope.h                                Scope entry and exit header
 sv.c                           Scalar value code
 sv.h                           Scalar value header
+symbian/bld.inf                        Symbian sample app build config
+symbian/config.pl              Configuration script for Symbian
+symbian/config.sh              Configuration data for Symbian
+symbian/cwd.pl                 Helper code for config.pl
+symbian/demo_pl                        "Archive" of demo code
+symbian/install.cfg            Installation instructions
+symbian/makesis.pl             Installation file creator
+symbian/PerlApp.cpp            Symbian sample app code
+symbian/PerlApp.h              Symbian sample app header
+symbian/PerlApp.hrh            Symbian sample app resource header
+symbian/PerlApp.rss            Symbian sample app resource definition
+symbian/PerlAppAif.rss         Symbian sample app code
+symbian/PerlBase.cpp           Symbian Perl base class
+symbian/PerlBase.h             Symbian Perl base class header
+symbian/PerlBase.pod           Symbian Perl base class documentation
+symbian/PerlRecog.cpp          Symbian recognizer code
+symbian/PerlRecog.mmp          Symbian recognizer build
+symbian/port.pl                        Helper code for config.pl
+symbian/README                 ReadMe for the Symbian files
+symbian/sanity.pl              Helper code for config.pl
+symbian/sdk.pl                 Helper code for config.pl
+symbian/symbian_dll.cpp                The DLL stub for Symbian
+symbian/symbianish.h           Header for Symbian      
+symbian/symbian_proto.h                Prototypes for Symbian
+symbian/symbian_stubs.c                Stub routines for Symbian
+symbian/symbian_stubs.h                Stub headers for Symbian
+symbian/symbian_utils.cpp      Helper routines for Symbian
+symbian/TODO                   Symbian things to do
+symbian/uid.pl                 Helper code for config.pl
+symbian/version.pl             Helper code for config.pl
+symbian/xsbuild.pl             Building extensions
 taint.c                                Tainting code
 t/base/cond.t                  See if conditionals work
 t/base/if.t                    See if if works
@@ -2549,6 +2605,7 @@ t/lib/h2ph.pht                    Generated output from h2ph.h by h2ph, for comparison
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
 t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
+t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Problem.pm  MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
@@ -2595,6 +2652,7 @@ t/lib/strict/vars         Tests of "use strict 'vars'" for strict.t
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t
+t/lib/Test/Simple/sample_tests/exit.plx                        for exit.t
 t/lib/Test/Simple/sample_tests/extras.plx              for exit.t
 t/lib/Test/Simple/sample_tests/five_fail.plx           for exit.t
 t/lib/Test/Simple/sample_tests/last_minute_death.plx   for exit.t
@@ -2738,10 +2796,10 @@ 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/regexp_noamp.t            See if regular expressions work with optimizations
-t/op/regexp_qr.t               See if regular expressions work as qr//
-t/op/regexp_trielist.t         See if regular expressions work with trie optimisation
 t/op/regexp_notrie.t           See if regular expressions work without trie optimisation
+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
 t/op/regmesg.t                 See if one can get regular expression errors
 t/op/repeat.t                  See if x operator works
 t/op/re_tests                  Regular expressions for regexp.t