Mailing List Archive

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

Current branch blead
13 commits. 6 unique authors. 5 unique committers.
24 files changed, 261 insertions(+), 87 deletions(-)
Thanks, applied: Paul Evans (5) James E Keenan (2) Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/f87d08569b779eeb

[doc] Fix 'comprised of'
Dan Church 10 files changed, 16 insertions(+), 15 deletions
https://github.com/Perl/perl5/commit/f87d08569b779eeb

Implement a builtin::unimport that removes imported lexicals from the scop
Paul "LeoNerd" Evans 4 files changed, 93 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/92ddeac03bb34a9c

Define a PADNAMEf_TOMBSTONE for lexically deleting pad entries
Paul "LeoNerd" Evans 2 files changed, 31 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/5e7a38e197815e9b

Implement builtin::stringify
Paul "LeoNerd" Evans 3 files changed, 57 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/7c60f1f796a4c23b

pp_caller/@DB::args: fix fail under -DPERL_POISON
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1ff13a08be65e3dd

pp_(i_)negate: Don't needlessly call S_negate_string
Richard Leach 1 file changed, 10 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/c904517849a78295

pp_(i_)negate: add the TARGMY optimization
Richard Leach 5 files changed, 19 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/359c2cd723a18f59

S_negate_string - allow for TARG==sv
Richard Leach 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/bea115698e41f6ac

Update ParseXS entry to reflect actual $VERSION
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5e28db930c3316e1

[doc] core-cpan-diff: Consistent Options in Usage
Elvin Aslanov 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/237bb243986113cf

Perl_class_wrap_method_body: simple push to newly-created AV
Richard Leach 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f357b86a6592ee82

pp_initfield: no need to extend av, should be the desired size
Richard Leach 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/c0c43c4cee85ee37

Maintainers.pl: use strict/warnings with "our"
Elvin Aslanov 1 file changed, 6 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/008ae6a0ef7f87df

New branch davem/rc3
13 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/2559024c1da43be0

make RC-stack-aware: unwrap pp_anonhash()
David Mitchell 1 file changed, 34 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/2559024c1da43be0

make RC-stack-aware: unwrap pp_refgen()
David Mitchell 1 file changed, 35 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/546242130877389d

make RC-stack-aware: unwrap pp_unshift()
David Mitchell 1 file changed, 20 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/0a1a265d01c2b41e

make RC-stack-aware: unwrap pp_list()
David Mitchell 1 file changed, 6 insertions(+), 15 deletions(-)
https://github.com/Perl/perl5/commit/e30412b2d1da8efb

make RC-stack-aware: unwrap pp_push()
David Mitchell 1 file changed, 19 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/796a53cc6619718a

make RC-stack-aware: unwrap pp_join()
David Mitchell 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/1716877ea558fe18

make RC-stack-aware: unwrap: pp_(kv)[ah]slice
David Mitchell 1 file changed, 103 insertions(+), 61 deletions(
https://github.com/Perl/perl5/commit/3a3935e9c065e343

make RC-stack-aware: pp_anonlist, pp_av2arylen
David Mitchell 1 file changed, 41 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/4df9f3a6ed6e265b

make RC-stack-aware: unwrap pp_print(),tied_method
David Mitchell 4 files changed, 120 insertions(+), 40 deletions
https://github.com/Perl/perl5/commit/554348a381d77da3

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

make RC-stack-aware: unwrap startmatch and misc
David Mitchell 3 files changed, 186 insertions(+), 162 deletion
https://github.com/Perl/perl5/commit/f4b013698fc3e7fe

add rpp_context() API function
David Mitchell 5 files changed, 63 insertions(+)
https://github.com/Perl/perl5/commit/095a29e2f15f1a44

add rpp_replace_at() API function
David Mitchell 5 files changed, 41 insertions(+)
https://github.com/Perl/perl5/commit/8f6713e525a992c8

Martian commit 85b6f15bad9ef257c570f2c3ae8a4764b9ad98fa
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/85b6f15bad9ef257

[doc] Fix 'comprised of'
Dan Church 10 files changed, 16 insertions(+), 15 deletions
https://github.com/Perl/perl5/commit/85b6f15bad9ef257

Martian commit 7ce6a1c7f5c1a7ea08020c9fb96c5822bb695f8a
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/7ce6a1c7f5c1a7ea

Merge branch 'Perl:blead' into blead-2
Elvin Aslanov 2 parents
https://github.com/Perl/perl5/commit/7ce6a1c7f5c1a7ea

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

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

pp_(i_)negate: Don't needlessly call S_negate_string
Richard Leach 1 file changed, 10 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/dd10855ee4513362

pp_(i_)negate: add the TARGMY optimization
Richard Leach 5 files changed, 19 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/60fcd7db393f8e2d

S_negate_string - allow for TARG==sv
Richard Leach 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a3e5092def2d781f

Martian commit 2c57435b231889e5144668f76c5a86ac18f5f9e3
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/2c57435b231889e5

Update ParseXS entry to reflect actual $VERSION
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2c57435b231889e5

Martian commit 1d3917ab1dba036635fbfe39ebfc65b2a4008311
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/1d3917ab1dba0366

[doc] core-cpan-diff: Consistent Options in Usage
Elvin Aslanov 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/1d3917ab1dba0366

Ignored 49 GitHub auto-generated merge commits