[Perl/perl5] 6401a3: cpan/Math-BigInt - Update to version 2.002001

2023-12-11 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6401a39e8039898cbe1d077a2e14a3c4dd7a6232
  
https://github.com/Perl/perl5/commit/6401a39e8039898cbe1d077a2e14a3c4dd7a6232
  Author: Peter John Acklam 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  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/downgrade-mbi-mbr.t

  Log Message:
  ---
  cpan/Math-BigInt - Update to version 2.002001

2.002001 2023-12-09

 * Fix CPAN RT #150523

2.002000 2023-12-02

 * Fix bug in Math::BigFloat method bsin(). It can now handle any argument to
   any precision. Also improve downgrading. This fixes CPAN RT #150590 and the
   bsin() part of CPAN RT #107604.

 * Fix bug in Math::BigFloat method bexp(). Specifying precision (rather than
   accuracy) used to give a NaN. Also improve downgrading.

 * Improve upgrading in Math::BigInt methods bsin() and bcos(). They now
   upgrade only when necessary.




[Perl/perl5] 589af9: cpan/Archive-Tar - Update to version 3.02

2023-12-11 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 589af9a6b2f32b4ea3e2424226eb56bc497e4e7f
  
https://github.com/Perl/perl5/commit/589af9a6b2f32b4ea3e2424226eb56bc497e4e7f
  Author: James E Keenan 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
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/02_methods.t
M cpan/Archive-Tar/t/04_resolved_issues.t
M cpan/Archive-Tar/t/09_roundtrip.t
R cpan/Archive-Tar/t/90_symlink.t
A cpan/Archive-Tar/t/src/long/prefix-directory-concat.tar

  Log Message:
  ---
  cpan/Archive-Tar - Update to version 3.02

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: 54f925e1d05ec5ccff2d0d1c62e34c5c1d6a0897
  
https://github.com/Perl/perl5/commit/54f925e1d05ec5ccff2d0d1c62e34c5c1d6a0897
  Author: James E Keenan 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M Porting/Maintainers.pl
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

  Log Message:
  ---
  Patching Archive-Tar 3.02

To indicate that we are including a patched version of Archive-Tar-3.02
in core, we increment $VERSION in its *.pm files and in %Modules within
Porting/Maintainers.pl.

We're excluding t/90_symlink.t from shipping with core until such time
as (a) we know whether its unit tests are for "developers" only or for
general automated testing; and (b) we get a better 'skip_all' condition.

Fixes GH #21402


Compare: https://github.com/Perl/perl5/compare/973d1d344ff6...54f925e1d05e


[Perl/perl5] 973d1d: win32/Makefiles: don't try to be clever with modif...

2023-12-11 Thread Tony Cook via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 973d1d344ff666b7e375724e8c1054e524171066
  
https://github.com/Perl/perl5/commit/973d1d344ff666b7e375724e8c1054e524171066
  Author: Tony Cook 
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
M MANIFEST
M win32/GNUmakefile
M win32/Makefile
R win32/set_depend_modtime.pl

  Log Message:
  ---
  win32/Makefiles: don't try to be clever with modification times

When I re-worked this I tried to reduce the amount of rebuilding
needed in some cases, but this has caused other problems, so
simplify.

Fixes #21680




[Perl/perl5] 31d0e1: locale.c: Remove unused #define

2023-12-11 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 31d0e167dc33fbb39e61cb695650c798cf21f05c
  
https://github.com/Perl/perl5/commit/31d0e167dc33fbb39e61cb695650c798cf21f05c
  Author: Karl Williamson 
  Date:   2023-12-11 (Mon, 11 Dec 2023)

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Remove unused #define