X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=0969cbccfdc9c1c229ae9da6c4c36c23a8d15c5c;hb=2370a880c0e9f1ab366c20ffd2ba3d9c24f68acc;hp=e5ff86fe1bde6c5ad669f720a35e9f08fc2980d4;hpb=8cb55cff2843a4468950615dbbfaa592c065ed77;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index e5ff86f..0969cbc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -102,9 +102,11 @@ ext/B/t/bblock.t See if B::Bblock works 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/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 +ext/B/t/xref.t See if B::Xref works ext/B/TESTS Compiler backend test data ext/B/Todo Compiler backend Todo list ext/B/typemap Compiler backend interface types @@ -212,7 +214,6 @@ ext/Encode/Encode/2022.enc Encode table ext/Encode/Encode/7bit-greek.enc Encode table ext/Encode/Encode/7bit-jis.enc Encode table ext/Encode/Encode/7bit-kana.enc Encode table -ext/Encode/Encode/7bit-kr.enc Encode table ext/Encode/Encode/7bit-latin1.enc Encode table ext/Encode/Encode/8859-1.enc Encode table ext/Encode/Encode/8859-1.ucm Encode table @@ -246,6 +247,7 @@ ext/Encode/Encode/8859-9.enc Encode table ext/Encode/Encode/8859-9.ucm Encode table ext/Encode/Encode/ascii.enc Encode table ext/Encode/Encode/ascii.ucm Encode table +ext/Encode/Encode/big5-hkscs.enc Encode table ext/Encode/Encode/big5.enc Encode table ext/Encode/Encode/cp1006.enc Encode table ext/Encode/Encode/cp1047.enc Encode table @@ -295,8 +297,8 @@ ext/Encode/Encode/gb12345.enc Encode table ext/Encode/Encode/gb1988.enc Encode table ext/Encode/Encode/gb2312.enc Encode table ext/Encode/Encode/gsm0338.enc Encode table -ext/Encode/Encode/HZ.enc Encode table ext/Encode/Encode/ir-197.enc Encode table +ext/Encode/Encode/iso-ir-165.enc Encode table ext/Encode/Encode/jis0201.enc Encode table ext/Encode/Encode/jis0201.ucm Encode table ext/Encode/Encode/jis0208.enc Encode table @@ -336,6 +338,7 @@ ext/Encode/JP/JP.pm Encode extension ext/Encode/JP/Makefile.PL Encode extension ext/Encode/KR/KR.pm Encode extension ext/Encode/KR/Makefile.PL Encode extension +ext/Encode/lib/Encode/CN/HZ.pm Encode extension ext/Encode/lib/Encode/Encoding.pm Encode extension ext/Encode/lib/Encode/Internal.pm Encode extension ext/Encode/lib/Encode/iso10646_1.pm Encode extension @@ -343,11 +346,9 @@ ext/Encode/lib/Encode/JP/Constants.pm Encode extension ext/Encode/lib/Encode/JP/H2Z.pm Encode extension ext/Encode/lib/Encode/JP/ISO_2022_JP.pm Encode extension ext/Encode/lib/Encode/JP/JIS.pm Encode extension -ext/Encode/lib/Encode/JP/Tr.pm Encode extension ext/Encode/lib/Encode/Tcl.pm Encode extension ext/Encode/lib/Encode/Tcl/Escape.pm Encode extension ext/Encode/lib/Encode/Tcl/Extended.pm Encode extension -ext/Encode/lib/Encode/Tcl/HanZi.pm Encode extension ext/Encode/lib/Encode/Tcl/Table.pm Encode extension ext/Encode/lib/Encode/ucs2_le.pm Encode extension ext/Encode/lib/Encode/Unicode.pm Encode extension @@ -357,14 +358,14 @@ ext/Encode/lib/EncodeFormat.pod Encode extension ext/Encode/Makefile.PL Encode extension makefile writer ext/Encode/MANIFEST Encode extension ext/Encode/README Encode extension +ext/Encode/t/CN.t Encode extension test ext/Encode/t/Encode.t Encode extension test ext/Encode/t/japanese.pl Encode extension ext/Encode/t/JP.t Encode extension test ext/Encode/t/table.euc Encode extension test ext/Encode/t/table.ref Encode extension test -ext/Encode/t/table.rnd Encode extension -ext/Encode/t/table.utf8 Encode extension ext/Encode/t/Tcl.t Encode extension test +ext/Encode/t/TW.t Encode extension test ext/Encode/TW/Makefile.PL Encode extension ext/Encode/TW/TW.pm Encode extension ext/Errno/ChangeLog Errno perl module change log @@ -397,7 +398,6 @@ ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture ext/GDBM_File/Makefile.PL GDBM extension makefile writer ext/GDBM_File/typemap GDBM extension interface types -ext/I18N/Langinfo/fallback.c I18N::Langinfo ext/I18N/Langinfo/fallback.xs I18N::Langinfo ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo ext/I18N/Langinfo/Langinfo.t I18N::Langinfo @@ -1081,6 +1081,8 @@ lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work lib/getopts.pl Perl library supporting option parsing lib/h2ph.t See if h2ph works like it should lib/h2xs.t See if h2xs produces expected lists of files +lib/Hash/Util.pm Hash::Util +lib/Hash/Util.t See if Hash::Util works lib/hostname.pl Old hostname code lib/I18N/Collate.pm Routines to do strxfrm-based collation lib/I18N/Collate.t See if I18N::Collate works @@ -1094,6 +1096,7 @@ lib/if.t Tests for "use if" lib/importenv.pl Perl routine to get environment into variables lib/integer.pm For "use integer" lib/integer.t For "use integer" testing +lib/Internals.t For Internals::* testing lib/IPC/Open2.pm Open a two-ended pipe lib/IPC/Open2.t See if IPC::Open2 works lib/IPC/Open3.pm Open a three-ended pipe! @@ -1112,6 +1115,7 @@ lib/Locale/Codes/t/constants.t See if Locale::Codes work lib/Locale/Codes/t/country.t See if Locale::Codes work lib/Locale/Codes/t/currency.t See if Locale::Codes work lib/Locale/Codes/t/languages.t See if Locale::Codes work +lib/Locale/Codes/t/rename.t See if Locale::Codes work lib/Locale/Codes/t/script.t See if Locale::Codes work lib/Locale/Codes/t/uk.t See if Locale::Codes work lib/Locale/Constants.pm Locale::Codes @@ -1134,19 +1138,27 @@ lib/look.pl A "look" equivalent lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package lib/Math/BigInt.pm An arbitrary precision integer arithmetic package lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt -lib/Math/BigInt/t/bare_mbi.t Test Math::BigInt::CareCalc +lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc +lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t lib/Math/BigInt/t/bigfltpm.t See if BigFloat.pm works lib/Math/BigInt/t/bigintc.t See if BigInt/Calc.pm works lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works lib/Math/BigInt/t/calling.t Test calling conventions +lib/Math/BigInt/t/config.t Test Math::BigInt->config() +lib/Math/BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant +lib/Math/BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works +lib/Math/BigInt/t/inf_nan.t Special tests for inf and NaN handling +lib/Math/BigInt/t/isa.t Test for Math::BigInt inheritance lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precicion and fallback, round_mode tests lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precicion and fallback, round_mode lib/Math/BigInt/t/require.t Test if require Math::BigInt works lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc +lib/Math/BigInt/t/upgrade.inc Actual tests for upgrade.t +lib/Math/BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works lib/Math/Complex.pm A Complex package lib/Math/Complex.t See if Math::Complex works @@ -1409,6 +1421,24 @@ lib/Tie/Array/push.t Test for Tie::Array lib/Tie/Array/splice.t Test for Tie::Array::SPLICE lib/Tie/Array/std.t Test for Tie::StdArray lib/Tie/Array/stdpush.t Test for Tie::StdArray +lib/Tie/File.pm Files as tied arrays. +lib/Tie/File/t/01_gen.t Test for Tie::File. +lib/Tie/File/t/02_fetchsize.t Test for Tie::File. +lib/Tie/File/t/03_longfetch.t Test for Tie::File. +lib/Tie/File/t/04_splice.t Test for Tie::File. +lib/Tie/File/t/05_size.t Test for Tie::File. +lib/Tie/File/t/06_fixrec.t Test for Tie::File. +lib/Tie/File/t/07_rv_splice.t Test for Tie::File. +lib/Tie/File/t/08_ro.t Test for Tie::File. +lib/Tie/File/t/09_gen_rs.t Test for Tie::File. +lib/Tie/File/t/10_splice_rs.t Test for Tie::File. +lib/Tie/File/t/11_rv_splice_rs.t Test for Tie::File. +lib/Tie/File/t/12_longfetch_rs.t Test for Tie::File. +lib/Tie/File/t/13_size_rs.t Test for Tie::File. +lib/Tie/File/t/14_lock.t Test for Tie::File. +lib/Tie/File/t/15_pushpop.t Test for Tie::File. +lib/Tie/File/t/16_handle.t Test for Tie::File. +lib/Tie/File/t/17_misc_meth.t Test for Tie::File. lib/Tie/Handle.pm Base class for tied handles lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle lib/Tie/Hash.pm Base class for tied hashes @@ -1821,9 +1851,7 @@ NetWare/NWTInfo.c NetWare port NetWare/nwtinfo.h NetWare port NetWare/NWUtil.c NetWare port NetWare/nwutil.h NetWare port -NetWare/t/NWModify-Exist.pl NetWare port NetWare/t/NWModify.pl NetWare port -NetWare/t/NWScripts-Exist.pl NetWare port NetWare/t/NWScripts.pl NetWare port NetWare/t/Readme.txt NetWare port NetWare/testnlm/echo/echo.c NetWare port @@ -2033,6 +2061,7 @@ Porting/checkVERSION.pl Check whether we have $VERSIONs Porting/config.sh Sample config.sh Porting/config_H Sample config.h Porting/Contract Social contract for contributed modules in Perl core +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 Porting/fixvars Find undeclared variables with C compiler and fix em @@ -2090,6 +2119,9 @@ README.vms Notes about installing the VMS port README.vos Notes about Stratus VOS port README.win32 Notes about Win32 port README.Y2K Notes about Year 2000 concerns +reentr.c Reentrant interfaces +reentr.h Reentrant interfaces +reentr.pl Reentrant interfaces regcomp.c Regular expression compiler regcomp.h Private declarations for above regcomp.pl Builder of regnodes.h @@ -2146,7 +2178,6 @@ t/io/read.t See if read works t/io/tell.t See if file seeking works t/io/utf8.t See if file seeking works t/lib/1_compile.t See if the various libraries and extensions compile -t/lib/access.t See if access::readonly and readonly hashes work t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t t/lib/dprof/test1_t Perl code profiler tests