Front page | perl.perl5.porters |
Postings from November 2016
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
November 23, 2016 02:14
Subject:
Perl 5 Commit Summary
Message ID:
E1c9N4e-0008NQ-TU@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
30 commits. 7 unique authors. 6 unique committers.
65 files changed, 1331 insertions(+), 456 deletions(-)
Net code removal: James E Keenan (2 lines)
Thanks, applied: Tony Cook (2) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a62e8919a5bc84aa.tar.gz
embed.fnc: Remove inappropriate pure attributes
Karl Williamson 2 files changed, 56 insertions(+), 88 deletions(
http://perl5.git.perl.org/perl.git/commit/a62e8919a5bc84aa
Make (P)ure funcs in embed.fnc imply (R)eturn must be checked
Andy Lester 3 files changed, 25 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b289a0bd3e66981f
Configure: also zero out high bytes of 80-bit ldnan
Niko Tyni 1 file changed, 1 insertion(+)
http://perl5.git.perl.org/perl.git/commit/6b2c7479d6d33249
Configure: fix garbage filtering with 80-bit long doubles
Niko Tyni 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd6885360b15e763
Recommend the quicker "make test_prep" for t/TEST usage.
Matthew Horsfall 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3816c65ffd171a29
Bump Module::CoreList version
Chad Granum 3 files changed, 22 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/d5584eb309dd8b67
Bump the perl version in various places for 5.25.8
Chad Granum 22 files changed, 136 insertions(+), 136 deletio
http://perl5.git.perl.org/perl.git/commit/23cf469fd8026b62
new perldelta
Chad Granum 12 files changed, 922 insertions(+), 508 deletio
http://perl5.git.perl.org/perl.git/commit/733dba2bbb7bed4c
Update epigraphs and release schedule
Chad Granum 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a32794896bfbf59d
update t/porting/known_pod_issues.dat
Chad Granum 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28988dce93a735de
Update perlhist.pod for 5.25.7
Chad Granum 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f072db7f42644b8
Finalize perldelta for 5.25.7
Chad Granum 1 file changed, 68 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/55a729d387b308ec
Update Module::CoreLiast for 5.25.7
Chad Granum 1 file changed, 106 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1b49d101cbb74f0
Fix Module-CoreList version info for 5.25.7
Chad Granum 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c49a7ab0702a9b94
Final manual updates to perldelta
Chad Granum 1 file changed, 46 insertions(+), 320 deletions(
http://perl5.git.perl.org/perl.git/commit/a07f61121282359b
Correct one POD formatting error in perldelta.
James E Keenan 1 file changed, 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ec94d56955cd67d
perldelta fixes from khw
Karl Williamson 1 file changed, 16 insertions(+), 40 deletions(-
http://perl5.git.perl.org/perl.git/commit/e7e6e8d48b3435bd
Perldelta updates in prep for tomorrows release
Chad Granum 1 file changed, 534 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/8bbdbfcb893c4925
ExtUtils::ParseXS: Rmv impediment to compiling under C++11
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52d1eb4a91e8b97a
Data-Dumper: Rmv impediment to compiling under C++11
Karl Williamson 2 files changed, 13 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/562c1ab952f7c853
Storable: Rmv impediment to compiling under C++11
Karl Williamson 2 files changed, 103 insertions(+), 87 deletions
http://perl5.git.perl.org/perl.git/commit/741002cc5c243352
threads.xs: Rmv impediment to compiling under C++11
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4016df9387d66fd9
Time-HiRes: Remove impediment to compiling under C++11
Karl Williamson 2 files changed, 30 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/a135cb6c4c7ef56a
Cwd: Remove impediment to compiling under C++11
Karl Williamson 13 files changed, 18 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/7ebb7b4a7bb15c92
Merge branch 'perlre-tidy' into blead
Aaron Crane 2 parents
http://perl5.git.perl.org/perl.git/commit/2db681f78770646c
perlre: don't impugn the stability of all (?…) constructs
Aaron Crane 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff8bb4687895e07f
perlre: summarise full syntax for (?(cond)then|else) constructs
Aaron Crane 1 file changed, 9 insertions(+)
http://perl5.git.perl.org/perl.git/commit/9240ab7d1f8be318
perlre: minor wordsmithing, POD formatting tweaks, etc
Aaron Crane 1 file changed, 11 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a95b7a20e0ea49a7
perlre: regularise list items
Aaron Crane 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8f2f5fa9f72ecbb
Document the package for $REGMARK and $REGERROR
Aaron Crane 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ddb07903c49db6d9
Current branch abigail/deprecation
1 commit. 1 unique author. 1 unique committer.
4 files changed, 41 insertions(+), 15 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fb847842d9aedf64.tar.gz
Unescaped left braces in regular expressions will be fatal in 5.30.
Abigail 4 files changed, 41 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/fb847842d9aedf64
Thread Previous