develooper Front page | perl.perl5.porters | Postings from January 2022

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
January 22, 2022 03:05
Subject:
Perl 5 Commit Summary
Message ID:
20220122030529.08B9BAFF02@dromedary.p5h.org
Perl 5 commit summary, activity since Wednesday

Current branch blead
32 commits.  9 unique authors.  9 unique committers.
107 files changed, 3935 insertions(+), 2554 deletions(-)
Thanks, applied:  ℕicolas ℝ (9) xenu (3) Paul Evans (1) Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/8030c9e25386e5b6

  Add '=cut' to silence POD formatting warning
  James E Keenan              1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/8030c9e25386e5b6

  Update epigraph for 5.35.8
  Nicolas R                   1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/441c427273edc1e7

  Bumped Module-CoreList ready for 5.35.9
  Nicolas R                   3 files changed, 31 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/01b98f89005ef5cd

  Bump B::OP_private version
  Nicolas R                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1d0cac93b1d972d8

  Bump the perl version in various places for 5.35.9
  Nicolas R                   18 files changed, 124 insertions(+), 124 deletio
  https://github.com/Perl/perl5/commit/fb37e21c1900ec04

  New perldelta for 5.35.9
  Nicolas R                   10 files changed, 566 insertions(+), 117 deletio
  https://github.com/Perl/perl5/commit/9d30331dbb70b9f8

  Tick off 5.35.8
  Nicolas R                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a10f17013783478d

  Added 5.35.8 to perlhist
  Nicolas R                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/60b7a09a2035aced

  Update Module::CoreList for 5.35.8
  Nicolas R                   1 file changed, 22 insertions(+)
  https://github.com/Perl/perl5/commit/2fe50d05d1bd1789

  Update perldelta for blead release v5.35.8
  Nicolas R                   1 file changed, 76 insertions(+), 265 deletions(
  https://github.com/Perl/perl5/commit/4f5dddfd9a402ed5

  Adjust prediction year for 5.34.1
  Nicolas R                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/665e4a7fee131c03

  Update Perl copyright for 2022
  Nicolas R                   2 files changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/9194fd8b2dc91e3a

  Add mailmap entry for Mike
  Nicolas R                   1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/28dcb8ca2d771d8d

  Add a pod sort sample with function signature
  Nicolas R                   1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/3816fd62ef8f82c5

  Update bignum to CPAN version 0.64
  Nicolas R                   17 files changed, 348 insertions(+), 47 deletion
  https://github.com/Perl/perl5/commit/9bfb09e8f10521a5

  Update Math-BigInt to CPAN version 1.999829
  Nicolas R                   10 files changed, 113 insertions(+), 59 deletion
  https://github.com/Perl/perl5/commit/6790b41ca89be2f1

  Add perldelta entry for try/catch/finally
  Paul "LeoNerd" Evans        1 file changed, 22 insertions(+)
  https://github.com/Perl/perl5/commit/5ce4758b4aa3663e

  Implement correct deparse logic for try/catch/finally
  Paul "LeoNerd" Evans        2 files changed, 35 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/2075f88d6cc9dac2

  Ensure that forbidden control flow messages about finally blocks say "finall
  Paul "LeoNerd" Evans        8 files changed, 153 insertions(+), 79 deletions
  https://github.com/Perl/perl5/commit/e5e291f5d92d6fc8

  Document the new try/catch/finally syntax
  Paul "LeoNerd" Evans        1 file changed, 26 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/08abc5f416aa8942

  Implement and test try/catch/finally syntax
  Paul "LeoNerd" Evans        7 files changed, 1738 insertions(+), 1892 deleti
  https://github.com/Perl/perl5/commit/01f2495abc9e260d

  Add op_wrap_finally() convenience function
  Paul "LeoNerd" Evans        4 files changed, 33 insertions(+)
  https://github.com/Perl/perl5/commit/1a7eed135c20f251

  Define 'finally' keyword
  Paul "LeoNerd" Evans        8 files changed, 234 insertions(+), 211 deletion
  https://github.com/Perl/perl5/commit/0a3ddc721abc261a

  Make sure to rpeep() the body of catch {} blocks
  Paul "LeoNerd" Evans        2 files changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/a3338bfd06189313

  Provide inclusive names allowlist and denylist
  Mike Fulton                 9 files changed, 307 insertions(+), 70 deletions
  https://github.com/Perl/perl5/commit/0b66d70fe7769af0

  perldelta for empty sort croak (78cc98885ff2800c)
  David Mitchell              1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/7c5e8757892abf1a

  t/porting/authors.t: Windows fixes
  Tomasz Konojacki            1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/aeb45f246f860476

  make a sort with zero args a compile-time err
  David Mitchell              5 files changed, 34 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/78cc98885ff2800c

  Stop setting console to "con" on non-MSWin systems
  E. Choroba                  1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/90a597e55c2e3ebc

  fix commit calculations in authors porting test
  Graham Knop                 1 file changed, 9 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/4c1e2e1d31d9f9ce

  Update Win32 to CPAN version 0.58
  Chris 'BinGOs' Williams     6 files changed, 363 insertions(+), 8 deletions(
  https://github.com/Perl/perl5/commit/3fe11e08ed12031c

  Update NEXT to CPAN version 0.69
  Chris 'BinGOs' Williams     2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/8b9e957f94ada524

Martian commit 3ac7c91ebfd25237d2745b8bfb5b4fc189ce4584
2 commits.  1 unique author.  1 unique committer.

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

  Update bignum to CPAN version 0.64
  Nicolas R                   17 files changed, 348 insertions(+), 47 deletion
  https://github.com/Perl/perl5/commit/3ac7c91ebfd25237

  Update Math-BigInt to CPAN version 1.999829
  Nicolas R                   10 files changed, 113 insertions(+), 59 deletion
  https://github.com/Perl/perl5/commit/ac1fab1e645f67bb

Martian commit 87b50dd75c5d4e1a925e99fe49be3f042052aa77
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/87b50dd75c5d4e1a

  Adjust Win32/t/Unicode.t for Cygwin
  Nicolas R                   3 files changed, 9 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/87b50dd75c5d4e1a

Martian commit d36959a404bb4dbcbe0190675f77f72898391dce
6 commits.  1 unique author.  1 unique committer.

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

  Implement correct deparse logic for try/catch/finally
  Paul "LeoNerd" Evans        2 files changed, 35 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/d36959a404bb4dbc

  Ensure that forbidden control flow messages about finally blocks say "finall
  Paul "LeoNerd" Evans        8 files changed, 153 insertions(+), 79 deletions
  https://github.com/Perl/perl5/commit/a0a83659983f8e72

  Document the new try/catch/finally syntax
  Paul "LeoNerd" Evans        1 file changed, 26 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/49a86a45a7ba7ea4

  Implement and test try/catch/finally syntax
  Paul "LeoNerd" Evans        7 files changed, 1738 insertions(+), 1892 deleti
  https://github.com/Perl/perl5/commit/38314a3f8c3b51c1

  Add op_wrap_finally() convenience function
  Paul "LeoNerd" Evans        4 files changed, 33 insertions(+)
  https://github.com/Perl/perl5/commit/af8e63de0a2c738d

  Define 'finally' keyword
  Paul "LeoNerd" Evans        8 files changed, 234 insertions(+), 211 deletion
  https://github.com/Perl/perl5/commit/76c94a8bb6dcadc7

Martian commit cc498186a238879713a6e5df84b0843d0745948c
1 commit.  1 unique author.  1 unique committer.

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

  Make sure to rpeep() the body of catch {} blocks
  Paul "LeoNerd" Evans        2 files changed, 18 insertions(+)
  https://github.com/Perl/perl5/commit/cc498186a2388797

Martian commit bf809b209adf47ef2df1a50d0fdc879ae056eaf6
1 commit.  1 unique author.  1 unique committer.

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

  Provide inclusive names allowlist and denylist
  Mike Fulton                 9 files changed, 307 insertions(+), 70 deletions
  https://github.com/Perl/perl5/commit/bf809b209adf47ef

Martian commit af6fc397825efe0b8789d52b1ab4f9c68a2aaad8
1 commit.  1 unique author.  1 unique committer.

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

  t/porting/authors.t: Windows fixes
  Tomasz Konojacki            1 file changed, 4 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/af6fc397825efe0b

Martian commit 8967306c8da398c536eafead2aed173f5a404fcb
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8967306c8da398c5

  fix commit calculations in authors porting test
  Graham Knop                 1 file changed, 9 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/8967306c8da398c5

Ignored 41 GitHub auto-generated merge commits

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About