Mailing List Archive

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

Current branch blead
37 commits. 9 unique authors. 5 unique committers.
79 files changed, 1079 insertions(+), 812 deletions(-)
Net code removal: James E Keenan (3 lines)
Thanks, applied: James E Keenan (2) Karl Williamson (2) Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/0eb42c7e8ed7f58a

Added to OpossumPetya to AUTHORS
OpossumPetya 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/0eb42c7e8ed7f58a

perlfunc.pod: Tiny formatting fixes
OpossumPetya 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/497283d5c722064a

perl.h: Use UNLESS_PERL_MEM_LOG()
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/cb505e0a86ac0c33

perl.h: Add UNLESS_PERL_MEM_LOG()
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/2aea9971dcf3000a

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

locale.c: Initialize PL_cur_locale_obj
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/433aa9709a171a7c

locale.c: Add sanity check at initialization
Karl Williamson 1 file changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e445b006e7dee718

locale.c: Move some comments to proper place
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f769cf8ba02c97d5

Fix Safe clobbering %SIG
Erik Huelsmann 5 files changed, 41 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/324f14a485358c25

test.pl: convert tabs to spaces in like_yn()
Richard Leach 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/7dbb8cb7cd157a6f

test.pl: avoid unnecessary work in like_yn()
Richard Leach 1 file changed, 3 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/145a58a4c23b1cea

Merge Configure diverges + missing parts
H.Merijn Brand 2 files changed, 29 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/6a09651902f8a4a3

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

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

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

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

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

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

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

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

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

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

locale.c: Rework locale initialization loop
Karl Williamson 1 file changed, 350 insertions(+), 291 deletions
https://github.com/Perl/perl5/commit/f0578dea2221b238

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

locale.c: Extract code into a function
Karl Williamson 4 files changed, 191 insertions(+), 120 deletion
https://github.com/Perl/perl5/commit/22a00d7e56c86c42

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

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

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

strftime: Always restore LC_CTYPE locale
Karl Williamson 2 files changed, 29 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/122f4d2a7dc34f66

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

Perl_force_locale_unlock: Add pTHX parameter
Karl Williamson 4 files changed, 4 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/b29c60556393dde0

locale.c: S_save_to_buffer: Add pTHX parameter
Karl Williamson 4 files changed, 7 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/81d9b3207b262c36

perldelta for bcd084d7d8281
Tony Cook 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/f101feb3f0ff69ba

class :isa(): check for not only a stash, but a class
Tony Cook 5 files changed, 20 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bcd084d7d82813d8

cpan/Test-Harness - Update to version 3.46
Leon Timmermans 59 files changed, 191 insertions(+), 169 deletio
https://github.com/Perl/perl5/commit/6e0b8bd69336ecc9

Remove CUSTOMIZED status for cpan/Test-Harness/t/harness.t
James E Keenan 1 file changed, 3 deletions(-)
https://github.com/Perl/perl5/commit/81a3a738c7dcfbed

cpan/HTTP-Tiny - Update to version 0.088
David Golden 3 files changed, 111 insertions(+), 110 deletion
https://github.com/Perl/perl5/commit/e621bd3198425cba

Current branch smoke-me/davem/rc_stack2
70 commits. 1 unique author. 1 unique committer.
51 files changed, 3254 insertions(+), 1343 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/2899bb28de16dfba

support RC XS subs: add CVf_XS_RCSTACK flag
David Mitchell 5 files changed, 92 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/2899bb28de16dfba

add rpp_invoke_xs() function
David Mitchell 8 files changed, 43 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/02a97567655db7ba

add t/op/refstack.t
David Mitchell 2 files changed, 876 insertions(+)
https://github.com/Perl/perl5/commit/d2ccb40b1455fd37

RC_STACK asserts without DEBUG_LEAKING_SCALARS
David Mitchell 3 files changed, 8 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/9cf734d8ad15fd88

when (re)creating @_, zero its elements
David Mitchell 2 files changed, 22 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/c42e5da75e48b939

caller(): don't copy freed SV pointer to @DB::args
David Mitchell 2 files changed, 37 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/3f844e25e112a9f4

pp_caller(): set @DB::args earlier
David Mitchell 1 file changed, 19 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/735ece1f92da7522

Perl_runops_wrap((): don't mortalise NULLs
David Mitchell 2 files changed, 23 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/0617a5f3d193da8b

pp_goto: fix macro-in-macro compile error
David Mitchell 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/b7f94df2b4f26722

add perlguts section on a reference-counted stack
David Mitchell 1 file changed, 496 insertions(+)
https://github.com/Perl/perl5/commit/0afdcd5a4788b12a

Eliminate PERL_XXX_TMP_NORC
David Mitchell 13 files changed, 39 insertions(+), 113 deletion
https://github.com/Perl/perl5/commit/498e35335469ed77

XS::APItest::clone_with_stack(); check SI RC state
David Mitchell 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/005ea4fb620a61cb

add tests for XSPP_wrapped() macro
David Mitchell 3 files changed, 119 insertions(+)
https://github.com/Perl/perl5/commit/7e0d26bc39ac1ccf

tweak pp_wrap() and xs_wrap()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/abe9589e487db745

pp_wrap(), xs_wrap(): extract some common code
David Mitchell 1 file changed, 47 insertions(+), 71 deletions(-
https://github.com/Perl/perl5/commit/7955be58143024b2

runops_debug(): add RC-stack assertions
David Mitchell 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/de588f44fe3d5f67

stack push/pops: assert rpp_stack_is_rc() state
David Mitchell 2 files changed, 50 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/d8e7e56cc92b7b08

disable PERL_XXX_TMP_NORC
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1e23bda858bca193

Perl_debstack(): indicate stack refcount status
David Mitchell 4 files changed, 39 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/33327fc76618322e

rpp_is_lone(): allow non-temp SV too
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/60130dca53120e1d

make RC-stack-aware: Perl_filter_read()
David Mitchell 1 file changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/d9262482161c0671

add stack extend to Perl_die_unwind()
David Mitchell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/b63a623900b1f70f

Allow argument stacks to be reference-counted
David Mitchell 15 files changed, 254 insertions(+), 12 deletion
https://github.com/Perl/perl5/commit/f3e79c9cf9a48c6e

allow argument stack to be AvREAL()
David Mitchell 8 files changed, 44 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/aee32c8dcb563016

add switch_argstack(), push/pop_stackinfo() fns
David Mitchell 7 files changed, 114 insertions(+), 49 deletions
https://github.com/Perl/perl5/commit/6ce0b312ed1bb63b

make @_ AvREAL() on RC-stack
David Mitchell 10 files changed, 115 insertions(+), 17 deletion
https://github.com/Perl/perl5/commit/4f151d7f31f29164

make shift(@a) leave old pointer
David Mitchell 3 files changed, 11 insertions(+)
https://github.com/Perl/perl5/commit/eefb192fcdb5b56c

make RC-stack-aware: class.c: pp_methstart etc
David Mitchell 1 file changed, 24 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/a6f6b069bdba54e2

make RC-stack-aware: ext/XS-APItest/
David Mitchell 3 files changed, 16 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/d128e6bb4caee504

make RC-stack-aware: invoking DB::postponed()
David Mitchell 1 file changed, 16 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/9c49f8c80c2cd0e1

make RC-stack-aware: t/cmd/for.t
David Mitchell 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a5daa733185be42e

make RC-stack-aware: threads.xs
David Mitchell 1 file changed, 21 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/e54d7cab1cfbb649

make RC-stack-aware: Perl_try_amagic_un() & _bin()
David Mitchell 1 file changed, 73 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/dab621b75ef49e29

make RC-stack-aware: perl_clone()
David Mitchell 1 file changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/3cb80f0529e9ca34

make RC-stack-aware: Devel::Peek::Dump()
David Mitchell 2 files changed, 9 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/dadecf8bf706a085

make RC-stack-aware: S_fold_constants()
David Mitchell 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2bb2de3c8efb0d80

make RC-stack-aware: unwrap pp_not()
David Mitchell 1 file changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/edf4998fddef3b83

make RC-stack-aware: unwrap pp_add()
David Mitchell 1 file changed, 29 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/dfca5de2dc13fbf7

make RC-stack-aware: defer
David Mitchell 1 file changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0a6d59abc11ef70b

make RC-stack-aware: eval_sv()
David Mitchell 1 file changed, 13 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/a129878b58874f0b

make RC-stack-aware: call_sv() and similar
David Mitchell 1 file changed, 33 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/f3ca9a98e7e21d3c

make RC-stack-aware: misc pp() functions
David Mitchell 2 files changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/3fc24b91e62e28b3

make RC-stack-aware: stat and filetest ops
David Mitchell 2 files changed, 13 insertions(+), 16 deletions(
https://github.com/Perl/perl5/commit/27e2578575eb728c

make RC-stack-aware: sort cmp function invokers
David Mitchell 1 file changed, 36 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/60610fe26e34374e

make RC-stack-aware: pp_sort()
David Mitchell 2 files changed, 162 insertions(+), 42 deletions
https://github.com/Perl/perl5/commit/77dd2f4896077041

make RC-stack-aware: enter/leavewrite
David Mitchell 1 file changed, 23 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/19595987c4167543

make RC-stack-aware: enter/leavegiven etc
David Mitchell 1 file changed, 17 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/98de7a9c269ae91e

make RC-stack-aware: require,eval
David Mitchell 1 file changed, 82 insertions(+), 65 deletions(-
https://github.com/Perl/perl5/commit/3c197103a4add33f

make RC-stack-aware: goto
David Mitchell 1 file changed, 25 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/0a84cd486546ceb9

make RC-stack-aware: last
David Mitchell 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f0491eeb4b13b8b6

make RC-stack-aware: pp_leavefoo()
David Mitchell 2 files changed, 77 insertions(+), 26 deletions(
https://github.com/Perl/perl5/commit/e97974d144639ac0

make RC-stack-aware: enteriter, leaveloop
David Mitchell 1 file changed, 22 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/a318e4c7121192e7

make RC-stack-aware: map and grep
David Mitchell 3 files changed, 174 insertions(+), 48 deletions
https://github.com/Perl/perl5/commit/e17193de7d7df4b1

make RC-stack-aware: db/nextstate, unstack
David Mitchell 2 files changed, 12 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/6f31eab8189a4b48

make RC-stack-aware: entersub
David Mitchell 4 files changed, 129 insertions(+), 19 deletions
https://github.com/Perl/perl5/commit/b9aa958e12d43cd8

make RC-stack-aware: regcomp
David Mitchell 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/2e0a1cf5bfc08b22

pp_method*: fixup wrapping
David Mitchell 1 file changed, 27 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/dd747a0d1a029a3e

wrap normal non-RC-stack-aware pp functions
David Mitchell 10 files changed, 510 insertions(+), 259 deletio
https://github.com/Perl/perl5/commit/20eed5399f7ac116

use new rpp_is_lone() function
David Mitchell 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ff15b2e547232e87

add rpp_foo() refcounted-stack manipulation fns
David Mitchell 5 files changed, 484 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/a69c1e3dfa70735b

assert that cxstack[i].oldsp are increasing
David Mitchell 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/2491211277c3337f

Perl_call_sv(G_EVAL): set oldsp correctly
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e5a0c059ea44ec9c

create_eval_scope(): parameterise the stack pos
David Mitchell 6 files changed, 13 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/1f23a8dbeb9aacd2

Add av_remove_offset() core-only function
David Mitchell 5 files changed, 27 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/27b2eb0395dbcb71

pp_mapwhile(): null out holes in stack
David Mitchell 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/13e5ecd96857d48b

pp_dbstate: skip SAVESTACK_POS()
David Mitchell 2 files changed, 29 insertions(+)
https://github.com/Perl/perl5/commit/27ee56b6e989a0a4

ext/Devel-Peek/t/Peek.t: fixup top refcount
David Mitchell 1 file changed, 47 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/f8f63437b7ec1445

add Internals::stack_refcounted()
David Mitchell 2 files changed, 26 insertions(+)
https://github.com/Perl/perl5/commit/00f00ced624682da

add PERL_RC_STACK define (not yet defined)
David Mitchell 2 files changed, 21 insertions(+)
https://github.com/Perl/perl5/commit/e3d7d6aa9a5bd899

fix leaks in new ${^HOOK}{require__*} facility
David Mitchell 2 files changed, 25 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/9bd72d6fa6f74c27

Martian commit 66f7be809fa524c066438b182dd338d9a8e5cc3e
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/66f7be809fa524c0

Added to OpossumPetya to AUTHORS
OpossumPetya 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/66f7be809fa524c0

perlfunc.pod: Tiny formatting fixes
OpossumPetya 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/35bf93216b989e5b

Martian commit ad0c76fad81dd2940fee651a8e6f454707701b28
2 commits. 1 unique author. 1 unique committer.

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

test.pl: convert tabs to spaces in like_yn()
Richard Leach 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ad0c76fad81dd294

test.pl: avoid unnecessary work in like_yn()
Richard Leach 1 file changed, 3 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/2f70a0c129ff9683

Martian commit ed3f7f0464e90d07325d0c6009c5236374c28040
2 commits. 1 unique author. 1 unique committer.

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

perl.h: Use UNLESS_PERL_MEM_LOG()
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ed3f7f0464e90d07

perl.h: Add UNLESS_PERL_MEM_LOG()
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/b995aad012a0a787

Martian commit dcd095c514de58eefe6fc3a87bfa884e7c9993ef
4 commits. 1 unique author. 1 unique committer.

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

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

locale.c: Initialize PL_cur_locale_obj
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/4a73a416717394e9

locale.c: Add sanity check at initialization
Karl Williamson 1 file changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e3c1b34c9082d3e6

locale.c: Move some comments to proper place
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/b9ee6dbb81ddd90a

Martian commit f45917ee1d49eadf568624a39aece85909be8269
2 commits. 1 unique author. 1 unique committer.

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

pp_multiconcat: Phase 7 (magic SVs) use an internal tmps stack
Richard Leach 5 files changed, 24 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/f45917ee1d49eadf

pp_multiconcat: in Phase 7 (magic SVs) reuse an available targ pad
Richard Leach 1 file changed, 9 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/be81b4955ba04b85

Martian commit 43343b3d14a0e98ede472f2011ad2c7d60dffcf2
15 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/43343b3d14a0e98e

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

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

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

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

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

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

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

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

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

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

locale.c: Rework locale initialization loop
Karl Williamson 1 file changed, 350 insertions(+), 291 deletions
https://github.com/Perl/perl5/commit/fd51c993d312fe95

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

locale.c: Extract code into a function
Karl Williamson 4 files changed, 191 insertions(+), 120 deletion
https://github.com/Perl/perl5/commit/0fab03ee10f9cbca

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

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

Martian commit b838550b5e0ff09f8af6f7fc8a1c8b94a06db247
2 commits. 2 unique authors. 1 unique committer.
Net code removal: James E Keenan (3 lines)
Thanks, applied: James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/b838550b5e0ff09f

cpan/Test-Harness - Update to version 3.46
Leon Timmermans 59 files changed, 191 insertions(+), 169 deletio
https://github.com/Perl/perl5/commit/b838550b5e0ff09f

Remove CUSTOMIZED status for cpan/Test-Harness/t/harness.t
James E Keenan 1 file changed, 3 deletions(-)
https://github.com/Perl/perl5/commit/068fa93ab774e70a

Ignored 49 GitHub auto-generated merge commits