X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=eb54659d9bf8824ac2eb7f6db6410f8a59c72187;hb=37e1ca49f99b6ba1322b7d84c999bad68b7edac1;hp=e39a32438175ed51bfd958350e6f6149f7ffa902;hpb=9508959b48d9beb1fd6a81c01ef5b8896339ebd4;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index e39a324..eb54659 100644 --- a/MANIFEST +++ b/MANIFEST @@ -85,6 +85,7 @@ ext/B/B/Xref.pm Compiler Xref backend ext/B/C/C.xs Compiler C backend external subroutines ext/B/C/Makefile.PL Compiler C backend makefile writer ext/B/defsubs_h.PL Generator for constant subroutines +ext/B/hints/darwin.pl Hints for named architecture ext/B/Makefile.PL Compiler backend makefile writer ext/B/NOTES Compiler backend notes ext/B/O.pm Compiler front-end module (-MO=...) @@ -103,6 +104,7 @@ ext/B/t/concise.t See whether B::Concise works ext/B/t/debug.t See if B::Debug works ext/B/t/deparse.t See if B::Deparse works ext/B/t/lint.t See if B::Lint works +ext/B/t/o.t See if O works ext/B/t/showlex.t See if B::ShowLex works ext/B/t/stash.t See if B::Stash works ext/B/t/terse.t See if B::Terse works @@ -174,6 +176,7 @@ ext/Digest/MD5/t/align.t See if Digest::MD5 extension works ext/Digest/MD5/t/badfile.t See if Digest::MD5 extension works ext/Digest/MD5/t/files.t See if Digest::MD5 extension works ext/Digest/MD5/t/md5-aaa.t See if Digest::MD5 extension works +ext/Digest/MD5/t/utf8.t See if Digest::MD5 extension works ext/Digest/MD5/typemap Digest::MD5 extension ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files ext/DynaLoader/dl_aix.xs AIX implementation @@ -332,6 +335,7 @@ ext/Encode/ucm/cp932.ucm Unicode Character Map ext/Encode/ucm/cp936.ucm Unicode Character Map ext/Encode/ucm/cp949.ucm Unicode Character Map ext/Encode/ucm/cp950.ucm Unicode Character Map +ext/Encode/ucm/ctrl.ucm Unicode Character Map ext/Encode/ucm/dingbats.ucm Unicode Character Map ext/Encode/ucm/euc-cn.ucm Unicode Character Map ext/Encode/ucm/euc-jp.ucm Unicode Character Map @@ -371,6 +375,7 @@ ext/Encode/ucm/macThai.ucm Unicode Character Map ext/Encode/ucm/macTurkish.ucm Unicode Character Map ext/Encode/ucm/macUkraine.ucm Unicode Character Map ext/Encode/ucm/nextstep.ucm Unicode Character Map +ext/Encode/ucm/null.ucm Unicode Character Map ext/Encode/ucm/posix-bc.ucm Unicode Character Map ext/Encode/ucm/shiftjis.ucm Unicode Character Map ext/Encode/ucm/symbol.ucm Unicode Character Map @@ -415,6 +420,7 @@ ext/I18N/Langinfo/Langinfo.t I18N::Langinfo ext/I18N/Langinfo/Langinfo.xs I18N::Langinfo ext/I18N/Langinfo/Makefile.PL I18N::Langinfo ext/IO/ChangeLog IO perl module change log +ext/IO/hints/sco.pl Hint for IO for named architecture ext/IO/IO.pm Top-level interface to IO::* classes ext/IO/IO.xs IO extension external subroutines ext/IO/lib/IO/Dir.pm IO directory reading package @@ -527,6 +533,7 @@ ext/PerlIO/Scalar/Makefile.PL PerlIO layer for scalars ext/PerlIO/Scalar/Scalar.pm PerlIO layer for scalars ext/PerlIO/Scalar/Scalar.xs PerlIO layer for scalars ext/PerlIO/t/encoding.t See if PerlIO encoding conversion works +ext/PerlIO/t/fail.t See if bad layers fail ext/PerlIO/t/fallback.t See if PerlIO fallbacks work ext/PerlIO/t/scalar.t See if PerlIO::Scalar works ext/PerlIO/t/via.t See if PerlIO::Via works @@ -606,13 +613,17 @@ 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/integer.t See if Storable works +ext/Storable/t/interwork56.t Test combatibility kludge for 64bit data under 5.6.x ext/Storable/t/lock.t See if Storable works -ext/Storable/t/make_downgrade.pl See if Storable works +ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t +ext/Storable/t/make_downgrade.pl Make test data for downgrade.t ext/Storable/t/malice.t See if Storable copes with corrupt files ext/Storable/t/overload.t See if Storable works ext/Storable/t/recurse.t See if Storable works ext/Storable/t/restrict.t See if Storable works ext/Storable/t/retrieve.t See if Storable works +ext/Storable/t/st-dump.pl See if Storable works ext/Storable/t/store.t See if Storable works ext/Storable/t/tied.t See if Storable works ext/Storable/t/tied_hook.t See if Storable works @@ -639,13 +650,12 @@ ext/Thread/Makefile.PL Thread extension makefile writer ext/Thread/Notes Thread notes ext/Thread/queue.tx Test Thread::Queue module ext/Thread/README Thread README +ext/Thread/README.threads Notes about multithreading ext/Thread/specific.tx Test thread-specific user data ext/Thread/sync.tx Test thread synchronisation ext/Thread/sync2.tx Test thread synchronisation ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads) ext/Thread/Thread.xs Thread extension external subroutines -ext/Thread/Thread/Queue.pm Thread synchronised queue objects -ext/Thread/Thread/Semaphore.pm Thread semaphore objects ext/Thread/Thread/Signal.pm Start a thread to run signal handlers ext/Thread/Thread/Specific.pm Thread specific data access ext/Thread/typemap Thread extension interface types @@ -658,8 +668,8 @@ ext/threads/Makefile.PL ithreads ext/threads/README ithreads ext/threads/shared/Makefile.PL thread shared variables ext/threads/shared/queue.pm Threadsafe queue. -ext/threads/shared/semaphore.pm Threadsafe semaphore ext/threads/shared/README thread shared variables +ext/threads/shared/semaphore.pm Threadsafe semaphore ext/threads/shared/shared.pm thread shared variables ext/threads/shared/shared.xs thread shared variables ext/threads/shared/t/0nothread.t Tests for basic shared array functionality. @@ -982,6 +992,7 @@ lib/CPAN.pm Interface to Comprehensive Perl Archive Network lib/CPAN/FirstTime.pm Utility for creating CPAN config files lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions lib/CPAN/t/loadme.t See if CPAN the module works +lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works lib/CPAN/t/Nox.t See if CPAN::Nox works lib/CPAN/t/vcmp.t See if CPAN the module works lib/ctime.pl A ctime workalike @@ -1053,6 +1064,7 @@ lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works lib/ExtUtils/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works lib/ExtUtils/t/MM_BeOS.t See if ExtUtils::MM_BeOS works lib/ExtUtils/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works +lib/ExtUtils/t/MM_NW5.t See if ExtUtils::MM_NW5 works lib/ExtUtils/t/MM_OS2.t See if ExtUtils::MM_OS2 works lib/ExtUtils/t/MM_Unix.t See if ExtUtils::MM_UNIX works lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works @@ -1062,6 +1074,7 @@ lib/ExtUtils/t/prefixify.t See if MakeMaker can apply a PREFIX lib/ExtUtils/t/problems.t How MakeMaker reacts to build problems 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/writemakefile_args.t See if WriteMakefile works lib/ExtUtils/t/zz_cleanup_dummy.t Cleanup MakeMaker test module lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension lib/ExtUtils/typemap Extension interface types @@ -1091,6 +1104,7 @@ lib/File/Spec/Cygwin.pm portable operations on Cygwin file names lib/File/Spec/Epoc.pm portable operations on EPOC file names lib/File/Spec/Functions.pm Function interface to File::Spec object methods lib/File/Spec/Mac.pm portable operations on Mac file names +lib/File/Spec/NW5.pm portable operations on NetWare5 file names lib/File/Spec/OS2.pm portable operations on OS2 file names lib/File/Spec/t/Functions.t See if File::Spec::Functions works lib/File/Spec/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works @@ -1498,6 +1512,8 @@ lib/Text/TabsWrap/t/tabs.t See if Text::Tabs works lib/Text/TabsWrap/t/wrap.t See if Text::Wrap::wrap works lib/Text/Wrap.pm Paragraph formatter lib/Thread.pm Thread extensions frontend +lib/Thread/Queue.pm Thread synchronised queue objects +lib/Thread/Semaphore.pm Thread semaphore objects lib/Tie/Array.pm Base class for tied arrays lib/Tie/Array/push.t Test for Tie::Array lib/Tie/Array/splice.t Test for Tie::Array::SPLICE @@ -1934,17 +1950,11 @@ mpeix/nm MPE/iX port mpeix/relink MPE/iX port mv-if-diff Script to mv a file if it changed myconfig.SH Prints summary of the current configuration -NetWare/bat/BldNWExt-Exist.bat NetWare port -NetWare/bat/BldNWExt.bat NetWare port NetWare/bat/Buildtype.bat NetWare port -NetWare/bat/CWbuild.bat NetWare port -NetWare/bat/MPKBuild.bat NetWare port -NetWare/bat/Setmpksdk.bat NetWare port +NetWare/bat/SetCodeWar.bat NetWare port NetWare/bat/Setnlmsdk.bat NetWare port NetWare/bat/SetNWBld.bat NetWare port -NetWare/bat/Setwatcom.bat NetWare port NetWare/bat/ToggleD2.bat NetWare port -NetWare/bat/ToggleXDC.bat NetWare port NetWare/CLIBsdio.h NetWare port NetWare/CLIBstr.h NetWare port NetWare/CLIBstuf.c NetWare port @@ -1988,6 +1998,7 @@ NetWare/nwutil.h NetWare port NetWare/nwvmem.h NetWare port NetWare/perllib.cpp NetWare port NetWare/splittree.pl NetWare port +NetWare/sv_nw.c NetWare port NetWare/t/NWModify.pl NetWare port NetWare/t/NWScripts.pl NetWare port NetWare/t/Readme.txt NetWare port @@ -2205,13 +2216,13 @@ Porting/fixvars Find undeclared variables with C compiler and fix em Porting/genlog Generate formatted changelogs by querying p4d Porting/Glossary Glossary of config.sh variables Porting/makerel Release making utility -Porting/p4d2p Generate standard patches from p4 diffs -Porting/p4desc Smarter 'p4 describe', outputs diffs for new files +Porting/p4genpatch Obsoletes both p4desc and p4d2p Porting/patching.pod How to report changes made to Perl Porting/patchls Flexible patch file listing utility Porting/pumpkin.pod Guidelines and hints for Perl maintainers Porting/repository.pod How to use the Perl repository Porting/testall.atom Cumulative profile of the test suite with Third Degree +Porting/thirdclean Cleanup Third Degree reports pp.c Push/Pop code pp.h Push/Pop code defs pp.sym Push/Pop code symbols @@ -2251,7 +2262,6 @@ README.os390 Notes about OS/390 (nee MVS) port README.plan9 Notes about Plan9 port README.qnx Notes about QNX port README.solaris Notes about Solaris port -README.threads Notes about multithreading README.tru64 Notes about Tru64 README.tw About using Perl and Traditional Chinese README.uts Notes about UTS @@ -2364,17 +2374,18 @@ t/lib/sample-tests/head_fail Test data for Test::Harness t/lib/sample-tests/lone_not_bug Test data for Test::Harness t/lib/sample-tests/no_nums Test data for Test::Harness t/lib/sample-tests/out_of_order Test data for Test::Harness +t/lib/sample-tests/shbang_misparse Test data for Test::Harness t/lib/sample-tests/simple Test data for Test::Harness t/lib/sample-tests/simple_fail Test data for Test::Harness t/lib/sample-tests/skip Test data for Test::Harness -t/lib/sample-tests/skip_all Test data for Test::Harness -t/lib/sample-tests/skip_no_msg Test data for Test::Harness +t/lib/sample-tests/skipall Test data for Test::Harness +t/lib/sample-tests/skipall_nomsg Test data for Test::Harness +t/lib/sample-tests/skip_nomsg Test data for Test::Harness t/lib/sample-tests/taint Test data for Test::Harness t/lib/sample-tests/todo Test data for Test::Harness t/lib/sample-tests/todo_inline Test data for Test::Harness t/lib/sample-tests/vms_nit Test data for Test::Harness t/lib/sample-tests/with_comments Test data for Test::Harness -t/lib/st-dump.pl See if Storable works t/lib/strict/refs Tests of "use strict 'refs'" for strict.t t/lib/strict/subs Tests of "use strict 'subs'" for strict.t t/lib/strict/vars Tests of "use strict 'vars'" for strict.t @@ -2437,6 +2448,7 @@ t/op/auto.t See if autoincrement et all work t/op/avhv.t See if pseudo-hashes work t/op/bless.t See if bless works t/op/bop.t See if bitops work +t/op/caller.t See if caller() works t/op/chars.t See if character escapes work t/op/chdir.t See if chdir works t/op/chop.t See if chop works @@ -2672,17 +2684,20 @@ vms/vmsish.h VMS-specific C header for Perl core vms/vmspipe.com VMS-specific piped command helper script vms/vms_yfix.pl convert Unix perly.[ch] to VMS perly_[ch].vms vms/writemain.pl Generate perlmain.c from miniperlmain.c+extensions -vos/build.cm VOS command macro to build Perl +vos/build.cm VOS command macro to build "mini" Perl vos/Changes Changes made to port Perl to the VOS operating system -vos/compile_perl.cm VOS command macro to build multiple version of Perl +vos/compile_full_perl.cm VOS command macro to build "full" Perl +vos/compile_perl.cm VOS command macro to build "mini" Perl vos/config.alpha.def definitions used by config.pl vos/config.alpha.h config.h for use with alpha VOS POSIX.1 support vos/config.ga.def definitions used by config.pl vos/config.ga.h config.h for use with generally-available VOS POSIX.1 support vos/config.pl script to convert a config_h.SH to a config.h -vos/configure_perl.cm VOS command macro to configure perl before building -vos/install_perl.cm VOS command macro to install perl after building +vos/configure_full_perl.sh VOS shell script to configure "full" perl before building +vos/configure_perl.cm VOS command macro to configure "mini" perl before building +vos/install_perl.cm VOS command macro to install "mini" perl after building vos/Makefile A helper for maintaining the config.*.* in UNIX +vos/make_full_perl.sh VOS shell script to build and test "full" perl vos/perl.bind VOS bind control file vos/test_vos_dummies.c Test program for "vos_dummies.c" vos/vos.c VOS emulations for missing POSIX functions @@ -2741,26 +2756,19 @@ wince/bin/runperl.pl WinCE port wince/bin/search.pl WinCE port wince/cecopy-lib.pl WinCE port wince/comp.pl WinCE port +wince/compile.bat WinCE port wince/config.ce WinCE port -wince/config.h WinCE port wince/config_H.ce WinCE port wince/config_h.PL WinCE port wince/config_sh.PL WinCE port wince/dl_win32.xs WinCE port -wince/FindExt.pm WinCE port wince/include/arpa/inet.h WinCE port -wince/include/cectype.h WinCE port -wince/include/errno.h WinCE port wince/include/netdb.h WinCE port wince/include/sys/socket.h WinCE port wince/include/sys/stat.h WinCE port -wince/include/sys/types.h WinCE port -wince/include/sys/utime.h WinCE port -wince/include/time.h WinCE port wince/Makefile.ce WinCE port wince/makeico.pl WinCE port wince/perl.rc WinCE port -wince/perldll.def WinCE port wince/perllib.c WinCE port wince/perlmain.c WinCE port wince/README.compile WinCE port @@ -2769,6 +2777,7 @@ wince/registry.bat WinCE port wince/runperl.c WinCE port wince/splittree.pl WinCE port wince/win32.h WinCE port +wince/win32io.c WinCE port wince/win32iop.h WinCE port wince/win32thread.c WinCE port wince/win32thread.h WinCE port