[Perl/perl5] b020cc: cpan/Math-BigInt - Update to version 2.003002

2024-01-11 Thread Max Maischein via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: b020cc52e20c5e26fc439fab03b920a60a610508
  
https://github.com/Perl/perl5/commit/b020cc52e20c5e26fc439fab03b920a60a610508
  Author: Max Maischein 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  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

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

2.003002 2024-01-05

 * Improved interaction between Math::BigInt and the backend libraries.

 * Much faster versions of _ilog2() and _clog2() implemented in the
   Math::BigInt::Calc backend library. This should speed up bilog2() and
   bclog2() in Math::BigInt when "Calc" is used as the backend liberary.


  Commit: 90350694709e57c52f8d543846ec7d7843301fb4
  
https://github.com/Perl/perl5/commit/90350694709e57c52f8d543846ec7d7843301fb4
  Author: Max Maischein 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  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.5018

0.5018 2024-01-06

 * Sync test files with Math-BigInt.


Compare: https://github.com/Perl/perl5/compare/56ceebf2f5db...90350694709e


[Perl/perl5] 56ceeb: cpan/Pod-Checker - Update to version 1.76

2024-01-11 Thread Max Maischein via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 56ceebf2f5db916509330dc1973fe5241cfc7071
  
https://github.com/Perl/perl5/commit/56ceebf2f5db916509330dc1973fe5241cfc7071
  Author: Max Maischein 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
M MANIFEST
M Porting/Maintainers.pl
M cpan/Pod-Checker/lib/Pod/Checker.pm
M cpan/Pod-Checker/scripts/podchecker.PL

  Log Message:
  ---
  cpan/Pod-Checker - Update to version 1.76

 Version 1.76
 + CPAN#149267: "OK" message should go to STDOUT, not STDERR
 + CPAN#150660: podchecker -quiet does not print "OK" message

 21-May-2022   Marek Rouchal




[Perl/perl5] 142fad: locale.c: Change S_emulate_langinfo formal arg type

2024-01-11 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 142fad4314e422f85799a7991e48b413c3dd9840
  
https://github.com/Perl/perl5/commit/142fad4314e422f85799a7991e48b413c3dd9840
  Author: Karl Williamson 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Change S_emulate_langinfo formal arg type

The type of this parameter changed recently from an enum to an int,
and embed.fnc was updated, but not the actual function definition.

No compilers except the OpenBSD one complained so far.

Fixes GH #21811




[Perl/perl5]

2024-01-11 Thread Dagfinn Ilmari Mannsåker via perl5-changes
  Branch: refs/heads/pod-headings-remove-full-stops
  Home:   https://github.com/Perl/perl5


[Perl/perl5] c60ffc: Remove full stops from POD headings

2024-01-11 Thread Dagfinn Ilmari Mannsåker via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: c60ffc18d95f78ee7648b195a460da80064bba28
  
https://github.com/Perl/perl5/commit/c60ffc18d95f78ee7648b195a460da80064bba28
  Author: Dagfinn Ilmari Mannsåker 
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
M Porting/epigraphs.pod
M Porting/pumpkin.pod
M Porting/release_managers_guide.pod
M README.os2
M README.solaris
M dist/SelfLoader/lib/SelfLoader.pm
M ext/Hash-Util/lib/Hash/Util.pm
M hints/README.hints
M lib/perl5db.pl
M pod/perl5005delta.pod
M pod/perl5125delta.pod
M pod/perl5140delta.pod
M pod/perl5142delta.pod
M pod/perl5160delta.pod
M pod/perl5180delta.pod
M pod/perl5220delta.pod
M pod/perl5240delta.pod
M pod/perl5260delta.pod
M pod/perl5300delta.pod
M pod/perl587delta.pod
M pod/perl589delta.pod
M pod/perldbmfilter.pod
M pod/perldeprecation.pod
M pod/perlebcdic.pod
M pod/perliol.pod
M pod/perlperf.pod

  Log Message:
  ---
  Remove full stops from POD headings

Headings are not sentences and should not have a trailing full stop
unless the last word is an abbreviation or as part of an ellipsis.