Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 7b87a86b61a2855bab6d6c5324ebe230d24c548c
      
https://github.com/Perl/perl5/commit/7b87a86b61a2855bab6d6c5324ebe230d24c548c
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M win32/perllib.c

  Log Message:
  -----------
  win32: build without threads but still with implicit sys

Discovered while trying to test #17601 since the build failed with:

perllib.c(62): error C2039: 'cur_tid': is not a member of 'interp_intern'
...\perl\win32\win32.h(566): note: see declaration of 'interp_intern'
perllib.c(68): error C2039: 'cur_tid': is not a member of 'interp_intern'
...\perl\win32\win32.h(566): note: see declaration of 'interp_intern'


  Commit: 4a9179a6e6e608315efbc1130a58d0a0421ada7a
      
https://github.com/Perl/perl5/commit/4a9179a6e6e608315efbc1130a58d0a0421ada7a
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  perldelta for Win32 -Dusethreads builds fix


  Commit: 43dfd9c1c1f6d33b0f78f5ee30a108bdd3234ef5
      
https://github.com/Perl/perl5/commit/43dfd9c1c1f6d33b0f78f5ee30a108bdd3234ef5
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M win32/perllib.c

  Log Message:
  -----------
  win32_checkTLS: eliminate no longer used variable

This was used rather questionably to crash perl, stopping
in the debugger if there is one, but that was removed in 7bd379e8.


  Commit: 0144414218630c6049517f2731abf9f0cd914936
      
https://github.com/Perl/perl5/commit/0144414218630c6049517f2731abf9f0cd914936
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M win32/perllib.c

  Log Message:
  -----------
  win32_checkTLS: add a panic message and break into the debugger

if there is one.

Previously this would exit silently and mysteriously, and unlike
POSIX-likes abort() doesn't generally break into the debugger on
Win32.


  Commit: 96784b083ca7e05f6efd2432edf2b56590d70d4e
      
https://github.com/Perl/perl5/commit/96784b083ca7e05f6efd2432edf2b56590d70d4e
  Author: Tony Cook <t...@develop-help.com>
  Date:   2025-07-23 (Wed, 23 Jul 2025)

  Changed paths:
    M win32/perllib.c

  Log Message:
  -----------
  win32_checkTLS(): nothing to do without at least multiplicity


Compare: https://github.com/Perl/perl5/compare/872e7cbc2803...96784b083ca7

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to