This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Generate the overload enum and names array programatically, which
[perl5.git] / MANIFEST
index 7c4d38d..83fce2d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -7,7 +7,7 @@ av.h                    Array value header
 beos/beos.c            BeOS port
 beos/beosish.h         BeOS port
 beos/nm.c              BeOS port
-bytecode.pl            Produces ext/ByteLoader/byterun.h, ext/ByteLoader/byterun.c and ext/B/Asmdata.pm
+bytecode.pl            Produces ext/B/Asmdata.pm
 cc_runtime.h           Macros need by runtime of compiler-generated code
 cflags.SH              A script that emits C compilation flags per file
 Changes                        Differences from previous version
@@ -70,58 +70,30 @@ ext/attrs/attrs.xs          attrs extension external subroutines
 ext/attrs/Makefile.PL          attrs extension makefile writer
 ext/attrs/t/attrs.t            See if attrs works with C<sub : attrs>
 ext/B/B/Asmdata.pm     Compiler backend data for assembler
-ext/B/B/assemble       Assemble compiler bytecode
-ext/B/B/Assembler.pm   Compiler backend assembler support functions
-ext/B/B/Bblock.pm      Compiler basic block analysis support
-ext/B/B/Bytecode.pm    Compiler Bytecode backend
-ext/B/B/cc_harness     Simplistic wrapper for using -MO=CC compiler
-ext/B/B/CC.pm          Compiler CC backend
 ext/B/B/Concise.pm     Compiler Concise backend
-ext/B/B/C.pm           Compiler C backend
 ext/B/B/Debug.pm       Compiler Debug backend
 ext/B/B/Deparse.pm     Compiler Deparse backend
-ext/B/B/disassemble    Disassemble compiler bytecode output
-ext/B/B/Disassembler.pm        Compiler Disassembler backend
 ext/B/B/Lint.pm                Compiler Lint backend
-ext/B/B/makeliblinks   Make a simplistic XSUB .so symlink tree for compiler
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B/Showlex.pm     Compiler Showlex backend
-ext/B/B/Stackobj.pm    Compiler stack objects support functions
-ext/B/B/Stash.pm       Compiler module to identify stashes
 ext/B/B/Terse.pm       Compiler Terse backend
 ext/B/B/Xref.pm                Compiler Xref backend
 ext/B/B.xs             Compiler backend external subroutines
-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/hints/openbsd.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=...)
-ext/B/ramblings/cc.notes       Compiler ramblings: notes on CC backend
-ext/B/ramblings/curcop.runtime Compiler ramblings: notes on curcop use
-ext/B/ramblings/flip-flop      Compiler ramblings: notes on flip-flop
-ext/B/ramblings/magic          Compiler ramblings: notes on magic
-ext/B/ramblings/reg.alloc      Compiler ramblings: register allocation
-ext/B/ramblings/runtime.porting        Compiler ramblings: porting PP engine
-ext/B/README           Compiler backend README
-ext/B/t/asmdata.t      See if B::Asmdata works
-ext/B/t/assembler.t    See if B::Assembler, B::Disassembler comply
-ext/B/t/bblock.t       See if B::Bblock works
 ext/B/t/b.t            See if B works
-ext/B/t/bytecode.t     See whether B::Bytecode works
 ext/B/t/concise.t      See whether B::Concise works
 ext/B/t/concise-xs.t   See whether B::Concise recognizes XS functions
 ext/B/t/debug.t                See if B::Debug works
 ext/B/t/deparse.t      See if B::Deparse works
-ext/B/TESTS            Compiler backend test data
 ext/B/t/f_map                  code from perldoc -f map
 ext/B/t/f_map.t                        converted to optreeCheck()s
 ext/B/t/f_sort                 optree test raw material
 ext/B/t/f_sort.t               optree test raw material
 ext/B/t/lint.t         See if B::Lint works
-ext/B/Todo             Compiler backend Todo list
 ext/B/t/OptreeCheck.pm         optree comparison tool
 ext/B/t/optree_check.t         test OptreeCheck apparatus
 ext/B/t/optree_concise.t       more B::Concise tests
@@ -133,17 +105,9 @@ ext/B/t/optree_specials.t  BEGIN, END, etc code
 ext/B/t/optree_varinit.t       my,our,local var init optimization
 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
 ext/B/t/xref.t         See if B::Xref works
 ext/B/typemap                  Compiler backend interface types
-ext/ByteLoader/bytecode.h      Bytecode header for bytecode loader
-ext/ByteLoader/ByteLoader.pm   Bytecode loader Perl module
-ext/ByteLoader/ByteLoader.xs   Bytecode loader external subroutines
-ext/ByteLoader/byterun.c       Runtime support for bytecode loader
-ext/ByteLoader/byterun.h       Header for byterun.c
-ext/ByteLoader/hints/sunos.pl  Hints for named architecture
-ext/ByteLoader/Makefile.PL     Bytecode loader makefile writer
 ext/Compress/IO/Base/Changes   IO::Compress::Base
 ext/Compress/IO/Base/lib/File/GlobMapper.pm    IO::Compress::Base
 ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm    IO::Compress::Base
@@ -1021,6 +985,8 @@ ext/re/re_top.h                    re extension symbol hiding header
 ext/re/re.xs                   re extension external subroutines
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
+ext/re/t/lexical_debug.pl      generate debug output for lexical re 'debug'
+ext/re/t/lexical_debug.t       test that lexical re 'debug' works
 ext/re/t/re.t                  see if re pragma works
 ext/Safe/t/safe1.t             See if Safe works
 ext/Safe/t/safe2.t             See if Safe works
@@ -1122,6 +1088,12 @@ ext/Sys/Syslog/Syslog.xs Sys::Syslog extension external subroutines
 ext/Sys/Syslog/t/00-load.t     test for Sys::Syslog
 ext/Sys/Syslog/t/constants.t   test for Sys::Syslog
 ext/Sys/Syslog/t/syslog.t      See if Sys::Syslog works
+ext/Text/Soundex/Changes       Changelog for Text::Soundex
+ext/Text/Soundex/Makefile.PL   Text::Soundex extension makefile writer
+ext/Text/Soundex/README                README for Text::Soundex
+ext/Text/Soundex/Soundex.pm    Text::Soundex extension Perl module
+ext/Text/Soundex/Soundex.xs    Text::Soundex extension external subroutines
+ext/Text/Soundex/t/Soundex.t   test for Text::Soundex
 ext/Thread/create.tx           Test thread creation
 ext/Thread/die2.tx             Test thread die() differently
 ext/Thread/die.tx              Test thread die()
@@ -1143,6 +1115,7 @@ ext/threads/hints/linux.pl        Hint file for Linux
 ext/threads/Makefile.PL                ithreads
 ext/Thread/specific.tx         Test thread-specific user data
 ext/threads/README             ithreads
+ext/threads/shared/Changes     Changes for threads::shared
 ext/threads/shared/hints/linux.pl      thread shared variables
 ext/threads/shared/Makefile.PL thread shared variables
 ext/threads/shared/README      thread shared variables
@@ -1161,7 +1134,6 @@ ext/threads/shared/t/shared_attr.t        Test :shared attribute
 ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/sv_simple.t       thread shared variables
 ext/threads/shared/t/wait.t    Test cond_wait and cond_timedwait
-ext/threads/shared/typemap     thread::shared types
 ext/threads/t/basic.t          ithreads
 ext/threads/t/blocks.t         Test threads in special blocks
 ext/threads/t/context.t                Explicit thread context
@@ -1373,46 +1345,6 @@ installperl                      Perl script to do "make install" dirty work
 INTERN.h                       Included before domestic .h files
 intrpvar.h                     Variables held in each interpreter instance
 iperlsys.h                     Perl's interface to the system
-jpl/bin/jpl                    JPL compiler
-jpl/ChangeLog                  Java/Perl Lingo change log
-jpl/docs/Tutorial.pod          Perl and Java Tutorial
-jpl/get_jdk/get_jdk.pl         JDK download tool
-jpl/get_jdk/jdk_hosts          JDK availability list
-jpl/get_jdk/README             Instructions for using get_jdk.pl
-jpl/install-jpl                        JPL install utility
-jpl/JNI/Changes                        Java Native Interface changes
-jpl/JNI/Closer.java            Java Native Interface example
-jpl/JNI/JNIConfig              Java Native Interface config
-jpl/JNI/JNIConfig.kaffe                Java Native Interface config
-jpl/JNI/JNIConfig.noembed      Java Native Interface config
-jpl/JNI/JNIConfig.standard     Java Native Interface config
-jpl/JNI/JNIConfig.Win32                Java Native Interface config
-jpl/JNI/JNI.pm                 Java Native Interface module
-jpl/JNI/JNI.xs                 Java Native Interface module
-jpl/JNI/Makefile.PL            Java Native Interface makefile generator
-jpl/JNI/test.pl                        Java Native Interface tests
-jpl/JNI/typemap                        Java/Perl interface typemap
-jpl/JNI/typemap.gcc            Java/Perl interface typemap
-jpl/JNI/typemap.win32          Java/Perl interface typemap
-jpl/JPL/AutoLoader.pm          Java/Perl compiler module
-jpl/JPL/Class.pm               Java/Perl compiler module
-jpl/JPL/Compile.pm             Java/Perl compiler module
-jpl/JPL/Makefile.PL            Java/Perl makefile generator
-jpl/JPL_Rolo/cardfile          Rolodex sample application
-jpl/JPL_Rolo/JPL_Rolo.jpl      Rolodex sample application
-jpl/JPL_Rolo/Makefile.PL       Makefile generator
-jpl/JPL_Rolo/README            Instructions
-jpl/PerlInterpreter/Makefile.PL        Makefile generator
-jpl/PerlInterpreter/PerlInterpreter.c  Perl interpreter abstraction
-jpl/PerlInterpreter/PerlInterpreter.h  Perl interpreter abstraction
-jpl/PerlInterpreter/PerlInterpreter.java       Perl interpreter abstraction
-jpl/README                     JPL instructions
-jpl/README.JUST-JNI            JPL instructions
-jpl/Sample/Makefile.PL         JPL sample makefile generator
-jpl/Sample/Sample.jpl          JPL sample
-jpl/SETVARS.PL                 JPL setup
-jpl/Test/Makefile.PL           JPL tests makefile generator
-jpl/Test/Test.jpl              JPL tests
 keywords.h                     The keyword numbers
 keywords.pl                    Program to write keywords.h
 lib/abbrev.pl                  An abbreviation table builder
@@ -1565,6 +1497,7 @@ lib/CPAN/HandleConfig.pm  helper package for CPAN.pm
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/PAUSE2003.pub         CPAN public key
 lib/CPAN/PAUSE2005.pub         CPAN public key
+lib/CPAN/Queue.pm              queueing system for CPAN.pm
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
 lib/CPAN/SIGNATURE             CPAN public key
 lib/CPAN/t/01loadme.t          See if CPAN the module works
@@ -1690,12 +1623,13 @@ lib/ExtUtils/README             MakeMaker README
 lib/ExtUtils/t/00compile.t     See if MakeMaker modules compile
 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/build_man.t     Set if MakeMaker builds manpages
 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/t/eu_command.t    See if ExtUtils::Command works
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
 lib/ExtUtils/t/FIRST_MAKEFILE.t                See if FIRST_MAKEFILE works
 lib/ExtUtils/t/hints.t         See if hint files are honored.
@@ -1722,6 +1656,7 @@ 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/pm.t            See if Makemaker can handle PM
 lib/ExtUtils/t/prefixify.t     See if MakeMaker can apply a PREFIX
 lib/ExtUtils/t/prereq_print.t  See if PREREQ_PRINT works
 lib/ExtUtils/t/problems.t      How MakeMaker reacts to build problems
@@ -1883,6 +1818,9 @@ lib/Locale/Maketext/Guts.pm       Locale::Maketext
 lib/Locale/Maketext.pm         Locale::Maketext
 lib/Locale/Maketext.pod                Locale::Maketext documentation
 lib/Locale/Maketext/README     Locale::Maketext
+lib/Locale/Maketext/Simple.pm  Locale::Simple
+lib/Locale/Maketext/Simple/t/0-signature.t     Locale::Simple tests
+lib/Locale/Maketext/Simple/t/1-basic.t Locale::Simple tests
 lib/Locale/Maketext/t/01_about_verbose.t       See if Locale::Maketext works
 lib/Locale/Maketext/t/10_make.t        See if Locale::Maketext works
 lib/Locale/Maketext/t/20_get.t See if Locale::Maketext works
@@ -2139,6 +2077,8 @@ lib/overload.pm                   Module for overloading perl operators
 lib/overload.t                 See if operator overloading works
 lib/Package/Constants.pm       Package::Constants
 lib/Package/Constants/t/01_list.t      Package::Constants tests
+lib/Params/Check.pm    Params::Check
+lib/Params/Check/t/01_Params-Check.t   Params::Check tests
 lib/perl5db.pl                 Perl debugging routines
 lib/PerlIO.pm                  PerlIO support module
 lib/PerlIO/via/QuotedPrint.pm  PerlIO::via::QuotedPrint
@@ -2368,6 +2308,7 @@ lib/Pod/t/htmlview.t              pod2html render test
 lib/Pod/t/InputObjects.t       See if Pod::InputObjects works
 lib/Pod/t/man.t                        podlators test
 lib/Pod/t/parselink.t          podlators test
+lib/Pod/t/pod-parser.t         podlators test
 lib/Pod/t/pod2html-lib.pl      pod2html testing library
 lib/Pod/t/pod2latex.t          See if Pod::LaTeX works
 lib/Pod/t/Select.t             See if Pod::Select works
@@ -2383,9 +2324,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.pm              Load functions only on demand
 lib/SelfLoader.t               See if SelfLoader works
-lib/SelfLoader-buggy.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
@@ -2550,8 +2491,6 @@ lib/Text/Balanced/t/pod.t See if Text::Balanced works
 lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
 lib/Text/ParseWords.t          See if Text::ParseWords works
 lib/Text/ParseWords/taint.t    See if Text::ParseWords works with tainting
-lib/Text/Soundex.pm            Perl module to implement Soundex
-lib/Text/Soundex.t             See if Soundex works
 lib/Text/Tabs.pm               Do expand and unexpand
 lib/Text/TabsWrap/CHANGELOG    ChangeLog for Tabs+Wrap
 lib/Text/TabsWrap/t/37000.t    See if Text::Tabs is working
@@ -2673,6 +2612,7 @@ lib/unicore/Makefile              Unicode character database
 lib/unicore/mktables           Unicode character database generator
 lib/unicore/mktables.lst       File list for mktables
 lib/unicore/NamedSequences.txt Unicode character database
+lib/unicore/NamedSqProv.txt    Unicode character database
 lib/unicore/NamesList.txt      Unicode character database
 lib/unicore/NormalizationCorrections.txt       Unicode character database
 lib/unicore/PropertyAliases.txt        Unicode character database
@@ -2864,6 +2804,8 @@ os2/OS2/typemap                   Common typemap for OS/2 types
 os2/perl2cmd.pl                        Corrects installed binaries under OS/2
 os2/perlrexx.c                 Support perl interpreter embedded in REXX
 os2/perlrexx.cmd               Test perl interpreter embedded in REXX
+overload.h                     generated overload enum and name table
+overload.pl                    generate overload.h
 pad.c                          Scratchpad functions
 pad.h                          Scratchpad headers
 patchlevel.h                   The current patch level of perl
@@ -3246,6 +3188,7 @@ t/io/through.t                    See if pipe passes data intact
 t/io/utf8.t                    See if file seeking works
 t/japh/abigail.t               Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
+t/lib/Cname.pm                 Test charnames in regexes (op/pat.t)
 t/lib/common.pl                        Helper for lib/{warnings,feature}.t
 t/lib/commonsense.t            See if configuration meets basic needs
 t/lib/compmod.pl               Helper for 1_compile.t
@@ -3651,7 +3594,6 @@ utils/libnetcfg.PL                libnet
 utils.lst                      Lists utilities bundled with Perl
 utils/Makefile                 Extract the utility scripts
 utils/perlbug.PL               A simple tool to submit a bug report
-utils/perlcc.PL                        Front-end for compiler
 utils/perldoc.PL               A simple tool to find & display perl's documentation
 utils/perlivp.PL               installation verification procedure
 utils/piconv.PL                        iconv(1), reinvented in perl
@@ -3699,7 +3641,8 @@ vms/writemain.pl          Generate perlmain.c from miniperlmain.c+extensions
 vos/Changes                    Changes made to port Perl to the VOS operating system
 vos/compile_full_perl.cm       VOS command macro to build "full" Perl
 vos/configure_full_perl.sh     VOS shell script to configure "full" perl before building
-vos/make_full_perl.sh  VOS shell script to build and test "full" perl
+vos/make_full_perl.sh          VOS shell script to build and test "full" perl
+vos/syslog.h                   syslog header for VOS
 vos/vos.c                      VOS emulations for missing POSIX functions
 vos/vosish.h                   VOS-specific header file
 warnings.h                     The warning numbers