This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Under C99 isfinite/isinf/isnan are sizeof-aware macros.
[perl5.git] / MANIFEST
index 035ed10..736f91a 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -947,6 +947,19 @@ cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm  generate XS code for p
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm          generate XS code to import C header constants
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm             generate XS code to import C header constants
 cpan/ExtUtils-Constant/t/Constant.t                            See if ExtUtils::Constant works
+cpan/ExtUtils-Install/Changes                          ExtUtils-Install change log
+cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
+cpan/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
+cpan/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
+cpan/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
+cpan/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
+cpan/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
+cpan/ExtUtils-Install/t/Packlist.t                     See if Packlist works
 cpan/ExtUtils-MakeMaker/bin/instmodsh                          Give information about installed extensions
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm             Calling MM functions from the cmd line
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm            Does the real work of the above
@@ -2897,19 +2910,6 @@ dist/ExtUtils-CBuilder/t/01-basic.t                              tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/03-cplusplus.t                                tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/04-base.t                             tests for ExtUtils::CBuilder
-dist/ExtUtils-Install/Changes                          ExtUtils-Install change log
-dist/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
-dist/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
-dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
-dist/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
-dist/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
-dist/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
-dist/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
-dist/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
-dist/ExtUtils-Install/t/Packlist.t                     See if Packlist works
 dist/ExtUtils-ParseXS/Changes                                  ExtUtils::ParseXS change log
 dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm                ExtUtils::ParseXS guts
 dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm       ExtUtils::ParseXS guts
@@ -3680,6 +3680,7 @@ ext/POSIX/lib/POSIX.pod           POSIX extension documentation
 ext/POSIX/Makefile.PL          POSIX extension makefile writer
 ext/POSIX/POSIX.xs             POSIX extension external subroutines
 ext/POSIX/t/export.t           Test @EXPORT and @EXPORT_OK
+ext/POSIX/t/iscrash            See if POSIX isxxx() crashes with threads on Win32
 ext/POSIX/t/is.t               See if POSIX isxxx() work
 ext/POSIX/t/math.t             Basic math tests for POSIX
 ext/POSIX/t/posix.t            See if POSIX works
@@ -4450,6 +4451,7 @@ pod/perl5200delta.pod             Perl changes in version 5.20.0
 pod/perl5210delta.pod          Perl changes in version 5.21.0
 pod/perl5211delta.pod          Perl changes in version 5.21.1
 pod/perl5212delta.pod          Perl changes in version 5.21.2
+pod/perl5213delta.pod          Perl changes in version 5.21.3
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl581delta.pod           Perl changes in version 5.8.1
@@ -5088,12 +5090,14 @@ t/op/hash-rt85026.t             See if hash iteration/deletion works
 t/op/hash.t                    See if the complexity attackers are repelled
 t/op/hashwarn.t                        See if warnings for bad hash assignments work
 t/op/heredoc.t                 See if heredoc edge and corner cases work
+t/op/hexfp.t                   See if hexadecimal float literals work
 t/op/inccode.t                 See if coderefs work in @INC
 t/op/inccode-tie.t             See if tie to @INC works
 t/op/incfilter.t               See if the source filters in coderef-in-@INC work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
 t/op/index.t                   See if index works
 t/op/index_thr.t               See if index works in another thread
+t/op/infnan.t                  See if inf/nan work
 t/op/int.t                     See if int works
 t/op/join.t                    See if join works
 t/op/kill0_child               Process tree script that is kill()ed