Mailing List Archive

Perl 5 Commit Summary
Perl 5 commit summary, activity since Saturday

Current branch blead
1 commit. 1 unique author. 1 unique committer.
2 files changed, 48 insertions(+), 11 deletions(-)
Thanks, applied: Ricardo Signes (1)
Snapshot: http://github.com/Perl/perl5/tarball/51ccdf4c0e607490

dist/Storable - security advisory and changelog update
Yves Orton 2 files changed, 48 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/51ccdf4c0e607490

Current branch smoke-me/khw-env
275 commits. 1 unique author. 1 unique committer.
51 files changed, 515 insertions(+), 253 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/86a489288bc2563a

l
Karl Williamson 18 files changed, 301 insertions(+), 123 deletio
https://github.com/Perl/perl5/commit/86a489288bc2563a

sv.c: add debug stmt
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/0de5320816e19d09

win32 Makefile
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/6b3380aca058a518

util.c: Better panic messages
Karl Williamson 1 file changed, 10 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/d2c206a0dd2f2eb1

locale.c: Slightly change wording of DEBUG messages
Karl Williamson 1 file changed, 16 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/3dabf1b22cd5ae92

dregs
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a73df4183c76cc48

Time-Piece: notes to myself
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/a913f34fadd8c6bf

locale.c: Avoid work that would be thrown away
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c4f0b2ebb9f340bf

S_get_locale_string_utf8ness_i: Fix return
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b4fe07a8e754a67e

Implement sv_strftime_tm and sv_strftime_ints
Karl Williamson 1 file changed, 39 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/1777e063dca90a98

Time::Piece: Add critical sections
Karl Williamson 4 files changed, 74 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/1a06431ed4da0aaa

Implement sv_strftime_tm and sv_strftime_ints
Karl Williamson 5 files changed, 210 insertions(+), 73 deletions
https://github.com/Perl/perl5/commit/643e63a85bdb28c9

locale.c: Move my_strftime() within the file
Karl Williamson 1 file changed, 14 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/f7572b68a0f5a206

locale.c: Split my_strftime into 2 functions
Karl Williamson 4 files changed, 79 insertions(+), 34 deletions(
https://github.com/Perl/perl5/commit/f4f5d04f3debd5ce

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/70c6b7615d9fc045

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

time.t
Karl Williamson 1 file changed, 23 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/b562f459950d26b5

win32 perl mem log
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7ccec10ec8ccdd9b

thread.h: White space only
Karl Williamson 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/2ad88e660c69901d

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

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

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

locale.c: Prevent infinite recursion
Karl Williamson 4 files changed, 46 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/ccceda951fd5dde7

locale.c: Don't compile unreachable code
Karl Williamson 1 file changed, 15 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/a7ededdf7c6cfd70

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

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

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

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

switch_locale_context: Add aTHX
Karl Williamson 7 files changed, 44 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/341d0bee81584c3a

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

add is_cur_locale_utf8
Karl Williamson 4 files changed, 97 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/9d6679050b915ed0

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

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

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

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

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

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

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

more cat index enum
Karl Williamson 3 files changed, 68 insertions(+), 51 deletions(
https://github.com/Perl/perl5/commit/f2d2273f2bc22eda

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

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

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

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

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

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

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

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

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

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

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

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/9de9bbb38e2ff3cf

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

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

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

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

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

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

emul
Karl Williamson 13 files changed, 803 insertions(+), 79 deletion
https://github.com/Perl/perl5/commit/948c4f9a26ce51e4

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

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

darwin hints querylocale race in earlier darwins?
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b1bbf2ee0e20bc1a

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

locale.c: Move S_update_PL_curlocales()
Karl Williamson 1 file changed, 21 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/d20838f93c7ec77f

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

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

f after testing
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fa6c25a849d65c4a

XXX why: locale.c: revise new_LC_ALL
Karl Williamson 4 files changed, 84 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/92c04e4354c12dbd

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

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

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

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

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

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

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

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

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

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

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

S_setlocale_2008_i(): Use single newlocale() if available
Karl Williamson 1 file changed, 25 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c33d76886610de49

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

S_parse_LC_ALL_string: Squash if categories are same locale
Karl Williamson 5 files changed, 74 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/d39237c27bd90ec6

Rmv unused function: S_setlocale_from_aggregate_LC_ALL
Karl Williamson 4 files changed, 14 insertions(+), 85 deletions(
https://github.com/Perl/perl5/commit/6311cc2fe6f280c2

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

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

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

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

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

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

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

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

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

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

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

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

S_bool_setlocale_2008_i: Improve debug statements
Karl Williamson 1 file changed, 28 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/24f43691b0880dc8

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

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/6cb56b9501eea9fc

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

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

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

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

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

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

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

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

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

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

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

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

f
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/656a8983b3d6f17d

locale.c: Rework locale initialization loop
Karl Williamson 1 file changed, 309 insertions(+), 294 deletions
https://github.com/Perl/perl5/commit/8ddb0d70f642580e

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

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

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

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

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

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/88eba3794005ba86

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/98f682cd6732f6bc

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/806a29a8deab7929

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

Revert "AIX: skip some locale tests"
Karl Williamson 3 files changed, 13 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/72c05ebcf1b36412

Properly handle broken setlocale(LC_ALL, NULL)
Karl Williamson 1 file changed, 23 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4208f03801e20e45

XXX perldelta other pod: Compile stdize_setlocale() only if requested
Karl Williamson 5 files changed, 49 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/f708995dfa6b2d06

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

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

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

locale.c: Calculate native LC_ALL strings
Karl Williamson 5 files changed, 218 insertions(+), 85 deletions
https://github.com/Perl/perl5/commit/caed341d879beede

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

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

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/618312babf811825

locale.c, perl.h: comments, white space
Karl Williamson 2 files changed, 148 insertions(+), 126 deletion
https://github.com/Perl/perl5/commit/e9a9c3a52fa6a964

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

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

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

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/22f0d4e5f40958a2

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/4fdd8b9d65f128df

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

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

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

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

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

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

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

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

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

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

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

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/f878dd540ca93dd8

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

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

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

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

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

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

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

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

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

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

locale.c: Add a convenience macro query_nominal_locale_i
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/c721fc08fc60e18a

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

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

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

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

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

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

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

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

locale.c: Refactor S_get_category_index()
Karl Williamson 4 files changed, 55 insertions(+), 53 deletions(
https://github.com/Perl/perl5/commit/96013c443bf88cfd

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

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

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

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

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

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

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

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

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/f379e816439f2f66

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

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

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

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

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

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

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

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

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

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/6f17796c0cb3f64c

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

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

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/cb1eac9f75ddb6d3

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

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

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

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

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

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

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

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

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/9215c0254e7e9adf

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

just after XXX win workaround
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/1ae962172171af11

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

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

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

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/60873df22544ebef

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

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

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

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

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

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

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

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

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/0e3a8ad14bd2188a

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/80b25c1c76714bbe

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/836861cf8c67f74d

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

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

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

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

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

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

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

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

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

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

f vutil
Karl Williamson 1 file changed, 181 insertions(+), 73 deletions(
https://github.com/Perl/perl5/commit/44cf91835f30c7be

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

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

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/e3d1b091a41e4f25

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

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

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

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

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

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

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

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

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

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

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

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

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

Deleted branch yves/storable_security_advisory_update

Ignored 58 GitHub auto-generated merge commits