[Perl/perl5] db5a1e: Add commented out #define

2024-05-25 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: db5a1edd543a10ce6cee7b4f9d33fc2bba95256a
  
https://github.com/Perl/perl5/commit/db5a1edd543a10ce6cee7b4f9d33fc2bba95256a
  Author: Karl Williamson 
  Date:   2024-05-25 (Sat, 25 May 2024)

  Changed paths:
M win32/win32thread.h

  Log Message:
  ---
  Add commented out #define



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


[Perl/perl5] 5856f5: lib/locale.t:

2024-05-25 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: 5856f5b7c769d5f558791d0d2f100ff79d1662dd
  
https://github.com/Perl/perl5/commit/5856f5b7c769d5f558791d0d2f100ff79d1662dd
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M lib/locale.t

  Log Message:
  ---
  lib/locale.t:

Fixes #21697.

On some platforms, a locale name is specified in the code page (or
code set) that applies to it, rather than plain ASCII.  Windows, and
hence MingW, is the prime example.

The locale name for a particular Turkish variety found in MingW is
"Turkish_T?.1254" where the question marks represent different
characters that have meaning in the 1254 code page, but would look like
mojibake if I had reproduced their actual values here.

When doing a setlocale() here, if the current code page is incompatible
with the new one, it will fail; if compatible it will succeed.

On my box running MingW, locales are tried out by this test file in
alphabetical order, and the one before this Turkish happens to be Thai,
with a code page of 874.  Apparently 1254 is not compatible with 874, so
switching directly from Thai to Turkish fails.

The solution is to switch into a neutral code page before switching into
one being trialed.  "C" works in this case, and I suspect in all others.


  Commit: 1eb13b11f60bc5e98a00e979d35be5ff8fe01ae7
  
https://github.com/Perl/perl5/commit/1eb13b11f60bc5e98a00e979d35be5ff8fe01ae7
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M charclass_invlists.h
M lib/unicore/Makefile
M lib/unicore/mktables
M lib/unicore/uni_keywords.pl
M regcharclass.h
M uni_keywords.h

  Log Message:
  ---
  mktables more verbose


  Commit: 0cfa98aa314210408b1f8bd47b6dd2a821df2f60
  
https://github.com/Perl/perl5/commit/0cfa98aa314210408b1f8bd47b6dd2a821df2f60
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm

  Log Message:
  ---
  BlackBox dont use rare scripts


  Commit: df9b6304f8c8a4efcc4555a0f4a8c2589c521a03
  
https://github.com/Perl/perl5/commit/df9b6304f8c8a4efcc4555a0f4a8c2589c521a03
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/harness

  Log Message:
  ---
  XXX t/harness temp tweaks


  Commit: 58b3b675673e1bf89dc0a868fbf39b4000391c15
  
https://github.com/Perl/perl5/commit/58b3b675673e1bf89dc0a868fbf39b4000391c15
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/harness

  Log Message:
  ---
  XXX skip croak.t under sanitizer


  Commit: b7e9b6d20bc27b8a9f302a2a5ee4c03c96a2e513
  
https://github.com/Perl/perl5/commit/b7e9b6d20bc27b8a9f302a2a5ee4c03c96a2e513
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/porting/bincompat.t

  Log Message:
  ---
  skip bincompat.t


  Commit: 1de2018f0e8bb44366564644f93af00f7e3f623e
  
https://github.com/Perl/perl5/commit/1de2018f0e8bb44366564644f93af00f7e3f623e
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/porting/bincompat.t

  Log Message:
  ---
  Revert "skip bincompat.t"

This reverts commit 559abf36660fef3e16d1cd33dc5aa6ca2202b88c.


  Commit: f3e9d947f19ffe6a0e952de71dab414aebfbce9c
  
https://github.com/Perl/perl5/commit/f3e9d947f19ffe6a0e952de71dab414aebfbce9c
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/TEST

  Log Message:
  ---
  Skip cpan testing message


  Commit: df96f10ffbd2e5f289bad04f8fe32a8e51e2febb
  
https://github.com/Perl/perl5/commit/df96f10ffbd2e5f289bad04f8fe32a8e51e2febb
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/TEST

  Log Message:
  ---
  Also skip non-thread dist testing


  Commit: 44637dce4f058831e2ea6e54916ee627e4b4d929
  
https://github.com/Perl/perl5/commit/44637dce4f058831e2ea6e54916ee627e4b4d929
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M cpan/Archive-Tar/t/02_methods.t

  Log Message:
  ---
  XXX skip Archive-Tar because of symlinks


  Commit: c6c982663a7e8cc46e373e04d1b8139627eaac52
  
https://github.com/Perl/perl5/commit/c6c982663a7e8cc46e373e04d1b8139627eaac52
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M t/porting/cmp_version.t

  Log Message:
  ---
  XXX skip cmp_version.t because of sym links


  Commit: 056c2476682de1f6ee6a1854bbc93b38e48fc672
  
https://github.com/Perl/perl5/commit/056c2476682de1f6ee6a1854bbc93b38e48fc672
  Author: Karl Williamson 
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
M cpan/Sys-Syslog/t/syslog-inet-udp.t
M cpan/Sys-Syslog/t/syslog.t

  Log Message:
  ---
  XXX skip 

[Perl/perl5]

2024-05-25 Thread mauke via perl5-changes
  Branch: refs/heads/mauke-patch-1
  Home:   https://github.com/Perl/perl5

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