[Perl/perl5] a23e47: Announce 5.42 removal of goto to jump into construct

2023-11-05 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: a23e475982a09b6a45b0f3d80d5037423970e6c0
  
https://github.com/Perl/perl5/commit/a23e475982a09b6a45b0f3d80d5037423970e6c0
  Author: James E Keenan 
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
M pod/perldiag.pod
M pod/perlfunc.pod
M pp_ctl.c
M t/op/goto.t
M t/porting/deprecation.t

  Log Message:
  ---
  Announce 5.42 removal of goto to jump into construct

perlfunc: clarify documentation per suggestion from Hugo van der Sanden in
https://github.com/Perl/perl5/pull/21601.

Fixes #16275




[Perl/perl5]

2023-11-05 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/fatal-goto-20231027-gh-16275
  Home:   https://github.com/Perl/perl5


[Perl/perl5] fbca05: perl5300delta: mention removal of arybase module

2023-11-05 Thread mauke via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: fbca050907d06cca0bfb08983da84070f0a7d8fd
  
https://github.com/Perl/perl5/commit/fbca050907d06cca0bfb08983da84070f0a7d8fd
  Author: Lukas Mai 
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
M pod/perl5300delta.pod

  Log Message:
  ---
  perl5300delta: mention removal of arybase module

arybase was the internal module implementing the $[ feature. While the
removal of $[ is documented, the removal of arybase was not. This commit
tries to fix the oversight.

(Programmers were not supposed to use arybase directly, but it had its
own POD documentation and was officially listed as a core module in
perlmodlib, and previous perldeltas documented version changes in
arybase, so I feel its removal should be mentioned as well.)

See also GH #21619.




[Perl/perl5] bf3802: Announce 5.42 removal of goto to jump into construct

2023-11-05 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/fatal-goto-20231027-gh-16275
  Home:   https://github.com/Perl/perl5
  Commit: bf38025f7ebb332a7b58d492843bb815d4d3fe07
  
https://github.com/Perl/perl5/commit/bf38025f7ebb332a7b58d492843bb815d4d3fe07
  Author: James E Keenan 
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
M pod/perldiag.pod
M pod/perlfunc.pod
M pp_ctl.c
M t/op/goto.t
M t/porting/deprecation.t

  Log Message:
  ---
  Announce 5.42 removal of goto to jump into construct

perlfunc: clarify documentation per suggestion from Hugo van der Sanden in
https://github.com/Perl/perl5/pull/21601.

Fixes #16275




[Perl/perl5] 351f9f: locale.c: Fix typos in comments

2023-11-05 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 351f9fe92de399868aba352159a0327b3d1a280d
  
https://github.com/Perl/perl5/commit/351f9fe92de399868aba352159a0327b3d1a280d
  Author: Karl Williamson 
  Date:   2023-11-05 (Sun, 05 Nov 2023)

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Fix typos in comments