Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f8e72076393d9d7449840dbf7eb1feb3f9616113
https://github.com/Perl/perl5/commit/f8e72076393d9d7449840dbf7eb1feb3f9616113
Author: Yves Orton <[email protected]>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M perl.h
M win32/win32.h
Log Message:
-----------
fix defines for PERL_BITFIELDxx on Linux and Win32
for some reason PERL_BITFIELD32 is defined as "unsigned" which is
defined to be the same as "unsigned int" which could be 16 bits.
This changes the definition for PERL_BITFIELDxx to be the same
on both platforms and to use the full names for the type, and to
use a type which is guaranteed to be at least 32 bits long for
PERL_BITFIELD32.
Commit: 4bc1bdabc07d5a0da438705ad804632dbea7805e
https://github.com/Perl/perl5/commit/4bc1bdabc07d5a0da438705ad804632dbea7805e
Author: Yves Orton <[email protected]>
Date: 2020-02-08 (Sat, 08 Feb 2020)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Scalar-List-Utils/ListUtil.xs
M cpan/Scalar-List-Utils/Makefile.PL
M cpan/Scalar-List-Utils/lib/List/Util.pm
M cpan/Scalar-List-Utils/lib/List/Util/XS.pm
M cpan/Scalar-List-Utils/lib/Scalar/Util.pm
M cpan/Scalar-List-Utils/lib/Sub/Util.pm
M cpan/Scalar-List-Utils/t/reduce.t
R cpan/Scalar-List-Utils/t/reductions.t
R cpan/Scalar-List-Utils/t/sample.t
M cpan/Scalar-List-Utils/t/shuffle.t
M cpan/Scalar-List-Utils/t/uniq.t
Log Message:
-----------
Revert "Update Scalar-List-Utils to CPAN version 1.54"
This reverts commit 16933d619ff0a6284a4a90626ab5d39e472c694f.
This breaks Win32 builds as it does not include trunc(),
which is causing havoc with our build process. See issue #17550
Compare: https://github.com/Perl/perl5/compare/16933d619ff0...4bc1bdabc07d