[Perl/perl5] 5459eb: perlapi Document hv_deletes()

2024-01-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5459eb2e968db0aa506200323b04e89378af3e13
  
https://github.com/Perl/perl5/commit/5459eb2e968db0aa506200323b04e89378af3e13
  Author: Karl Williamson 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M hv.c

  Log Message:
  ---
  perlapi Document hv_deletes()




[Perl/perl5] 5f9b6a: locale.c: Change some int to Size_t

2024-01-22 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5f9b6ab330440e6f4458b6d48ddc7434719585a2
  
https://github.com/Perl/perl5/commit/5f9b6ab330440e6f4458b6d48ddc7434719585a2
  Author: Karl Williamson 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Change some int to Size_t

They can't be negative, and this is their proper declaration type




[Perl/perl5] beb60f: locale.c: Be sure to restore a toggled locale

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

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Be sure to restore a toggled locale

ec02ab7a647280ff4f7f3fe63a35eecb515380f5 introduced a code path where a
locale gets toggled to something else, but doesn't get restored.

This happens only on very rare Configurations in locales that perl
doesn't support.




[Perl/perl5] e6145c: locale.c: Fix typo

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

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Fix typo

This #define has a trailing underscore




[Perl/perl5]

2024-01-22 Thread Graham Knop via perl5-changes
  Branch: refs/heads/haarg/storable-changelog
  Home:   https://github.com/Perl/perl5


[Perl/perl5] ea7611: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ea7611b58ba1e09cf59415d24fe10105fe55ea8c
  
https://github.com/Perl/perl5/commit/ea7611b58ba1e09cf59415d24fe10105fe55ea8c
  Author: Graham Knop 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M dist/Storable/ChangeLog

  Log Message:
  ---
  Storable: reformat and fix up change log

Update the change log for Storable to match a format more commonly used,
and is parsable by tools like CPAN::Changes and MetaCPAN.

The version numbers are reformatted to match the actual module version
number.

For very earlier releases, some missing entries were restored, and some
others were written from scratch.




[Perl/perl5] 8042a0: Storable: reformat and fix up change log

2024-01-22 Thread Graham Knop via perl5-changes
  Branch: refs/heads/haarg/storable-changelog
  Home:   https://github.com/Perl/perl5
  Commit: 8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61
  
https://github.com/Perl/perl5/commit/8042a0dc517d6383e20bc6e0b2b1e3631ff9fb61
  Author: Graham Knop 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M dist/Storable/ChangeLog

  Log Message:
  ---
  Storable: reformat and fix up change log

Update the change log for Storable to match a format more commonly used,
and is parsable by tools like CPAN::Changes and MetaCPAN.

The version numbers are reformatted to match the actual module version
number.

For very earlier releases, some missing entries were restored, and some
others were written from scratch.