[Perl/perl5] abe403: various: timespec/timeval.tv_sec is time_t, not lo...

2023-08-21 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: abe403b1902de63cfb404c916d62bc28c05d4096
  
https://github.com/Perl/perl5/commit/abe403b1902de63cfb404c916d62bc28c05d4096
  Author: Alexander Kanavin 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M AUTHORS
M dist/threads-shared/lib/threads/shared.pm
M dist/threads-shared/shared.xs
M doio.c
M pp_sys.c

  Log Message:
  ---
  various: timespec/timeval.tv_sec is time_t, not long, according to POSIX

This matters on 32 bit systems configured with 64 bit time_t
(so they survive beyond 2038). Casting them to long is causing loss of bits
and badly mismatched time data.

Signed-off-by: Alexander Kanavin 




[Perl/perl5] 1f2e6d: intrpvar.h: Initialize two variables

2023-08-21 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1f2e6db5b11f90df63370da7a1e0c4234394616b
  
https://github.com/Perl/perl5/commit/1f2e6db5b11f90df63370da7a1e0c4234394616b
  Author: Karl Williamson 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M intrpvar.h

  Log Message:
  ---
  intrpvar.h: Initialize two variables

This isn't a bug, as they currently get set up, but it is safer to
initialize variables when we know that what their initial value will
always be.  Here, we know that we are going to start out in the C
locale, which isn't UTF-8.


  Commit: 19a602a27f1befa04260ae8e4243138baadcc4cc
  
https://github.com/Perl/perl5/commit/19a602a27f1befa04260ae8e4243138baadcc4cc
  Author: Karl Williamson 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M intrpvar.h

  Log Message:
  ---
  intrpvar.h: Comments


Compare: https://github.com/Perl/perl5/compare/1892bf8c3ca0...19a602a27f1b


[Perl/perl5] 1892bf: Suppress -Wunused_variable warning during 'make'

2023-08-21 Thread James E Keenan via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 1892bf8c3ca0bdfe5f0667cb756fcaeb6b2312b8
  
https://github.com/Perl/perl5/commit/1892bf8c3ca0bdfe5f0667cb756fcaeb6b2312b8
  Author: James E Keenan 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pp_ctl.c

  Log Message:
  ---
  Suppress -Wunused_variable warning during 'make'

Implement Dave Mitchell's suggestion: we don't really need the unused
variable.

For: https://github.com/Perl/perl5/issues/21393




[Perl/perl5]

2023-08-21 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/gh-21293-unused-var
  Home:   https://github.com/Perl/perl5


[Perl/perl5] bc6e83: Suppress -Wunused_variable warning during 'make'

2023-08-21 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/gh-21293-unused-var
  Home:   https://github.com/Perl/perl5
  Commit: bc6e83cef73b32e723480519dd4fae9d43b46be5
  
https://github.com/Perl/perl5/commit/bc6e83cef73b32e723480519dd4fae9d43b46be5
  Author: James E Keenan 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pp_ctl.c

  Log Message:
  ---
  Suppress -Wunused_variable warning during 'make'

Implement Dave Mitchell's suggestion: we don't really need the unused
variable.

For: https://github.com/Perl/perl5/issues/21393




[Perl/perl5] f77efe: attempt 1

2023-08-21 Thread James E Keenan via perl5-changes
  Branch: refs/heads/smoke-me/jkeenan/gh-21293-unused-var
  Home:   https://github.com/Perl/perl5
  Commit: f77efea271089c9daff6d508e9fb1ee5be0a6859
  
https://github.com/Perl/perl5/commit/f77efea271089c9daff6d508e9fb1ee5be0a6859
  Author: James E Keenan 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pp_ctl.c

  Log Message:
  ---
  attempt 1


  Commit: 115a10bcc2b797476416e0da2cf86233840032c7
  
https://github.com/Perl/perl5/commit/115a10bcc2b797476416e0da2cf86233840032c7
  Author: James E Keenan 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M pp_ctl.c

  Log Message:
  ---
  Suppress -Wunused_variable warning during 'make'

Implement Dave Mitchell's suggestion: we don't really need the unused
variable.

For: https://github.com/Perl/perl5/issues/21393


Compare: https://github.com/Perl/perl5/compare/32a599452fcc...115a10bcc2b7


[Perl/perl5] 54b961: Prepare Module::CoreList for 5.39.3

2023-08-21 Thread Paul Evans via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 54b961a5767a834a9948e791e4d24cbd32cecaf0
  
https://github.com/Perl/perl5/commit/54b961a5767a834a9948e791e4d24cbd32cecaf0
  Author: Paul "LeoNerd" Evans 
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
M Porting/Maintainers.pl
M dist/Module-CoreList/lib/Module/CoreList.pm
M dist/Module-CoreList/lib/Module/CoreList/Utils.pm

  Log Message:
  ---
  Prepare Module::CoreList for 5.39.3