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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
February 23, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220223031148.19A50BE8E1@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
32 commits.  9 unique authors.  7 unique committers.
184 files changed, 2117 insertions(+), 900 deletions(-)
Thanks, applied:  Paul Evans (7) xenu (2) James E Keenan (2)
                  Nicholas Clark (2) Matthew Horsfall (alh) (1)
Snapshot: http://github.com/Perl/perl5/tarball/765cd54646655d8f

  POD typo fix: suroutine -> subroutine
  Matthew Horsfall            2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/765cd54646655d8f

  use neutral form for parameter
  Bernd                       1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/8432359dfe1d2f98

  fix typo in perl5358delta
  Bernd                       2 files changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/5f1812acb0ef5c4c

  prepare Module::CoreList for 5.35.10
  reneeb                      4 files changed, 32 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/dce73b98e1f22f6b

  bump version for 5.35.10
  reneeb                      19 files changed, 125 insertions(+), 125 deletio
  https://github.com/Perl/perl5/commit/5585d0962716418c

  add new perldelta for 5.35.10
  reneeb                      10 files changed, 730 insertions(+), 281 deletio
  https://github.com/Perl/perl5/commit/d84985bfde57f181

  tick off release 5.35.9 in release schedule
  reneeb                      1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/1418744658660d19

  update epigraphs with 5.35.9 entry
  reneeb                      1 file changed, 10 insertions(+)
  https://github.com/Perl/perl5/commit/54baf2f445487ad5

  Add new release to perlhist
  reneeb                      1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/a4f7faaf7e7c49fc

  fixed POD warnings in perldelta, regenerated known_pod_issues.dat
  reneeb                      1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/a8a112acab123e3f

  finalize perldelta for 5.35.9
  reneeb                      1 file changed, 81 insertions(+), 300 deletions(
  https://github.com/Perl/perl5/commit/81ff15d3a9a57983

  Update Module::CoreList for 5.35.9
  reneeb                      1 file changed, 30 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/ba1b9dfa686d4cac

  Update AUTHORS list for 5.35.9
  reneeb                      2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/11c344ff35f634ac

  Update Devel-PPPort to 3.64
  reneeb                      106 files changed, 887 insertions(+), 336 deleti
  https://github.com/Perl/perl5/commit/d9ae9f5869d4041e

  update Porting/Maintainers.pl (update Scalar-List-Utils version
  reneeb                      1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3227f08f2f7f53b8

  update Scalar-List-Utils to 1.61
  reneeb                      5 files changed, 11 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/5c8c5ef47293de89

  Add 'signatures' to :5.36 feature bundle
  Paul "LeoNerd" Evans        6 files changed, 35 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/3d1a4f06721f5fc5

  Update various documentation files
  Paul "LeoNerd" Evans        6 files changed, 85 insertions(+), 69 deletions(
  https://github.com/Perl/perl5/commit/088588be575cc786

  Remove 'no warnings experimental::signatures' from support files
  Paul "LeoNerd" Evans        10 files changed, 7 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/0dc71b3eaa1b9f84

  Don't emit experimental::signatures warning (closes #13681)
  Paul "LeoNerd" Evans        4 files changed, 171 insertions(+), 179 deletion
  https://github.com/Perl/perl5/commit/cfba07361715cb0d

  perl5db.pl needs to use :prototype() attribute to set sub prototypes
  Paul "LeoNerd" Evans        1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/df74e889768b1b16

  test the new flags behaviour, to prevent accidental breakage
  Tony Cook                   2 files changed, 31 insertions(+)
  https://github.com/Perl/perl5/commit/af25a83fffea9ef7

  document the new flags behaviour and why
  Tony Cook                   1 file changed, 24 insertions(+)
  https://github.com/Perl/perl5/commit/dcab5185619763d8

  perldelta entry for the PV/IV flags changes.
  Nicholas Clark              2 files changed, 140 insertions(+)
  https://github.com/Perl/perl5/commit/123732b0e8f68f17

  Copy values that are "written as IV, then read as PV" with the same flags.
  Nicholas Clark              1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/59cc2f5b2548d817

  Update SvPV() etc to avoid calling sv_2pv_flags() for cached IV strings.
  Nicholas Clark              2 files changed, 25 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/cff76435bba3c0cf

  Don't set SVf_POK in Perl_sv_2pv_flags() when caching the string for an IV.
  Nicholas Clark              1 file changed, 13 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/bb5bc97fde9ef2f1

  implement a new command-line flag, -g
  Tomasz Konojacki            4 files changed, 36 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/9cb26ed2ae572b61

  t/run/switches.t: don't declare a plan
  Tomasz Konojacki            1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c58eeaf60f6c5d06

  Upgrade experimental to 0.027
  Leon Timmermans             2 files changed, 33 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/f7a090542c34c51f

  Reapply "docs: clarify effect of $^H, %^H, ${^WARNING_BITS}"
  Yves Orton                  1 file changed, 12 insertions(+)
  https://github.com/Perl/perl5/commit/5079aff1f4676ea5

  Reapply squashed "avoid identical stack traces" patches
  Yves Orton                  7 files changed, 87 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/f6387cff9cb31db4

Current branch maint-votes
5 commits.  3 unique authors.  3 unique committers.
1 file changed, 26 insertions(+), 2 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/79570b5ecd776d11

  Fix SHA IDs of two commits (spotted by hv)
  Steve Hay                   1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/79570b5ecd776d11

  Add votes for perl-5.34.1
  James E Keenan              1 file changed, 10 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/d997c02bdabca0c5

  Add hv votes
  Hugo van der Sanden         1 file changed, 10 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/7eba3e9d8acf8387

  Add new proposals for 5.34.1
  Steve Hay                   1 file changed, 24 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/26dec7feb0d1d400

  Add votes
  Steve Hay                   1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/aa35f06f7169698c

Current branch smoke-me/jkeenan/DB_File-empty-body-20210713
1 commit.  1 unique author.  1 unique committer.
1559 files changed, 82537 insertions(+), 62978 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/0d50d7b20cb648b5

  DB_File.xs: eliminate two build-time warnings
  James E Keenan              2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/0d50d7b20cb648b5

New branch yves/clean-commit
1 commit.  1 unique author.  1 unique committer.

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

  Add a tool which can clean up whitespace in a commit intelligently
  Yves Orton                  4 files changed, 357 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/acbfd962aaa9ab63

New branch yves/fix_19168_variable_lookbehind
6 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/500d7aa9dc5445e7

  regcomp.c: remove experimental status from variable length lookbehind
  Yves Orton                  8 files changed, 24 insertions(+), 42 deletions(
  https://github.com/Perl/perl5/commit/500d7aa9dc5445e7

  regcomp.c: Properly optimize verb style lookahead/lookbehind
  Yves Orton                  1 file changed, 28 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/1fe6260e2002c415

  regcomp.c: consistent NOTHING/OPFAIL optimizations for lookaround
  Yves Orton                  7 files changed, 151 insertions(+), 24 deletions
  https://github.com/Perl/perl5/commit/b26de9cd3059116c

  regcomp.c: fix long lines or unnecessary line breakage
  Yves Orton                  1 file changed, 10 insertions(+), 16 deletions(-
  https://github.com/Perl/perl5/commit/0eda2e90e8540d16

  regex engine: Issue #19168 - Fix variable length lookbehind matches
  Yves Orton                  7 files changed, 420 insertions(+), 354 deletion
  https://github.com/Perl/perl5/commit/96ae1d9972af183b

  regcomp.c: add whitespace to avoid =* as a symbol
  Yves Orton                  1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/470d0903ca48d99b

Martian commit 38c80efefc43f9f325ae37ed69f9f219f924a55d
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/38c80efefc43f9f3

  POD typo fix: suroutine -> subroutine
  Matthew Horsfall            2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/38c80efefc43f9f3

Martian commit 59a205a6b4057199884c32a7d2253cb37cba767b
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/59a205a6b4057199

  use neutral form for parameter
  Bernd                       1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/59a205a6b4057199

Martian commit 4003e8a18fab0da4110cbe4071dc0df90068d4cd
1 commit.  1 unique author.  1 unique committer.
Net code removal: Bernd (3 lines)
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4003e8a18fab0da4

  fix typo in perl5358delta
  Bernd                       1 file changed, 3 deletions(-)
  https://github.com/Perl/perl5/commit/4003e8a18fab0da4

Martian commit 33af776dd2c37de92aa9a9b5bcd69a07b9f75cff
5 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/33af776dd2c37de9

  Add 'signatures' to :5.36 feature bundle
  Paul "LeoNerd" Evans        6 files changed, 35 insertions(+), 24 deletions(
  https://github.com/Perl/perl5/commit/33af776dd2c37de9

  Update various documentation files
  Paul "LeoNerd" Evans        6 files changed, 85 insertions(+), 69 deletions(
  https://github.com/Perl/perl5/commit/2e55810dba921e16

  Remove 'no warnings experimental::signatures' from support files
  Paul "LeoNerd" Evans        10 files changed, 7 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/8c948a31920a01f2

  Don't emit experimental::signatures warning (closes #13681)
  Paul "LeoNerd" Evans        4 files changed, 171 insertions(+), 179 deletion
  https://github.com/Perl/perl5/commit/e8dd42fecda113cc

  perl5db.pl needs to use :prototype() attribute to set sub prototypes
  Paul "LeoNerd" Evans        1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/03416747b4c109cb

Ignored 50 GitHub auto-generated merge commits

Thread Previous


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