[Perl/perl5] 8508c3: [doc] Minor spelling issues in C file comments

2024-01-12 Thread Elvin Aslanov via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 8508c300fda3c9dc9bbedcf2e7c31adb8e3e5062
  
https://github.com/Perl/perl5/commit/8508c300fda3c9dc9bbedcf2e7c31adb8e3e5062
  Author: rwp0 
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
M locale.c
M pp_ctl.c
M regcomp.c
M regexec.c
M utf8.c
M util.c

  Log Message:
  ---
  [doc] Minor spelling issues in C file comments

Correct duplicate words and convert links
to HTTPS where supported




[Perl/perl5] dd4c68: Update IO version number in Porting/Maintainers.pl

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

  Changed paths:
M Porting/Maintainers.pl

  Log Message:
  ---
  Update IO version number in Porting/Maintainers.pl

The code is 1.55 but the version number in Maintainers.pl was at 1.51

Checking that the stuff is identical was done with

./perl Porting/core-cpan-diff -d IO


  Commit: 1ecfed3f60fa41a15cd58885774f88070819fd2c
  
https://github.com/Perl/perl5/commit/1ecfed3f60fa41a15cd58885774f88070819fd2c
  Author: Max Maischein 
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
M Porting/Maintainers.pl
M dist/Locale-Maketext/ChangeLog

  Log Message:
  ---
  Correct Locale::Maketext version number in Maintainers.pl to 1.33

... also update the Changes file to the 1.33 version. No other differences
found via

  ./perl Porting/core-cpan-diff -d Locale::Maketext

Diff applied via

./perl Porting/core-cpan-diff -d Locale::Maketext -r | patch -p0


  Commit: 8f1437252d15a5dafe73096e79633cda268e96cc
  
https://github.com/Perl/perl5/commit/8f1437252d15a5dafe73096e79633cda268e96cc
  Author: Max Maischein 
  Date:   2024-01-12 (Fri, 12 Jan 2024)

  Changed paths:
M Porting/Maintainers.pl
M dist/Exporter/Changes
M dist/Exporter/lib/Exporter.pm
M dist/Exporter/lib/Exporter/Heavy.pm

  Log Message:
  ---
  Update Exporter version number to 0.78

This was released to CPAN with changes from the blead Makefile.PL
( via 04528e741d17821b6c5e65bfb24935e912d182d3 )
under a new version number but the version number bump was not
done in bleadperl.

Found via

  ./perl Porting/core-cpan-diff -d Exporter

after editing the version number in Porting/Maintainers.pl to 5.78.

Applied via

  ./perl Porting/core-cpan-diff -d Exporter -r | patch -p0


Compare: https://github.com/Perl/perl5/compare/90350694709e...8f1437252d15