[Perl/perl5] 4f449b: Add basic example of qx// on perlop.pod

2024-02-02 Thread 積丹尼 Dan Jacobson via perl5-changes
  Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4f449b11929d79ca329e865cf541798a09d4
  
https://github.com/Perl/perl5/commit/4f449b11929d79ca329e865cf541798a09d4
  Author: 積丹尼 Dan Jacobson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M pod/perlop.pod

  Log Message:
  ---
  Add basic example of qx// on perlop.pod

The page never gives a basic example. Only non-basic examples.

Yes, date will look different per locale. Please use a better example if you 
want.




[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-cp936
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-test_threads
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-mktime
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-fullword_op
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-emulate
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-both_bsd_smoke
  Home:   https://github.com/Perl/perl5


[Perl/perl5]

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-alpine
  Home:   https://github.com/Perl/perl5


[Perl/perl5] b701d5: lib/locale.t:

2024-02-02 Thread Karl Williamson via perl5-changes
  Branch: refs/heads/smoke-me/khw-env
  Home:   https://github.com/Perl/perl5
  Commit: b701d55137f82c0250c4dec3301fe4503ddfdaa0
  
https://github.com/Perl/perl5/commit/b701d55137f82c0250c4dec3301fe4503ddfdaa0
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 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: 2af725ed2430646ce8d0e16bddca0c4234911d39
  
https://github.com/Perl/perl5/commit/2af725ed2430646ce8d0e16bddca0c4234911d39
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 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: 39bcbd1cc13869689653e2392226fd7cb042f5d4
  
https://github.com/Perl/perl5/commit/39bcbd1cc13869689653e2392226fd7cb042f5d4
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

  Log Message:
  ---
  BlackBox dont use rare scripts


  Commit: f2d687eb370041802b59dd036a1b25151cdedbf7
  
https://github.com/Perl/perl5/commit/f2d687eb370041802b59dd036a1b25151cdedbf7
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/harness

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


  Commit: 015705ca2c13b39433b3d6b838b3b13562924649
  
https://github.com/Perl/perl5/commit/015705ca2c13b39433b3d6b838b3b13562924649
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/harness

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


  Commit: a7ae3b357a2d7cce6138abc804b7b4fe9a48a02f
  
https://github.com/Perl/perl5/commit/a7ae3b357a2d7cce6138abc804b7b4fe9a48a02f
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/porting/bincompat.t

  Log Message:
  ---
  skip bincompat.t


  Commit: 7056dcfb44c0aa03c005b9e484f6e9deb1bde916
  
https://github.com/Perl/perl5/commit/7056dcfb44c0aa03c005b9e484f6e9deb1bde916
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/TEST

  Log Message:
  ---
  Skip cpan testing message


  Commit: 3ba1bca597d349aef5a5f8bdc44cac41196fed43
  
https://github.com/Perl/perl5/commit/3ba1bca597d349aef5a5f8bdc44cac41196fed43
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/TEST

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


  Commit: 7217d8160be3b35c987907c8f036ea2d06ba64d8
  
https://github.com/Perl/perl5/commit/7217d8160be3b35c987907c8f036ea2d06ba64d8
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

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


  Commit: e1fcf31ffb02f93551a6d42a72e875b46ac8eb89
  
https://github.com/Perl/perl5/commit/e1fcf31ffb02f93551a6d42a72e875b46ac8eb89
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M t/porting/cmp_version.t

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


  Commit: 1dabce2075fbf3aae6dfc87c0f3cc4bb4bb646d5
  
https://github.com/Perl/perl5/commit/1dabce2075fbf3aae6dfc87c0f3cc4bb4bb646d5
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

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

  Log Message:
  ---
  XXX skip syslog tests because fail without LC_TIME


  Commit: c26c7389b41bb6546bf07f5c7f779cf517c296e1
  
https://github.com/Perl/perl5/commit/c26c7389b41bb6546bf07f5c7f779cf517c296e1
  Author: Karl Williamson 
  Date:   2024-02-02 (Fri, 02 Feb 2024)

  Changed paths:
M dist/Tie-File/t/29a_upcopy.t

  Log Message:
  ---
  up timeout for dist/Tie-File/t/29a_upcopy.