develooper Front page | perl.perl5.porters | Postings from May 2023

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
May 17, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230517031127.20B70B04F9@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
11 commits.  6 unique authors.  4 unique committers.
12 files changed, 2999 insertions(+), 3007 deletions(-)
Thanks, applied:  Karl Williamson (2)
Snapshot: http://github.com/Perl/perl5/tarball/1515f807817872ea

  op/sprintf2.t: skip extended precision test on AIX
  Tony Cook                   1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/1515f807817872ea

  AIX: skip some locale tests
  Tony Cook                   3 files changed, 29 insertions(+), 13 deletions(
  https://github.com/Perl/perl5/commit/59b4d2932ceb1666

  Add missing ccflags on VMS to dist/Time-HiRes/Makefile.PL
  Craig A. Berry              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/bcc6b9bf9f29ea8f

  inline.h: Fix typo in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c95fddf8e56caff8

  hints/darwin.sh: Turn off POSIX 2008 locales
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/60d7b0c35a9ad563

  perlstype.pod: Fix spelling
  Elvin Aslanov               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/77675bdca5b40e65

  Revert "Refactor opcode.pl - use c99 array initialization (using op enum)"
  Leon Timmermans             1 file changed, 11 insertions(+), 45 deletions(-
  https://github.com/Perl/perl5/commit/f0f23302c18e9bab

  Revert "Refactor opcode.pl - with c99 array init index comments are not nece
  Leon Timmermans             1 file changed, 8 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/da6dccc18fd30bfa

  Revert "Generate opcode.h, opnames.h"
  Leon Timmermans             1 file changed, 2949 insertions(+), 2949 deletio
  https://github.com/Perl/perl5/commit/4444b686fe81034a

  Fix typo in INSTALL
  Firas Khalil Khana          1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/06acc3483ac8e5c8

  Firas Khalil Khana is now a Perl author
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/76ec838fb4b36a43

Current branch smoke-me/khw-env
256 commits.  1 unique author.  1 unique committer.
9 files changed, 266 insertions(+), 133 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/bf8bedc39e0ddfb0

  foo
  Karl Williamson             6 files changed, 246 insertions(+), 111 deletion
  https://github.com/Perl/perl5/commit/bf8bedc39e0ddfb0

  perl.h: localeconv() isn't broken on Windows unthreaded
  Karl Williamson             1 file changed, 2 deletions(-)
  https://github.com/Perl/perl5/commit/1222c7e2f497eb6f

  XXX threads.xs: Move #ifdef to beginning of file
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/e6a2f0318c090de3

  XXX see how affects earlier commits: time.t: Add more strftime tests
  Karl Williamson             1 file changed, 66 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/e15e67220989aa2a

  perl.h: Remove extraneous ';'
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/38325169f8bb75d2

  perl.h: Add DISABLE_LC_NUMERIC_CHANGES macro
  Karl Williamson             1 file changed, 20 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/b743a1eacc3d21ed

  POSIX/t/time.t: Remove no longer necessary code
  Karl Williamson             1 file changed, 7 deletions(-)
  https://github.com/Perl/perl5/commit/98dfe179fc89ea61

  f locale
  Karl Williamson             5 files changed, 58 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/98fd981ac0bbfbd8

  Time::Piece: Use core function to implement strftime_
  Karl Williamson             10 files changed, 453 insertions(+), 160 deletio
  https://github.com/Perl/perl5/commit/f95932b1e1179019

  Time-Piece: Use isSPACE_LC, not isspace; etc
  Karl Williamson             1 file changed, 39 insertions(+), 39 deletions(-
  https://github.com/Perl/perl5/commit/0b00964284cdef7a

  Time-Piece: Use foldEQ_locale() if available
  Karl Williamson             1 file changed, 18 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/7e6ee9dd64a84930

  Time::Piece: Use reentrant API
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/d6590fb86b075d43

  strftime: Always restore LC_CTYPE locale
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/c13fdc4e05e7cccc

  switch_locale_context: Add aTHX
  Karl Williamson             6 files changed, 16 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/0d91ed91ca368b7e

  locale.c: Simplify S_new_ctype
  Karl Williamson             1 file changed, 4 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/3a5a79c348580a58

  add is_cur_locale_utf8
  Karl Williamson             4 files changed, 83 insertions(+)
  https://github.com/Perl/perl5/commit/20dc32f0af769a12

  Set errno when my_strftime() fails.
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/4dd79b38d02b4a3e

  perlapi: Fix strftime inaccuracies, clarify
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/f8626d3f6c448712

  fixup init for C C C C C
  Karl Williamson             1 file changed, 44 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/63dc49fd14833e4c

  f Configure for positional
  Karl Williamson             1 file changed, 58 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/78bbb29573f46bb9

  perl.h fixup
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/d8b08eabce063699

  f
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/6401991d02b48388

  XXX temp: dist/Tie-File/t/29a_upcopy.t: Up alarm
  Karl Williamson             1 file changed, 13 insertions(+)
  https://github.com/Perl/perl5/commit/cf139a29cdeb7390

  more cat index enum
  Karl Williamson             3 files changed, 65 insertions(+), 48 deletions(
  https://github.com/Perl/perl5/commit/2ade128e1771bdeb

  Revert "prev commit"
  Karl Williamson             1 file changed, 14 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/87ac425c4ec8182e

  use enum, maybe drop
  Karl Williamson             1 file changed, 16 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/11c447d2096f40da

  final commit
  Karl Williamson             3 files changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bc25cb0deb636ca1

  XXX remaining loose ends
  Karl Williamson             2 files changed, 26 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/e3e24d6fe1b98722

  perl.h: Add detail to locale mutex debug
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/80717918eaa36777

  Enable DEBUG_SETLOCALE_INCONSISTENCIES
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/477ef8e7b19055bc

  Fix mingw locale builds
  Karl Williamson             1 file changed, 9 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/ee430f0310b98c17

  Add DEBUG_SETLOCALE_INCONSISTENCIES
  Karl Williamson             1 file changed, 13 insertions(+)
  https://github.com/Perl/perl5/commit/c96d4f9d19f5a42a

  makedef.pl: Remove obsolete symbol
  Karl Williamson             1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/262a1c7fda909b04

  Maybe drop: makedef.pl: Move code
  Karl Williamson             1 file changed, 7 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/1d9a51ccb1949cfe

  makedef.pl: Move comment
  Karl Williamson             1 file changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/7a15e88f3a896d9e

  makedef.pl: PL_cur_locale_obj is only POSIX 2008 multiplicity
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3ab554b5673c0718

  drop when Configure fixed
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e84ccf9a06f74bad

  Revert "f Configure"
  Karl Williamson             4 files changed, 116 insertions(+), 55 deletions
  https://github.com/Perl/perl5/commit/3401202206c28be3

  f Configure
  Karl Williamson             4 files changed, 55 insertions(+), 116 deletions
  https://github.com/Perl/perl5/commit/f27ea67c8318c7d9

  locale.c: Silence compiler warning on some platforms
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/8332e375d3757a73

  locale.c: Compile utf8ness on platforms that need it
  Karl Williamson             4 files changed, 31 insertions(+), 18 deletions(
  https://github.com/Perl/perl5/commit/8cddc9788d8ee8a3

  locale.c: Change to use enum type
  Karl Williamson             3 files changed, 70 insertions(+), 69 deletions(
  https://github.com/Perl/perl5/commit/baebb4369226eca2

  emul
  Karl Williamson             13 files changed, 801 insertions(+), 79 deletion
  https://github.com/Perl/perl5/commit/2adaa46783cb69fe

  intrpvar.h: Comments
  Karl Williamson             1 file changed, 8 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/3ffb2e95e6f01697

  locale.c: make querylocale locking conditional
  Karl Williamson             1 file changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/717f9ca4b62c864a

  darwin hints querylocale race in earlier darwins?
  Karl Williamson             1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/5b5505cf835042ac

  skip bincompat.t
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/e0db7469f2df8354

  XXX experimental: Define setlocale_i() on unsafe threaded builds
  Karl Williamson             1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/2ea8a0455b49c864

  S_stdize_locale: Set errno if fails
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/0a6af30b4c2b609e

  locale.c: Move #ifdef DEBUGGING
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/65de17b64659edf2

  locale.c: Critical section around initializing a global
  Karl Williamson             1 file changed, 8 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/fd67b8b3542ef541

  perlapi:  Improve wording for Perl_langinfo()
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/58ce5566df4ce798

  locale.c: Add a debugging statement
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/8a3d542fd24dcacc

  locale.c: Only define a structure if needed
  Karl Williamson             1 file changed, 6 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/926f7340da656129

  get_win32_message_utf8ness() Fix unlikely case
  Karl Williamson             1 file changed, 12 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/03d48adb30efdbba

  locale.c: Move setting errno out of critical section
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1435814699b3e5a3

  locale.c: Use wider than U32 for a counter
  Karl Williamson             2 files changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/9ca4281ada12abfb

  locale.c: Only compile workaround on platforms needing it
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/b7e46b386a038a93

  XXX introductory file comments
  Karl Williamson             1 file changed, 16 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/27001c1f20899ac8

  locale.c: Improve collation debugging output
  Karl Williamson             1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1f6ae2959583bf11

  locale.c: Rmv unexecuted statement after croak
  Karl Williamson             1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/c75e8a6a56fce3b3

  savepv if threaded, unused I think
  Karl Williamson             1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/2621995a16bf2a50

  locale.c: Move S_update_PL_curlocales()
  Karl Williamson             1 file changed, 8 insertions(+), 12 deletions(-)
  https://github.com/Perl/perl5/commit/98812073429169fb

  Add setlocale_i()
  Karl Williamson             1 file changed, 71 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/fec6eb28fad70aea

  locale.c: Remove no longer used macro
  Karl Williamson             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/eb9517aa98146d49

  XXX why not failing tests before this?Create S_native_querylocale_i() and us
  Karl Williamson             4 files changed, 75 insertions(+), 84 deletions(
  https://github.com/Perl/perl5/commit/9b8014064ce5cf59

  S_calculate_LC_ALL_string: Add parameter
  Karl Williamson             4 files changed, 46 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/1df71509d92f337c

  Revise warnings when locale init has issues
  Karl Williamson             1 file changed, 8 insertions(+), 31 deletions(-)
  https://github.com/Perl/perl5/commit/60878dd6d09f2dbe

  Properly handle ignored locale categories
  Karl Williamson             5 files changed, 650 insertions(+), 105 deletion
  https://github.com/Perl/perl5/commit/65b6c143bf35707a

  XXX tests,delta: Handle glibc extra locale categories
  Karl Williamson             1 file changed, 73 insertions(+)
  https://github.com/Perl/perl5/commit/61cb5f7eb0a702fc

  Add caller location info to e.g. RESTORE_LC_NUMERIC
  Karl Williamson             5 files changed, 37 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/a587dcda9c247941

  XXX Initial guess as to newlocale() capability
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/5d9f8d2370e77f5f

  locale.c: Initialize PL_cur_locale_obj
  Karl Williamson             1 file changed, 12 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/2e43dfee5d6300b7

  locale.c: Avoid a duplicate conditional
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/b2a4dc4407855dad

  locale.c: Use function already designed for the purpose
  Karl Williamson             1 file changed, 6 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/27f1dd5bce89a269

  XXX Partial need vutil.c first Rmv underlying numeric
  Karl Williamson             6 files changed, 46 deletions(-)
  https://github.com/Perl/perl5/commit/38a4225311b828d2

  S_setlocale_2008_i(): Use single newlocale() if available
  Karl Williamson             1 file changed, 21 insertions(+)
  https://github.com/Perl/perl5/commit/5994132199792824

  S_update_PL_curlocales(): accept arbitrary LC_ALL string
  Karl Williamson             1 file changed, 23 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/e0c3f3f40eec688c

  S_parse_LC_ALL_string: Squash if categories are same locale
  Karl Williamson             5 files changed, 75 insertions(+), 32 deletions(
  https://github.com/Perl/perl5/commit/d7e8e4121313f33f

  S_parse_LC_ALL_string(): Add parameter
  Karl Williamson             4 files changed, 14 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/f6f99724588d6230

  Rmv unused function: S_setlocale_from_aggregate_LC_ALL
  Karl Williamson             4 files changed, 80 deletions(-)
  https://github.com/Perl/perl5/commit/13267bafe406190f

  S_bool_setlocale_2008_i: Remove recursion
  Karl Williamson             1 file changed, 91 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/210a91b1d7a3324c

  locale.c: Avoid an (unlikely) leak
  Karl Williamson             1 file changed, 9 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/dc4dfaf9c6b53dec

  locale.c: Update comments, white-space in 2 functions
  Karl Williamson             2 files changed, 28 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/e233d27f4b0a5909

  S_update_PL_curlocales_i(): Reverse order of conditionals
  Karl Williamson             1 file changed, 10 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/9430407ad5e47457

  S_update_PL_curlocales(): Add parameter
  Karl Williamson             4 files changed, 10 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/2ee8dd9a9960e95b

  locale.c: Combine debugging lines
  Karl Williamson             1 file changed, 4 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/44399c5b31c8e092

  S_bool_setlocale_2008_i: Copy function call.
  Karl Williamson             1 file changed, 9 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/776d1c2b6af9687a

  locale.c: Rmv obsolete code
  Karl Williamson             1 file changed, 2 insertions(+), 12 deletions(-)
  https://github.com/Perl/perl5/commit/7412d5b52649717c

  locale.c: Indent/outdent some lines
  Karl Williamson             1 file changed, 18 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/162924f6c58f5c8a

  locale.c: Extract two debug statements into macros
  Karl Williamson             1 file changed, 19 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/f4fa61b327d3e109

  locale.c: Move declaration closer to first use
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/adfb190106a2b2fb

  S_bool_setlocale_2008_i: Separate out failure code
  Karl Williamson             1 file changed, 13 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/b3f9f32325a37fa3

  S_bool_setlocale_2008_i: Check for failure return
  Karl Williamson             1 file changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/efd565151330953c

  S_bool_setlocale_2008_i: Improve debug statements
  Karl Williamson             1 file changed, 29 insertions(+), 22 deletions(-
  https://github.com/Perl/perl5/commit/4f702680e1315e17

  Change parameter name for S_bool_setlocale_2008_i
  Karl Williamson             3 files changed, 23 insertions(+), 18 deletions(
  https://github.com/Perl/perl5/commit/f9ac4a92ec288137

  XXX tests; linux doesn't allow this:S_find_locale_from_environment: Handle d
  Karl Williamson             1 file changed, 30 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/cc0256f5d4c32c75

  S_find_locale_from_environment(): Combine logic
  Karl Williamson             1 file changed, 67 insertions(+), 48 deletions(-
  https://github.com/Perl/perl5/commit/363fa93657ae4226

  S_find_locale_from_environment(): Add comments
  Karl Williamson             1 file changed, 52 insertions(+), 36 deletions(-
  https://github.com/Perl/perl5/commit/582d2d691988d9b0

  S_find_locale_from_environment(): Change var name
  Karl Williamson             1 file changed, 8 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/efb7737360a61e1b

  locale.c: Combine two condiionals to rm special case
  Karl Williamson             1 file changed, 1 insertion(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/6ebec6665fe04b40

  Perl__byte_dump_string(): Properly handle NULL input
  Karl Williamson             3 files changed, 9 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/b628269187173357

  locale.c: Slight refactor of switch_to_global_locale()
  Karl Williamson             1 file changed, 6 insertions(+), 11 deletions(-)
  https://github.com/Perl/perl5/commit/890324f71d2d47ff

  locale.c: Bring declaration inside #if's
  Karl Williamson             1 file changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/09be8b082e329d78

  locale.c: Don't over allocate array
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9e08477efd7d2c1e

  locale.c: Extend macro from previous commit
  Karl Williamson             1 file changed, 11 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/ed8b33d68731388e

  locale.c: Extract code into a macro
  Karl Williamson             1 file changed, 18 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/eeb1c98c6d1464e7

  silence utf8.h warning
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/111fbdaed8b5c13c

  locale.c: Rmv redundant sanity check
  Karl Williamson             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/8d052e388f346b30

  locale.c: Rework locale initialization loop
  Karl Williamson             1 file changed, 308 insertions(+), 284 deletions
  https://github.com/Perl/perl5/commit/7a87ea4b875db10e

  locale.c: Complement initialization of boolean
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/13f5a4fe27a349c2

  locale.c: Extract code into separate function
  Karl Williamson             4 files changed, 75 insertions(+), 59 deletions(
  https://github.com/Perl/perl5/commit/276411e7fd37a807

  locale.c: Extract code into a function
  Karl Williamson             4 files changed, 108 insertions(+), 38 deletions
  https://github.com/Perl/perl5/commit/b200485484c22218

  locale.c(): Use LC_ALL if available
  Karl Williamson             1 file changed, 21 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c2d210b21d86826a

  Perl_sync_locale(): Best to change to global locale
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3e189d8d1975141f

  locale.c: Only define string constant on platforms that need it
  Karl Williamson             1 file changed, 5 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/8aad46e105c2f12c

  locale.c: Change DEBUG statements to include non-0 errno
  Karl Williamson             1 file changed, 22 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/64067a21063b99ab

  locale.c: Move a macro definition earlier in the file
  Karl Williamson             1 file changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/f661cf7071a5d761

  locale.c: Create STDIZED_SETLOCALE_LOCK
  Karl Williamson             1 file changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/ac0b6d1fc130b3ab

  XXX perldelta other pod: Compile stdize_setlocale() only if requested
  Karl Williamson             4 files changed, 38 insertions(+), 34 deletions(
  https://github.com/Perl/perl5/commit/c3934094b34028d0

  S_stdize_locale() Rmv testing for spurious '='
  Karl Williamson             1 file changed, 8 insertions(+), 33 deletions(-)
  https://github.com/Perl/perl5/commit/379aecdb2e66f13c

  Rename the buffer in S_less_dicey_locale
  Karl Williamson             6 files changed, 27 insertions(+), 16 deletions(
  https://github.com/Perl/perl5/commit/f8169c4e5cb97ffd

  locale.c: Revamp S_ stdize_locale()
  Karl Williamson             4 files changed, 124 insertions(+), 117 deletion
  https://github.com/Perl/perl5/commit/bd86b3721c023258

  locale.c: Calculate native LC_ALL strings
  Karl Williamson             5 files changed, 201 insertions(+), 87 deletions
  https://github.com/Perl/perl5/commit/0d7a3419389adead

  S_querylocale_2008_i: Add caller's line# param
  Karl Williamson             4 files changed, 6 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/47d6a33976c239f4

  locale.c: Precalculate LC_ALL string boiler plate length
  Karl Williamson             1 file changed, 52 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/6ef6b4cc9aca9a44

  XXX maybe not for windows: S_calculate_LC_ALL_string(): save value after cal
  Karl Williamson             1 file changed, 23 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/8bc4f934e2529324

  locale.c, perl.h: comments, white space
  Karl Williamson             2 files changed, 124 insertions(+), 109 deletion
  https://github.com/Perl/perl5/commit/9e893a642b9f3427

  locale.c: Windows Use .ACP for sys default fallback
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/a8127c12041c922f

  locale.c: use variable to avoid extra comparisons
  Karl Williamson             1 file changed, 17 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/47c5f5c44ad17df0

  locale.c: Add support for LC_ALL positional notation
  Karl Williamson             1 file changed, 92 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/0f1b017ce0df8113

  Add development aid for simulating LC_ALL fake positional notation
  Karl Williamson             5 files changed, 122 insertions(+), 25 deletions
  https://github.com/Perl/perl5/commit/184b0ab0f2840892

  locale.c: Move two helper functions for POSIX 2008 implementation
  Karl Williamson             1 file changed, 110 insertions(+), 108 deletions
  https://github.com/Perl/perl5/commit/94355f934a919dde

  locale.c: Create is_disparate_LC_ALL()
  Karl Williamson             1 file changed, 18 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/4d8545b18df9a4d1

  locale.c: Split up S_setlocale_from_aggregate_LC_ALL
  Karl Williamson             5 files changed, 253 insertions(+), 102 deletion
  https://github.com/Perl/perl5/commit/e04e969f61567c73

  Revert "XXX try reverting: locale.c: Lock around querylocale"
  Karl Williamson             1 file changed, 7 deletions(-)
  https://github.com/Perl/perl5/commit/ac95770cff86a0f8

  XXX try reverting: locale.c: Lock around querylocale
  Karl Williamson             1 file changed, 7 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/17fedfe26689fe18

  locale.c: Move a #define, and add a comment
  Karl Williamson             1 file changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/5259812340aba67e

  locale.c: Flatten two nested if's
  Karl Williamson             1 file changed, 4 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/e4e4fb07733103fb

  locale.c: Inline only remaining use of querylocale_l()
  Karl Williamson             1 file changed, 68 insertions(+), 37 deletions(-
  https://github.com/Perl/perl5/commit/22a234969feb228b

  locale.c: Reorder #if clauses
  Karl Williamson             1 file changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/6a5a91532ab38873

  locale.c: Shortcut common case
  Karl Williamson             1 file changed, 10 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e34c6cac7d80da2d

  locale.c: Slight refactoring of S_querylocale_2008_i
  Karl Williamson             1 file changed, 10 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/0dfd8fbe30f35579

  locale.c: Simplify S_get_LC_ALL_display
  Karl Williamson             1 file changed, 1 insertion(+), 17 deletions(-)
  https://github.com/Perl/perl5/commit/0d79d27d3904c521

  locale.c: Change API of S_calculate_LC_ALL_string
  Karl Williamson             4 files changed, 31 insertions(+), 63 deletions(
  https://github.com/Perl/perl5/commit/dea86d9bb70744c1

  locale.c: Change parameter name for static function
  Karl Williamson             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/8f13a81647deaaee

  locale.c: Remove no-longer needed parameter and computation
  Karl Williamson             5 files changed, 16 insertions(+), 69 deletions(
  https://github.com/Perl/perl5/commit/0621d6d836cd7cc7

  locale.c: Change function to return void
  Karl Williamson             3 files changed, 9 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/6a327db5c9d43c12

  locale.c: Don't exclude LC_ALL in  loop
  Karl Williamson             1 file changed, 3 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/bcb37799a817b378

  locale.c: Use void_ macro form when ignoring return
  Karl Williamson             1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/ceed1245177f4d01

  locale.c: Initialize PL_curlocales at startup
  Karl Williamson             1 file changed, 9 insertions(+), 31 deletions(-)
  https://github.com/Perl/perl5/commit/17432d39bb67ffeb

  locale.c: Add void_setlocale_with_caller macros
  Karl Williamson             1 file changed, 45 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/72de9cc216ff3369

  locale.c: Add extra debug info to panics
  Karl Williamson             5 files changed, 119 insertions(+), 49 deletions
  https://github.com/Perl/perl5/commit/41dc7a96297f01f2

  S_toggle_locale_i: Move some assert()s, initialization
  Karl Williamson             1 file changed, 4 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/ac8ca927ebc318fc

  locale.c: Move copy from macro to called function
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/b777a1711ebb4cc9

  locale.c: Remove one-off macro
  Karl Williamson             1 file changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/2b7edbaef8b6964b

  locale.c: Reorder code, add comments
  Karl Williamson             1 file changed, 193 insertions(+), 94 deletions(
  https://github.com/Perl/perl5/commit/f797f1d300502323

  locale.c: Add missing panic
  Karl Williamson             1 file changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/9c5690c1219d4e27

  locale.c: Avoid a runtime calculation
  Karl Williamson             1 file changed, 10 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/0e8cf9f8c2b92a14

  locale.c: Rmv less_dicey_void_setlocale_r()
  Karl Williamson             4 files changed, 7 insertions(+), 31 deletions(-
  https://github.com/Perl/perl5/commit/8e132119eefdd7d5

  locale.c: Separate setlocale into bool and query
  Karl Williamson             4 files changed, 76 insertions(+), 113 deletions
  https://github.com/Perl/perl5/commit/1491dd31368cbb1b

  locale.c: Rename S_myquerylocale_i()
  Karl Williamson             4 files changed, 10 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/49eb64cfb1cb6c4d

  XXXleaks: Remove PL_cur_LC_ALL for non-Windows
  Karl Williamson             3 files changed, 14 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/80ccbeb40e5bd0c4

  type change
  Karl Williamson             2 files changed, 1433 insertions(+), 2 deletions
  https://github.com/Perl/perl5/commit/a57f6a8e603dd77f

  locale.c: Refactor S_get_category_index()
  Karl Williamson             4 files changed, 52 insertions(+), 51 deletions(
  https://github.com/Perl/perl5/commit/360c443b548823b7

  locale.c: Replace loop with a switch()
  Karl Williamson             1 file changed, 89 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/224bc9a08795f23a

  locale.c: Avoid runtime strlen() calls
  Karl Williamson             1 file changed, 52 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/2ed517c8d29c93bd

  Rename SETLOCALE_LOCK to LOCALE_LOCK
  Karl Williamson             2 files changed, 17 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/c6b2e7709cd55c29

  locale.c: Revamp initialization of parallel arrays
  Karl Williamson             1 file changed, 242 insertions(+), 185 deletions
  https://github.com/Perl/perl5/commit/49133099bea9ba6d

  locale.c: Check for illegal input category
  Karl Williamson             2 files changed, 25 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/61fffa5f0d424522

  Change return of S_get_category_index_nowarn
  Karl Williamson             3 files changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/fef94a0dcdbc0f6a

  locale.c: Properly identify reason for placeholder in arrays
  Karl Williamson             1 file changed, 9 insertions(+), 13 deletions(-)
  https://github.com/Perl/perl5/commit/eb5274013d8e4a8d

  locale.c: Add warning if function return ignored
  Karl Williamson             2 files changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/be51f0024b5b36df

  locale.c: Move a parallel array adjacent to its mates
  Karl Williamson             1 file changed, 55 insertions(+), 57 deletions(-
  https://github.com/Perl/perl5/commit/28c7c4a8e6c8e9cd

  locale.c: Don't compile without LC_ALL under POSIX 2008
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/f97381d525102a5c

  locale.c: Replace an assumption by a cpp check
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c8feef9a1761eb98

  locale.c: Move some static functions within file
  Karl Williamson             1 file changed, 359 insertions(+), 358 deletions
  https://github.com/Perl/perl5/commit/a1176796b9569c96

  locale.c: Use proper macro
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/21854f35f4d42603

  07locale.t: Add some Windows locales to try
  Karl Williamson             1 file changed, 69 insertions(+)
  https://github.com/Perl/perl5/commit/6ca11240fd11ec56

  locale.c: Rename S_calculate_LC_ALL_string()
  Karl Williamson             4 files changed, 19 insertions(+), 19 deletions(
  https://github.com/Perl/perl5/commit/3eb7bd56a595be1d

  XXX perl.h: Debugging mutex lock'
  Karl Williamson             1 file changed, 17 insertions(+)
  https://github.com/Perl/perl5/commit/bdac27e8d503e97a

  perlmod
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/7386a487d3d8ec6d

  Debug Windows memory usage in pp_study
  Karl Williamson             1 file changed, 12 insertions(+)
  https://github.com/Perl/perl5/commit/de936f1415418ee1

  XXX check if using ppport IO.xs: Remove fallback code furnished by ppport
  Karl Williamson             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/4d1b00fb5844a6cc

  perlxs
  Karl Williamson             2 files changed, 479 insertions(+), 21 deletions
  https://github.com/Perl/perl5/commit/6bf38e89ee28c87b

  perlapi: Combine sv_eq(), sv_eq_flags() entries
  Karl Williamson             1 file changed, 10 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/9a25725d8df3185b

  regexec.c: XXX has cast to U8 for some reason
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/788391b930607d16

  reentr.pl: XXX about needing mutex
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/e01209c2cef942d0

  iperlsys.h: TODO need to look at adding mutexes
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/1f6949d9d5249258

  XXX cygwin debugging small macro buf
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/00738612622562d6

  XXX incomplete perlhacktips:
  Karl Williamson             1 file changed, 36 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/2b7745bd16512cee

  lib/locale.t
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/5396671620601cb4

  lib/locale.t FILE debug
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e8d4a0594d290135

  XXX temp: lib/locale.t: debug
  Karl Williamson             1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/27da2fceb4c7e692

  makedef.pl: Remove redundant set
  Karl Williamson             1 file changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/81c14f004ad56c0d

  makedef.pl: Don't use locale items unless using locale
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/bd369637eabcd88e

  XXX try out bsd 2008
  Karl Williamson             2 files changed, 8 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/339a404739475644

  XXX ruler lib/locale_threads.t
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/509fc9dd8c078e5e

  perllocale Xxx start of changes
  Karl Williamson             1 file changed, 9 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8dc64f68ffa841f0

  t/harness temp tweaks
  Karl Williamson             1 file changed, 8 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/e7565e7fcf5efa6a

  perl.h change lock debugging text
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/de54ee363de127f5

  perl.h: White space, comments only
  Karl Williamson             1 file changed, 25 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/74afa150ff7fbc76

  perl.h: Turn mutex warning into a panic
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/fe6f157a101ec5ab

  locale.c: configthreadlocale() error checking
  Karl Williamson             1 file changed, 30 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/ed0527a9f7ca072a

  perl.h: Also recognize -DNO_THREAD_SAFE_LOCALE
  Karl Williamson             2 files changed, 9 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/7500b60eaa03694a

  perl.h: define locale mutex under more cirumstances
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c33206fd13b38aef

  XXX t/loc_tools.pl: Temp debug
  Karl Williamson             1 file changed, 28 insertions(+)
  https://github.com/Perl/perl5/commit/94fed0c3b51d5fcd

  loc_tools
  Karl Williamson             1 file changed, 33 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/fb4134d6ef40ce28

  XXX: UCRT mingw is not likely locale-thread safe
  Karl Williamson             1 file changed, 5 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/454f476958ee5f0b

  threads.xs DEBUG_U
  Karl Williamson             2 files changed, 58 insertions(+)
  https://github.com/Perl/perl5/commit/88f675825d2b4936

  debug thread
  Karl Williamson             3 files changed, 19 insertions(+)
  https://github.com/Perl/perl5/commit/e30d9335e3848339

  perl.h: Debug locking
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/c9a0b8159871e5a2

  XXX locale_threads.t: Add alarm
  Karl Williamson             1 file changed, 3 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/bbda27e5f6f6d78b

  locale_threads
  Karl Williamson             2 files changed, 1560 insertions(+), 49 deletion
  https://github.com/Perl/perl5/commit/98696590a8e054f5

  just after XXX win workaround
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ec922f6510ebe302

  XXX win workaround
  Karl Williamson             1 file changed, 39 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/965ded750bfb5e41

  XXX memlog
  Karl Williamson             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/dfa16fcf41204a7d

  locale.c: debug with thread id
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/6f833c0b0c2fe061

  XXX appears to be an existing bug need multiplicity for cur_locale obj
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/cd5b8a5f6aadaf2c

  DEBUG_
  Karl Williamson             1 file changed, 19 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e284141aa84df4cc

  S_clear_placeholders(): Fix compiler warning
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/a5aa544446757523

  uvoffuni_to_utf8_flags_msgs(): Fix compiler warning
  Karl Williamson             3 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/76a319e788c316a9

  regnode_after(): Fix compiler warning
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/f4eb6806e9cb86a6

  newSVbool(): Fix compiler warning
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b695095a84d1c4c3

  ruler
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/6d5559eb46d6284b

  perl.h: Fake up win32 compile a bit
  Karl Williamson             1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/4bfd615f360abbea

  XXX temporary: undef LC_ALL
  Karl Williamson             2 files changed, 15 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/57a1c5307de8f6af

  perl.h: Create a locale mnemonic #define for sync across files
  Karl Williamson             2 files changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3a2f2962e439cded

  locale.c: Always leave a space for LC_ALL entries
  Karl Williamson             2 files changed, 47 insertions(+), 64 deletions(
  https://github.com/Perl/perl5/commit/7bbdcb0ee5a5d131

  perl.h: Use an enum to simplify consecutive value initialization
  Karl Williamson             1 file changed, 37 insertions(+), 58 deletions(-
  https://github.com/Perl/perl5/commit/eb613abdaa66f964

  XXX No count Regenerate Configure after LC_ALL
  Karl Williamson             15 files changed, 484 insertions(+), 3 deletions
  https://github.com/Perl/perl5/commit/3bdc65b6718bb035

  Regenerate Configure after rm thread-safe nl_langinfo_l
  Karl Williamson             5 files changed, 33 insertions(+), 61 deletions(
  https://github.com/Perl/perl5/commit/6025160157827fec

  Regenerate Configure after metaconfig backports applied
  Karl Williamson             2 files changed, 64 insertions(+), 40 deletions(
  https://github.com/Perl/perl5/commit/6569f7f395700e2f

  XXX Configure temporary to get no_nl, etc working
  Karl Williamson             1 file changed, 11 insertions(+), 87 deletions(-
  https://github.com/Perl/perl5/commit/57994d09cc41e932

  XXX skip syslog tests because fail without LC_TIME
  Karl Williamson             2 files changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/b2fbfabef5cf11f0

  XXX temp to test broken lconv on non-Windows
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/715cc6944e7e8aa7

  XXX skip cmp_version.t because of sym links
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/2e987464f1f6ecc1

  XXX skip Archive-Tar because of symlinks
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/54bb8522482c58d2

  version 07locale.t should use LC_NUMERIC, not ALL
  Karl Williamson             1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/5d18e4a2180477ce

  version::07locale.t: Use I18N::Langinfo, not POSIX::localeconv()
  Karl Williamson             1 file changed, 15 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c9df3d287c81f283

  vutil.c: Don't use Perl locale mechanisms
  Karl Williamson             1 file changed, 27 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/cd1a7d83a4d5a0cc

  vutil.c: C.UTF-8 also has a dot radix character
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/04c8a4ff38092163

  vutil.c: Add logic to avoid having to change locales
  Karl Williamson             1 file changed, 33 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/ecac2b78ce833a95

  vutil.c: Debug
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/d9d9d69dd2bcf06e

  vutil.c: Simplify locale handling
  Karl Williamson             1 file changed, 12 insertions(+), 61 deletions(-
  https://github.com/Perl/perl5/commit/8189341e2cdd7149

  vutil.c: Clean up white space/comments
  Karl Williamson             1 file changed, 15 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/004f1e87e3a9fc86

  XXX run/locale.t: maybe f move test
  Karl Williamson             1 file changed, 18 insertions(+), 15 deletions(-
  https://github.com/Perl/perl5/commit/1182acd9b01d97a4

  run/locale.t: more debug
  Karl Williamson             1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/039efffd3dd2b002

  Revert "XXX test.pl: dont unlink temps"
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/e043fd7385dd50cc

  XXX test.pl: dont unlink temps
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/05cb38ddbb2fccfc

  Split t/uni/variables.t into multiple tests
  Karl Williamson             27 files changed, 384 insertions(+), 17 deletion
  https://github.com/Perl/perl5/commit/16114d116bf69b0e

  uniprops 24
  Karl Williamson             20 files changed, 579 insertions(+), 5 deletions
  https://github.com/Perl/perl5/commit/19037fbaa9e1a0fb

  XXX skip cpan testing
  Karl Williamson             1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/a413dc1719ae9048

  test.pl: Add comment that should clear watchdog
  Karl Williamson             1 file changed, 21 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/69e6d701dcfe3835

  op/sub.t: Cancel watchdog when done
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/133c12ce6eca426c

  XXX skip croak.t under sanitizer
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/967826ea350821aa

Martian commit f349dbdf444cb383ea1a1d1db836f5a51640f380
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/f349dbdf444cb383

  AIX: skip some locale tests
  Tony Cook                   3 files changed, 29 insertions(+), 13 deletions(
  https://github.com/Perl/perl5/commit/f349dbdf444cb383

Martian commit 8b43e042b427d9c852acccedb28c4b73a34efd55
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8b43e042b427d9c8

  perlstype.pod: Fix spelling
  Elvin Aslanov               1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8b43e042b427d9c8

Martian commit 93f88cdeb3b90b41ba151344b074be4c88ee1b6b
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/93f88cdeb3b90b41

  Fix typo in INSTALL
  Firas Khalil Khana          1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/93f88cdeb3b90b41

Ignored 54 GitHub auto-generated merge commits

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About