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

Perl 5 Commit Summary

Thread Previous
From:
Perl 5 commit summary
Date:
March 9, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20220309031130.574C3AFF01@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
34 commits.  11 unique authors.  7 unique committers.
155 files changed, 1274 insertions(+), 711 deletions(-)
Thanks, applied:  Karl Williamson (9) Paul Evans (5) xenu (3)
                  Yves Orton (2) James E Keenan (1) ℕicolas ℝ (1)
Snapshot: http://github.com/Perl/perl5/tarball/3bdf66c3d47f0589

  Add tests for increased NV precision in Devel::Peek::Dump
  TAKAI Kousuke               1 file changed, 23 insertions(+)
  https://github.com/Perl/perl5/commit/3bdf66c3d47f0589

  do_sv_dump: increase NV precision to be output
  TAKAI Kousuke               1 file changed, 28 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d4f3575722c94cdc

  Mention in perldelta
  Paul "LeoNerd" Evans        1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/aae976026340be76

  Move sort's scalar context warning to new 'scalar' category
  Paul "LeoNerd" Evans        3 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/7fd94585290b7c48

  Add a new 'scalar' warnings category
  Paul "LeoNerd" Evans        3 files changed, 11 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/4c58833d2762c61b

  cpan/Test-Simple: sync with CPAN Test-Simple-1.302190
  Chad Granum                 75 files changed, 86 insertions(+), 79 deletions
  https://github.com/Perl/perl5/commit/f70b3f77e0c82e8e

  DB_File: sync with CPAN version 1.857
  James E Keenan              4 files changed, 7 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/7198711574449e84

  assert() PL_parser before trying to dereference it
  Paul "LeoNerd" Evans        1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/11e786a7a77aafa7

  perlhack: make language about 79-col lines laxer
  Ricardo Signes              1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/931014b91587ba43

  Rename is{bool,weak} to is_{bool,weak}
  Paul "LeoNerd" Evans        14 files changed, 107 insertions(+), 101 deletio
  https://github.com/Perl/perl5/commit/5a94615fd16a4fb4

  t/op/magic.t - Issue #19504 - fixup tests for utf8 $0
  Yves Orton                  1 file changed, 15 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/ebd227f24001c3df

  Fix GH Issue #19472: read warnings from open($fh,">",\(my $x))
  Yves Orton                  3 files changed, 43 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/8b03aeb95ab72abd

  Perl_newSV_type_mortal - new inline function introduced and used
  Richard Leach               16 files changed, 110 insertions(+), 56 deletion
  https://github.com/Perl/perl5/commit/7ea8b04b5a0e6952

  Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)
  Richard Leach               14 files changed, 43 insertions(+), 43 deletions
  https://github.com/Perl/perl5/commit/8fcb24256a3027cb

  Make newSV_type an inline function
  Richard Leach               8 files changed, 525 insertions(+), 370 deletion
  https://github.com/Perl/perl5/commit/75acd14e43f2ffb6

  reg_mesg.t: Wasn't testing what it purported to be
  Karl Williamson             1 file changed, 15 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/4f1687891150dded

  Porting/epigraphs - Add epigraph for 5.34.1-RC2
  Steve Hay                   1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/eabfb4c695fff3ad

  5.34.1-RC2 today
  Steve Hay                   1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/db4317757610c289

  Fix utf8_to_uvchr for non-core calls
  Karl Williamson             1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d1e771d8c5331685

  perlrun.pod and INSTALL: document PERL_PERTURB_KEYS better
  Yves Orton                  2 files changed, 29 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/257221650c51b227

  Properly handle UTF8-flagged strings when assigning to $0.
  Felipe Gasper               4 files changed, 100 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/2d3b3561a39bb17f

  utf8_to_uvchr_buf_helper: Check before deref
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/286a1bfd696eb9d8

  Fixed possible syntax error in Configure's test program for Inf/NaN bytes.
  TAKAI Kousuke               1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/3aea88f20c1f2a8d

  utf8.c: Klortho advises: Check before deref
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/f85e795837ef67ed

  ExtUtils-ParseXS: bump version to 3.45
  Brad Barden                 11 files changed, 13 insertions(+), 10 deletions
  https://github.com/Perl/perl5/commit/b4ac6eccc2cd6d53

  ExtUtils-ParseXS: fix 002-more.t plan
  Brad Barden                 1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/aca39917a9d11faf

  ExtUtils::ParseXS: add OVERLOAD regression tests
  Brad Barden                 2 files changed, 17 insertions(+)
  https://github.com/Perl/perl5/commit/d59b1e4767309900

  ExtUtils::ParseXS: fix OVERLOAD/FALLBACK handling
  Brad Barden                 1 file changed, 33 insertions(+), 18 deletions(-
  https://github.com/Perl/perl5/commit/23ef31c5897c5768

  Add test for the previous commit fixing Perl_my_strtod
  TAKAI Kousuke               3 files changed, 32 insertions(+)
  https://github.com/Perl/perl5/commit/def4fa880cb6467a

  numeric.c: Fix possible null pointer dereferences
  TAKAI Kousuke               1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/b4603d09e3b40cd3

  Add new email for Brad Barden
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/61cf68d3b867f546

  utf8.c: Fix typo in comment
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4c46f86af833dea4

  perl.c: Remove run time docs and redundant support for -DH
  Yves Orton                  1 file changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/b9b389c2327b1cca

  hv.c: ALWAYS perform in_collision check
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a977878db2027d63

Current branch maint-5.34
12 commits.  4 unique authors.  1 unique committer.
8 files changed, 34 insertions(+), 18 deletions(-)
Thanks, applied:  Steve Hay (4)
Snapshot: http://github.com/Perl/perl5/tarball/45e08052f95c5692

  Porting/epigraphs - Add epigraph for 5.34.1-RC2
  Steve Hay                   1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/45e08052f95c5692

  Disarm patchlevel.h and regen META.json
  Steve Hay                   2 files changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bb1dee52397a6331

  Bump to RC2 and update META.json
  Steve Hay                   2 files changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/23fa289c91349497

  Finalize perldelta
  Steve Hay                   1 file changed, 8 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/e0f0c031c54e14cc

  Update perldelta modules
  Steve Hay                   1 file changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/3f425f42494a6b39

  Update Module::CoreList
  Steve Hay                   2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bb7b4e3301d8399b

  5.34.1-RC2 today
  Steve Hay                   1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/10e54609d8cf2638

  hv.c: ALWAYS perform in_collision check
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/96fcd8bed7d5ff51

  Bump GDBM_File's $VERSION for previous cherry picks
  Steve Hay                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/7c99e246fa01e58f

  Correct grammar/spelling problems
  James E Keenan              1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/667aa13b58d9cc30

  Fix definition of ITEM_NOT_FOUND for pre-1.13 versions.
  Sergey Poznyakoff           1 file changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/69e00c95ee1b5281

  Fix GDBM_File to compile with version 1.20 and earlier
  Sergey Poznyakoff           1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/9bbcd29d17b12d74

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

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

  Remove cherry picked commit
  Steve Hay                   1 file changed, 1 insertion(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/f6713b81c18bb575

  khw votes for hash collision check
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/dfeee73b02721db5

  Fix commit ID and add vote
  Steve Hay                   1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/3b64f39ccbc97cc2

  Remove cherry picked commit
  Steve Hay                   1 file changed, 2 deletions(-)
  https://github.com/Perl/perl5/commit/532eec3d02eed14d

  add cd1eee8bc1 hv.c: ALWAYS perform in_collision check
  Yves Orton                  1 file changed, 4 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/79ea7eb04c4e57ee

Current branch yves/fix_accept
1 commit.  1 unique author.  1 unique committer.
175 files changed, 1892 insertions(+), 1101 deletions(-)

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

  WIP: a fix for ACCEPT that breaks tons of other stuff
  Yves Orton                  2 files changed, 25 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/e8f2ebc1c2e2cad1

Current branch yves/gen_authors_from_commit
3 commits.  1 unique author.  1 unique committer.
94 files changed, 2092 insertions(+), 1070 deletions(-)

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

  Porting/exec-bit.txt - sort list of files
  Yves Orton                  1 file changed, 23 insertions(+), 23 deletions(-
  https://github.com/Perl/perl5/commit/f4305237d61f5e75

  improved .mailmap and AUTHORS file logic
  Yves Orton                  7 files changed, 2655 insertions(+), 88 deletion
  https://github.com/Perl/perl5/commit/59a26dcdb30c5ee4

  checkAUTHORS.pl - allow the script to be used as a module.
  Yves Orton                  1 file changed, 67 insertions(+), 61 deletions(-
  https://github.com/Perl/perl5/commit/a1dea66a1e160ba6

New branch yves/document_demarcated_variable_form_better
3 commits.  1 unique author.  1 unique committer.

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

  perlvar.pod - add more info about demarcated variable form
  Yves Orton                  1 file changed, 20 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/f064dea034d8d523

  pod/perlre.pod - document @{^CAPTURE} magic variable
  Yves Orton                  1 file changed, 16 insertions(+)
  https://github.com/Perl/perl5/commit/0c6dcc59bbe1dc18

  pod/perldata.pod - document demarcated var form (curly braces) better
  Yves Orton                  1 file changed, 97 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/2990226082f21e92

New branch yves/document_perturb_keys_better
1 commit.  1 unique author.  1 unique committer.

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

  perlrun.pod and INSTALL: document PERL_PERTURB_KEYS better
  Yves Orton                  2 files changed, 29 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/aadb56abc6170e10

New branch yves/improve_test_and_debug_hash_randomization
7 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/83e3102124c191f0

  hv.c - rework PL_hash_rand_bits update logic, add tests, -Dh debug mode
  Yves Orton                  11 files changed, 302 insertions(+), 58 deletion
  https://github.com/Perl/perl5/commit/83e3102124c191f0

  hv_func.h - switch sbox32 initializer to use the 128 bit seeding logic
  Yves Orton                  2 files changed, 20 insertions(+), 67 deletions(
  https://github.com/Perl/perl5/commit/c5b3b06dc1b8bc6d

  test.pl - rework runperl_and_capture() to be a bit easier to use
  Yves Orton                  1 file changed, 49 insertions(+), 19 deletions(-
  https://github.com/Perl/perl5/commit/cca1a0d040197f6b

  test.pl - move runperl_and_capture() out of runenv.t
  Yves Orton                  2 files changed, 37 insertions(+), 37 deletions(
  https://github.com/Perl/perl5/commit/81c9b0eeaf4a5681

  test.pl - add unlink_tempfiles()
  Yves Orton                  1 file changed, 6 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4f6f35d9a23fd450

  test.pl - allow more than 676 tempfiles() in one process
  Yves Orton                  1 file changed, 21 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/1d2b7368f9f231ff

  INSTALL - fix broken pod in PERL_PERTURB_KEYS docs
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/baaf9ae574597d65

Deleted branch khw

Deleted branch smoke-me/jkeenan/gh-19482-maint-5.34-gdbm-problem-20220303

Deleted branch yves/fix_19472_warns_on_undef_scalar_ref_open

Martian commit 3577e26a3128cc758ab4df2def0016a5799c53b1
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/3577e26a3128cc75

  Mention in perldelta
  Paul "LeoNerd" Evans        1 file changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/3577e26a3128cc75

  Move sort's scalar context warning to new 'scalar' category
  Paul "LeoNerd" Evans        3 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/467eb71d1a37778a

  Add a new 'scalar' warnings category
  Paul "LeoNerd" Evans        3 files changed, 11 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/67e8e39f9353a628

Martian commit 2a4b21c06a4e16e5c27547aec20663fdca96d30e
2 commits.  1 unique author.  1 unique committer.

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

  Add tests for increased NV precision in Devel::Peek::Dump
  TAKAI Kousuke               1 file changed, 23 insertions(+)
  https://github.com/Perl/perl5/commit/2a4b21c06a4e16e5

  do_sv_dump: increase NV precision to be output
  TAKAI Kousuke               1 file changed, 28 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a1e3c215d83721b8

Martian commit 6f59b69e76b8d3256772f8e9b753f9004329adb9
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/6f59b69e76b8d325

  assert() PL_parser before trying to dereference it
  Paul "LeoNerd" Evans        1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/6f59b69e76b8d325

Martian commit 5caabca48e3b861e584b092c56f84ded7ac5f1d5
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/5caabca48e3b861e

  Rename is{bool,weak} to is_{bool,weak}
  Paul "LeoNerd" Evans        14 files changed, 107 insertions(+), 101 deletio
  https://github.com/Perl/perl5/commit/5caabca48e3b861e

Martian commit 75d957eba212a2f46afc9cc30c3d9a38daa84a99
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/75d957eba212a2f4

  t/op/magic.t - Issue #19504 - fixup tests for utf8 $0
  Yves Orton                  1 file changed, 15 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/75d957eba212a2f4

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

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

  Perl_newSV_type_mortal - new inline function introduced and used
  Richard Leach               16 files changed, 110 insertions(+), 56 deletion
  https://github.com/Perl/perl5/commit/f327c5a3f80d872b

  Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)
  Richard Leach               14 files changed, 43 insertions(+), 43 deletions
  https://github.com/Perl/perl5/commit/a481bf75b5401972

  Make newSV_type an inline function
  Richard Leach               8 files changed, 525 insertions(+), 370 deletion
  https://github.com/Perl/perl5/commit/e4a0623e6a255d74

Martian commit dc620e0944c3586e62803d366f7b0cc0df9a6162
1 commit.  1 unique author.  1 unique committer.

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

  perlhack: make language about 79-col lines laxer
  Ricardo Signes              1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/dc620e0944c3586e

Martian commit 228103d2f8ec6cc8d8b8f67893fff3995c3caf69
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/228103d2f8ec6cc8

  Properly handle UTF8-flagged strings when assigning to $0.
  Felipe Gasper               4 files changed, 100 insertions(+), 1 deletion(-
  https://github.com/Perl/perl5/commit/228103d2f8ec6cc8

Martian commit 052b3e3cc4c54226a0b2068c9a214008e039f402
1 commit.  1 unique author.  1 unique committer.
Thanks, applied:  GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/052b3e3cc4c54226

  Merge branch 'Perl:blead' into overload_fixes
  Brad Barden                 2 parents
  https://github.com/Perl/perl5/commit/052b3e3cc4c54226

Martian commit c3ae7c3f3af318f2a27c445ed0084d814901c5c5
1 commit.  1 unique author.  1 unique committer.

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

  perl.c: Remove run time docs and redundant support for -DH
  Yves Orton                  1 file changed, 7 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c3ae7c3f3af318f2

Martian commit cd1eee8bc15db2e64794ea43d06e14a705936eb6
1 commit.  1 unique author.  1 unique committer.

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

  hv.c: ALWAYS perform in_collision check
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/cd1eee8bc15db2e6

Martian commit a36536561cb6286bb69c2657ab90d97662c9fde3
1 commit.  1 unique author.  1 unique committer.

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

  Add test for the previous commit fixing Perl_my_strtod
  TAKAI Kousuke               3 files changed, 32 insertions(+)
  https://github.com/Perl/perl5/commit/a36536561cb6286b

Ignored 37 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