[Perl/perl5] 36e39d: Langinfo.t: Set locale categories if no LC_ALL

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

  Changed paths:
M ext/I18N-Langinfo/t/Langinfo.t

  Log Message:
  ---
  Langinfo.t: Set locale categories if no LC_ALL

This is a minor thing, but all these Linux extra categories need to be
set to "C" for testing, when LC_ALL is not available on the platform.

This was overlooked in 3c45ca2e154f5fdc7ce2a0fdf51b192da3a1ae98




[Perl/perl5] ce9ebb: locale.c: Avoid unused parameter warning

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

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Avoid unused parameter warning

This happend under some Configurations; and it's complicated.




[Perl/perl5] a22b3a: locale.c: Add missing check for error return

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

  Changed paths:
M locale.c

  Log Message:
  ---
  locale.c: Add missing check for error return

When strftime() fails, it returns NULL; the check for this was missing,
which led to a segfault on Windows that didn't appear on other platforms
because the particular test worked on other platforms.

Fixes GH #21880




[Perl/perl5] 0f9485: Version bumps: File::Glob and Hash::Util

2024-01-29 Thread Richard Leach via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0f9485cc78e57077433bdbe29fc9c4096361250f
  
https://github.com/Perl/perl5/commit/0f9485cc78e57077433bdbe29fc9c4096361250f
  Author: Richard Leach 
  Date:   2024-01-29 (Mon, 29 Jan 2024)

  Changed paths:
M ext/File-Glob/Glob.pm
M ext/Hash-Util/lib/Hash/Util.pm

  Log Message:
  ---
  Version bumps: File::Glob and Hash::Util