Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b64bec86a023755e02cb34e58dad1e420a3abb8f https://github.com/Perl/perl5/commit/b64bec86a023755e02cb34e58dad1e420a3abb8f Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths: M MANIFEST M Porting/Maintainers.pl M cpan/Archive-Tar/bin/ptar M cpan/Archive-Tar/lib/Archive/Tar.pm M cpan/Archive-Tar/lib/Archive/Tar/Constant.pm M cpan/Archive-Tar/lib/Archive/Tar/File.pm M cpan/Archive-Tar/t/04_resolved_issues.t A cpan/Archive-Tar/t/10_ptar.t A cpan/Archive-Tar/t/90_symlink.t M t/porting/customized.dat Log Message: ----------- cpan/Archive-Tar - Update to version 3.04 3.04 25/02/2025 (Dan Church, Arne Johannessen && SISYPHUS) - Fix handling filenames with trailing whitespace - Allow --format=ustar option for ptar - GH#21402 Symlink tests on Windows 3.02 13/04/2023 (Manfred Stock) - Test block sizes up to (2**31 - 1) bytes only (fix for 32bit perls) - Don't match on message from exception in symlink test - Improve formatting of $Archive::Tar::RESOLVE_SYMLINK documentation Commit: 6f3297e20b6ddb5c618a29f86e3cde7b681d051f https://github.com/Perl/perl5/commit/6f3297e20b6ddb5c618a29f86e3cde7b681d051f Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-19 (Wed, 19 Mar 2025) Changed paths: M Porting/Maintainers.pl M cpan/Math-BigInt/lib/Math/BigFloat.pm M cpan/Math-BigInt/lib/Math/BigInt.pm M cpan/Math-BigInt/lib/Math/BigInt/Calc.pm M cpan/Math-BigInt/lib/Math/BigInt/Lib.pm M cpan/Math-BigInt/lib/Math/BigRat.pm M cpan/Math-BigInt/t/bare_mbi.t M cpan/Math-BigInt/t/bigfltpm.inc M cpan/Math-BigInt/t/bigintpm.inc M cpan/Math-BigInt/t/bigintpm.t M cpan/Math-BigInt/t/config.t M cpan/Math-BigInt/t/downgrade-mbi-mbf.t M cpan/Math-BigInt/t/sub_mbi.t M cpan/Math-BigInt/t/upgrade.inc Log Message: ----------- cpan/Math-BigInt - Update to version 2.004001 2.004001 2025-02-12 * Improve upgrading and downgrading. - Upgrading and downgrading is more consistent. - Upgrading and downgrading now keeps the reference, so in the following example, $x changes from being a Math::BigInt with a value of 2 to a Math::BigFloat with the value 1.4142... perl -Mbignum -le '$x = 2; $x -> bsqrt(); print $x' * Fix bug in Math::BigFloat->bdiv(): in list context, bdiv() would do floored division, except when the denominator was 1. Now, bdiv() always does floored division. Commit: 72c0b8bd8c8a47037590cfd97b481e83ba423829 https://github.com/Perl/perl5/commit/72c0b8bd8c8a47037590cfd97b481e83ba423829 Author: Lukas Mai <lukasmai....@gmail.com> Date: 2025-03-19 (Wed, 19 Mar 2025) Changed paths: M Porting/Maintainers.pl M cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Log Message: ----------- cpan/Math-BigInt-FastCalc - Update to version 0.5019 0.5019 2025-02-22 * Sync test files with Math-BigInt. Compare: https://github.com/Perl/perl5/compare/30aeaad51e8f...72c0b8bd8c8a To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications