Mailing List Archive

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

Current branch blead
33 commits. 3 unique authors. 3 unique committers.
21 files changed, 937 insertions(+), 576 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/29e2ba2cb5cd3460

locale.c: Remove PERL_UNUSED_ARG
Karl Williamson 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/29e2ba2cb5cd3460

perl.h: #include locale_table.h even if NO_LOCALE
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/a4a7852e2d7b3515

-DNO_LOCALE implies -DNO_LOCALE_COLLATE
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/51844f8b3399f6b9

locale.c: Skip a debug check if no LC_CTYPE
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/defd3f3b3390b164

lib/locale.t: Display thousands separator under debug
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c47cd9d318abeeaa

allow some basic infrastructure to load with -Dusedefaultstrict
Tony Cook 3 files changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/afe3e67fb0863443

pp_backtick: remove RC_STACK wrapper and use the new APIs
Tony Cook 1 file changed, 9 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/06c1b785f4f2327e

locale.c: Adjust some #if, #else
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/26d70844c1d44097

locale.c: Reorder two more case: statements
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/7e38871714510207

locale.c: Reorder cases in a switch()
Karl Williamson 1 file changed, 110 insertions(+), 110 deletions
https://github.com/Perl/perl5/commit/04de52e6194b6730

perlguts: fix ref count in tie() example
David Mitchell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/2100da0d758d65f3

[MERGE] PERL_RC_STACK: add _IMM, unwrap, fix leaks
David Mitchell 2 parents
https://github.com/Perl/perl5/commit/4b9ded7af2990534

make rpp_popfree_2_NN() use rpp_free_2_()
David Mitchell 2 files changed, 23 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/63fe8426df927c85

Optimise rpp_replace_2_{1,IMM}_NN()
David Mitchell 5 files changed, 102 insertions(+), 28 deletions
https://github.com/Perl/perl5/commit/a4d3204d9e74bcca

make RC-stack-aware: unwrap pp_bless()
David Mitchell 1 file changed, 11 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/38f33f60a7c63747

pp_subst(): consolidate some duplicated code
David Mitchell 1 file changed, 13 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/be80f5674fa2e558

make RC-stack-aware: unwrap pp_subst, pp_substcont
David Mitchell 2 files changed, 100 insertions(+), 49 deletions
https://github.com/Perl/perl5/commit/6fedd5b15734714f

make RC-stack-aware: unwrap pp_prtf, pp_sprintf
David Mitchell 2 files changed, 27 insertions(+), 21 deletions(
https://github.com/Perl/perl5/commit/8d0d5d78ace20249

use rpp_foo_NN() and rpp_foo_IMM() widely
David Mitchell 5 files changed, 255 insertions(+), 260 deletion
https://github.com/Perl/perl5/commit/b6f2485657db9591

add _IMM variants to the rpp_foo() fns
David Mitchell 5 files changed, 147 insertions(+), 34 deletions
https://github.com/Perl/perl5/commit/7f04cfc05d1d08fc

Resurrect immortals before checking for SvTEMP()
David Mitchell 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/6ca3ba049e69f7b8

fix minor leak under use feature 'module_true'
David Mitchell 1 file changed, 2 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/48cac15890ee2940

fix obscure leak in sort { block } ...
David Mitchell 2 files changed, 13 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/7184c7cb9d22e184

fix leak in list const folding under PERL_RC_STACK
David Mitchell 2 files changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9c4b36214a66fdba

pp_sort: fix leak in PERL_RC_STACK inline sorting
David Mitchell 1 file changed, 2 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/6d1334c5cd9c5a81

locale.c: handle codesets GB18030, EUC-TW
Karl Williamson 1 file changed, 40 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/7f3402777ae7541f

locale.c: Minimize time spent with a toggled locale
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/60f97bc0381cea86

locale.c: toggle LC_CTYPE in S_override
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/ec02ab7a647280ff

locale.c: toggling locales is a no-op if no locales
Karl Williamson 1 file changed, 13 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/4f3785661c86751b

locale.c: C is the only locale under NO_LOCALE
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e0748e831ac8161a

locale.c: Be sure to toggle into dot radix locale
Karl Williamson 2 files changed, 31 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/eacceb3846b76a5b

locale.c: This label is only used in WIN32
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/20c74aefda744324

locale.c: Refactor an #ifdef
Karl Williamson 1 file changed, 10 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/7bc020dea5befba1

New branch davem/rc7
9 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/44c9f9522cd0767f

pp_push, pp_unshift: don't push TARG in void cxt
David Mitchell 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/44c9f9522cd0767f

pp_undef(): optimise for void return
David Mitchell 1 file changed, 9 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/42c45cea429e6b4b

pp_print() optimise for void return
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1e0c1884f45b0abe

pp_sassign: make return more efficient.
David Mitchell 1 file changed, 17 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9a2ed30472b47e6c

OP_AELEMFASTLEX_STORE: only in void context
David Mitchell 3 files changed, 9 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/62f4a0ef33d3cb18

OP_PADSV_STORE: only in void context
David Mitchell 4 files changed, 34 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/eb5569f01a08008e

Give OPpTARGET_MY ops real context
David Mitchell 3 files changed, 28 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/e498a32a9cb6a9c9

set context in 'state' expressions
David Mitchell 2 files changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/6e575db0bff0341b

add Concise tests for state var assignment
David Mitchell 1 file changed, 55 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2280665a0c90f669

Deleted branch davem/rc6

Martian commit ea06c32b338839bb32f132264c0980fa7d073bac
1 commit. 1 unique author. 1 unique committer.

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

perl.h: #include locale_table.h even if NO_LOCALE
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/ea06c32b338839bb

Martian commit 90e8ca0cb404acf7b52e12ab00615da7c17db179
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/90e8ca0cb404acf7

locale.c: Skip a debug check if no LC_CTYPE
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/90e8ca0cb404acf7

Martian commit 3d684f1d9e66bef5b2aceddbde42b55ede73f184
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/3d684f1d9e66bef5

-DNO_LOCALE implies -DNO_LOCALE_COLLATE
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3d684f1d9e66bef5

Martian commit f962bd2e189d5682fe370fd1ac578d690a3d0561
1 commit. 1 unique author. 1 unique committer.

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

lib/locale.t: Display thousands separator under debug
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f962bd2e189d5682

Martian commit c2af71f9834906c574d149780e650dcafc43f3ae
3 commits. 1 unique author. 1 unique committer.

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

locale.c: Adjust some #if, #else
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/c2af71f9834906c5

locale.c: Reorder two more case: statements
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/08828eb3d32bf674

locale.c: Reorder cases in a switch()
Karl Williamson 1 file changed, 110 insertions(+), 110 deletions
https://github.com/Perl/perl5/commit/731ed9e4dfe751c2

Ignored 51 GitHub auto-generated merge commits