This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add simple exception handling macros for XS writers.
[perl5.git] / MANIFEST
index 28ed265..7d33530 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -329,6 +329,8 @@ ext/DynaLoader/dl_vmesa.xs  VM/ESA implementation
 ext/DynaLoader/dl_vms.xs       VMS implementation
 ext/DynaLoader/DynaLoader_pm.PL        Dynamic Loader perl module
 ext/DynaLoader/hints/aix.pl    Hint for DynaLoader for named architecture
+ext/DynaLoader/hints/gnukfreebsd.pl    Hint for DynaLoader for named architecture
+ext/DynaLoader/hints/gnuknetbsd.pl     Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/linux.pl  Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/openbsd.pl        Hint for DynaLoader for named architecture
@@ -665,6 +667,8 @@ ext/ODBM_File/hints/cygwin.pl       Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/hpux.pl    Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/linux.pl   Hint for NDBM_File for named architecture
+ext/ODBM_File/hints/gnukfreebsd.pl     Hint for NDBM_File for named architecture
+ext/ODBM_File/hints/gnuknetbsd.pl      Hint for NDBM_File for named architecture
 ext/ODBM_File/hints/sco.pl     Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/svr4.pl    Hint for ODBM_File for named architecture
@@ -703,6 +707,8 @@ ext/POSIX/hints/bsdos.pl    Hint for POSIX for named architecture
 ext/POSIX/hints/dynixptx.pl    Hint for POSIX for named architecture
 ext/POSIX/hints/freebsd.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/linux.pl       Hint for POSIX for named architecture
+ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
+ext/POSIX/hints/gnuknetbsd.pl  Hint for POSIX for named architecture
 ext/POSIX/hints/mint.pl                Hint for POSIX for named architecture
 ext/POSIX/hints/netbsd.pl      Hint for POSIX for named architecture
 ext/POSIX/hints/next_3.pl      Hint for POSIX for named architecture
@@ -764,6 +770,8 @@ ext/Socket/t/socketpair.t   See if socketpair works
 ext/Socket/t/Socket.t          See if Socket works
 ext/Storable/ChangeLog         Storable extension
 ext/Storable/hints/linux.pl    Hint for Storable for named architecture
+ext/Storable/hints/gnukfreebsd.pl      Hint for Storable for named architecture
+ext/Storable/hints/gnuknetbsd.pl       Hint for Storable for named architecture
 ext/Storable/Makefile.PL       Storable extension
 ext/Storable/MANIFEST          Storable extension
 ext/Storable/README            Storable extension
@@ -907,6 +915,7 @@ 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/t/call.t                XS::APItest extension
+ext/XS/APItest/t/exception.t   XS::APItest extension
 ext/XS/APItest/t/hash.t                XS::APItest extension
 ext/XS/APItest/t/printf.t      XS::APItest extension
 ext/XS/APItest/t/push.t                XS::APItest extension
@@ -980,6 +989,8 @@ hints/irix_6.sh                     Hints for named architecture
 hints/isc_2.sh                 Hints for named architecture
 hints/isc.sh                   Hints for named architecture
 hints/linux.sh                 Hints for named architecture
+hints/gnukfreebsd.sh                   Hints for named architecture
+hints/gnuknetbsd.sh                    Hints for named architecture
 hints/lynxos.sh                        Hints for named architecture
 hints/machten_2.sh             Hints for named architecture
 hints/machten.sh               Hints for named architecture
@@ -1262,6 +1273,9 @@ lib/ExtUtils/Changes              MakeMaker change log
 lib/ExtUtils/Command/MM.pm     Calling MM functions from the cmd line
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
+lib/ExtUtils/Constant/Base.pm  generate XS code to import C header constants
+lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
+lib/ExtUtils/Constant/XS.pm    generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs
 lib/ExtUtils/Installed.pm      Information on installed extensions
 lib/ExtUtils/Install.pm                Handles 'make install' on extensions
@@ -2177,6 +2191,7 @@ perly.c                           parser code (NOT derived from perly.y)
 perly.h                                header file for perly.c; derived from perly.y
 perly.tab                      parser state tables; derived from perly.y
 perly.y                                Yacc grammar for perl
+perl_keyword.pl                        A script to generate Perl_keyword() in toke.c
 plan9/aperl                    Shell to make Perl error messages Acme-friendly
 plan9/arpa/inet.h              Plan9 port: replacement C header file
 plan9/buildinfo                        Plan9 port: configuration information