Poor Glossary--are we fixed yet?
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 11543e1..9adb74c 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -40,7 +40,6 @@ README.dos            Notes about dos/djgpp port
 README.epoc            Notes about EPOC port
 README.hpux            Notes about HP-UX port
 README.hurd            Notes about GNU/Hurd port
-README.lexwarn         Notes about lexical warnings
 README.mint            Notes about Atari MiNT port
 README.mpeix           Notes about MPE/iX port
 README.os2             Notes about OS/2 port
@@ -55,7 +54,6 @@ README.vos            Notes about Stratus VOS port
 README.win32           Notes about Win32 port
 Todo                   The Wishlist
 Todo-5.005             What needs doing before 5.005 release
-XSlock.h               Include file for extensions built with PERL_OBJECT defined
 XSUB.h                 Include file for extension subroutines
 apollo/netinet/in.h    Apollo DomainOS port: C header file frontend
 av.c                   Array value code
@@ -219,6 +217,11 @@ ext/Data/Dumper/Dumper.pm  Data pretty printer, module
 ext/Data/Dumper/Dumper.xs      Data pretty printer, externals
 ext/Data/Dumper/Makefile.PL    Data pretty printer, makefile writer
 ext/Data/Dumper/Todo           Data pretty printer, futures
+ext/Devel/DProf/Changes                Perl code profiler changelog
+ext/Devel/DProf/DProf.pm       Perl code profiler
+ext/Devel/DProf/DProf.xs       Perl code profiler
+ext/Devel/DProf/Makefile.PL    Perl code profiler makefile writer
+ext/Devel/DProf/Todo           Perl code profiler todo list
 ext/Devel/Peek/Changes         Data debugging tool, changelog
 ext/Devel/Peek/Makefile.PL     Data debugging tool, makefile writer
 ext/Devel/Peek/Peek.pm         Data debugging tool, module and pod
@@ -764,6 +767,7 @@ lib/unicode/In/Tamil.pl                             Unicode character database
 lib/unicode/In/Telugu.pl                       Unicode character database
 lib/unicode/In/Thai.pl                         Unicode character database
 lib/unicode/In/Tibetan.pl                      Unicode character database
+lib/unicode/Is/ASCII.pl                                Unicode character database
 lib/unicode/Is/Alnum.pl                                Unicode character database
 lib/unicode/Is/Alpha.pl                                Unicode character database
 lib/unicode/Is/BidiAN.pl                       Unicode character database
@@ -780,6 +784,7 @@ lib/unicode/Is/BidiWS.pl                    Unicode character database
 lib/unicode/Is/C.pl                            Unicode character database
 lib/unicode/Is/Cc.pl                           Unicode character database
 lib/unicode/Is/Cn.pl                           Unicode character database
+lib/unicode/Is/Cntrl.pl                                Unicode character database
 lib/unicode/Is/Co.pl                           Unicode character database
 lib/unicode/Is/DCcircle.pl                     Unicode character database
 lib/unicode/Is/DCcompat.pl                     Unicode character database
@@ -799,6 +804,7 @@ lib/unicode/Is/DCwide.pl                    Unicode character database
 lib/unicode/Is/DecoCanon.pl                    Unicode character database
 lib/unicode/Is/DecoCompat.pl                   Unicode character database
 lib/unicode/Is/Digit.pl                                Unicode character database
+lib/unicode/Is/Graph.pl                                Unicode character database
 lib/unicode/Is/L.pl                            Unicode character database
 lib/unicode/Is/Ll.pl                           Unicode character database
 lib/unicode/Is/Lm.pl                           Unicode character database
@@ -818,6 +824,7 @@ lib/unicode/Is/Pd.pl                                Unicode character database
 lib/unicode/Is/Pe.pl                           Unicode character database
 lib/unicode/Is/Po.pl                           Unicode character database
 lib/unicode/Is/Print.pl                                Unicode character database
+lib/unicode/Is/Punct.pl                                Unicode character database
 lib/unicode/Is/Ps.pl                           Unicode character database
 lib/unicode/Is/S.pl                            Unicode character database
 lib/unicode/Is/Sc.pl                           Unicode character database
@@ -826,6 +833,8 @@ lib/unicode/Is/So.pl                                Unicode character database
 lib/unicode/Is/Space.pl                                Unicode character database
 lib/unicode/Is/Syllable.pl                     Unicode character database
 lib/unicode/Is/Upper.pl                                Unicode character database
+lib/unicode/Is/Word.pl                         Unicode character database
+lib/unicode/Is/XDigit.pl                       Unicode character database
 lib/unicode/Is/Z.pl                            Unicode character database
 lib/unicode/Is/Zl.pl                           Unicode character database
 lib/unicode/Is/Zp.pl                           Unicode character database
@@ -855,6 +864,7 @@ lib/validate.pl             Perl library supporting wholesale file mode validation
 lib/vars.pm            Declare pseudo-imported global variables
 lib/warning.pm         For "use warning"
 makeaperl.SH           perl script that produces a new perl binary
+makedef.pl             Create symbol export lists for linking
 makedepend.SH          Precursor to makedepend
 makedir.SH             Precursor to makedir
 malloc.c               A version of malloc you might not want
@@ -925,7 +935,8 @@ os2/perl2cmd.pl             Corrects installed binaries under OS/2
 patchlevel.h           The current patch level of perl
 perl.c                 main()
 perl.h                 Global declarations
-perl_exp.SH            Creates list of exported symbols for AIX
+perlapi.c              Perl API functions
+perlapi.h              Perl API function declarations
 perlio.c               C code for PerlIO abstraction
 perlio.h               compatibility stub
 perlio.sym             Symbols for PerlIO abstraction
@@ -986,6 +997,7 @@ pod/perlfunc.pod    Function info
 pod/perlguts.pod       Internals info
 pod/perlhist.pod       Perl history info
 pod/perlipc.pod                IPC info
+pod/perllexwarn.pod    Lexical Warnings info
 pod/perllocale.pod     Locale support info
 pod/perllol.pod                How to use lists of lists
 pod/perlmod.pod                Module mechanism info
@@ -1107,6 +1119,19 @@ t/lib/db-hash.t          See if DB_File works
 t/lib/db-recno.t       See if DB_File works
 t/lib/dirhand.t                See if DirHandle works
 t/lib/dosglob.t                See if File::DosGlob works
+t/lib/dprof.t          Perl code profiler testsuite driver
+t/lib/dprof/test1_t    Perl code profiler tests
+t/lib/dprof/test1_v    Perl code profiler tests
+t/lib/dprof/test2_t    Perl code profiler tests
+t/lib/dprof/test2_v    Perl code profiler tests
+t/lib/dprof/test3_t    Perl code profiler tests
+t/lib/dprof/test3_v    Perl code profiler tests
+t/lib/dprof/test4_t    Perl code profiler tests
+t/lib/dprof/test4_v    Perl code profiler tests
+t/lib/dprof/test5_t    Perl code profiler tests
+t/lib/dprof/test5_v    Perl code profiler tests
+t/lib/dprof/test6_t    Perl code profiler tests
+t/lib/dprof/test6_v    Perl code profiler tests
 t/lib/dumper-ovl.t     See if Data::Dumper works for overloaded data
 t/lib/dumper.t         See if Data::Dumper works
 t/lib/english.t                See if English works
@@ -1177,6 +1202,7 @@ t/op/assignwarn.t See if OP= operators warn correctly for undef targets
 t/op/auto.t            See if autoincrement et all work
 t/op/avhv.t            See if pseudo-hashes work
 t/op/bop.t             See if bitops work
+t/op/chars.t           See if character escapes work
 t/op/chop.t            See if chop works
 t/op/closure.t         See if closures work
 t/op/cmp.t             See if the various string and numeric compare work
@@ -1300,11 +1326,17 @@ t/pragma/warn/2use      Tests for "use warning" for warning.t
 t/pragma/warn/3both    Tests for interaction of $^W and "use warning"
 t/pragma/warn/4lint    Tests for -W switch
 t/pragma/warn/5nolint  Tests for -X switch
+t/pragma/warn/6default Tests default warnings
+t/pragma/warn/av       Tests for av.c for warning.t
 t/pragma/warn/doio     Tests for doio.c for warning.t
+t/pragma/warn/doop     Tests for doop.c for warning.t
 t/pragma/warn/gv       Tests for gv.c for warning.t
+t/pragma/warn/hv       Tests for hv.c for warning.t
+t/pragma/warn/malloc   Tests for malloc.c for warning.t
 t/pragma/warn/mg       Tests for mg.c for warning.t
 t/pragma/warn/op       Tests for op.c for warning.t
 t/pragma/warn/perl     Tests for perl.c for warning.t
+t/pragma/warn/perlio   Tests for perlio.c for warning.t
 t/pragma/warn/perly    Tests for perly.y for warning.t
 t/pragma/warn/pp       Tests for pp.c for warning.t
 t/pragma/warn/pp_ctl   Tests for pp_ctl.c for warning.t
@@ -1312,11 +1344,13 @@ t/pragma/warn/pp_hot    Tests for pp_hot.c for warning.t
 t/pragma/warn/pp_sys   Tests for pp_sys.c for warning.t
 t/pragma/warn/regcomp  Tests for regcomp.c for warning.t
 t/pragma/warn/regexec  Tests for regexec.c for warning.t
+t/pragma/warn/run      Tests for run.c for warning.t
 t/pragma/warn/sv       Tests for sv.c for warning.t
 t/pragma/warn/taint    Tests for taint.c for warning.t
 t/pragma/warn/toke     Tests for toke.c for warning.t
 t/pragma/warn/universal        Tests for universal.c for warning.t
 t/pragma/warn/util     Tests for util.c for warning.t
+t/pragma/warn/utf8     Tests for utf8.c for warning.t
 t/pragma/warning.t     See if warning controls work
 taint.c                        Tainting code
 thrdvar.h              Per-thread variables
@@ -1330,6 +1364,7 @@ util.c                    Utility routines
 util.h                 Dummy header
 utils/Makefile         Extract the utility scripts
 utils/c2ph.PL          program to translate dbx stabs to perl
+utils/dprofpp.PL       Perl code profile post-processor
 utils/h2ph.PL          A thing to turn C .h files into perl .ph files
 utils/h2xs.PL          Program to make .xs files from C header files
 utils/perlbug.PL       A simple tool to submit a bug report
@@ -1385,10 +1420,7 @@ vos/vos_dummies.c        Wrappers to soak up undefined functions
 vos/vosish.h           VOS-specific header file
 warning.h              The warning numbers
 warning.pl             Program to write warning.h and lib/warning.pm
-win32/GenCAPI.pl       Win32 port for C API with PERL_OBJECT
 win32/Makefile         Win32 makefile for NMAKE (Visual C++ build)
-win32/TEST             Win32 port
-win32/autosplit.pl     Win32 port
 win32/bin/perlglob.pl  Win32 globbing
 win32/bin/pl2bat.pl    wrap perl scripts into batch files
 win32/bin/runperl.pl   run perl script via batch file namesake
@@ -1403,15 +1435,11 @@ win32/config_h.PL       Perl code to convert Win32 config.sh to config.h
 win32/config_sh.PL     Perl code to update Win32 config.sh from Makefile 
 win32/des_fcrypt.patch Win32 port
 win32/dl_win32.xs      Win32 port
-win32/genxsdef.pl      Win32 port
 win32/include/arpa/inet.h      Win32 port
 win32/include/dirent.h         Win32 port
 win32/include/netdb.h          Win32 port
 win32/include/sys/socket.h     Win32 port
-win32/makedef.pl       Win32 port
 win32/makefile.mk      Win32 makefile for DMAKE (BC++, VC++ builds)
-win32/makemain.pl      Win32 port
-win32/makeperldef.pl   Win32 port
 win32/perlglob.c       Win32 port
 win32/perllib.c                Win32 port
 win32/pod.mak          Win32 port