Groups | Search | Server Info | Login | Register


Groups > perl.perl5.porters > #99868

Perl 5 Commit Summary

Newsgroups perl.perl5.porters
Subject Perl 5 Commit Summary
Message-ID <20260304032545.C45A0B083B@dromedary.p5h.org> (permalink)
Date 2026-03-04 03:25 +0000
From NWCLARK@cpan.org (Perl 5 commit summary)

Show all headers | View raw


Perl 5 commit summary, activity since Saturday

Current branch blead
28 commits.  6 unique authors.  6 unique committers.
38 files changed, 1057 insertions(+), 568 deletions(-)
Thanks, applied:  James E Keenan (1)
Snapshot: http://github.com/Perl/perl5/tarball/13e8b5a0390e6b9c

  perlxstut.pod: Fix a path, simplify
  Harald Jörg                 1 file changed, 5 insertions(+), 44 deletions(-)
  https://github.com/Perl/perl5/commit/13e8b5a0390e6b9c

  rpp_pop_1_norc: Add missing statement terminator
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/26ef1f35e13627fc

  perlapi: Clean up sv_streq() and sv_eq() entries
  Karl Williamson             1 file changed, 23 insertions(+), 19 deletions(-
  https://github.com/Perl/perl5/commit/d2e9204c945bfcfa

  grok_uint_by_base: Avoid to-be-discarded work
  Karl Williamson             1 file changed, 54 insertions(+), 36 deletions(-
  https://github.com/Perl/perl5/commit/c3d3248ca915de93

  grok_uint_by_base: Change parameter name
  Karl Williamson             4 files changed, 37 insertions(+), 34 deletions(
  https://github.com/Perl/perl5/commit/83141f96c58a460f

  perlapi: Combine pad_add_name_pvs with similar entries
  Karl Williamson             2 files changed, 21 insertions(+), 27 deletions(
  https://github.com/Perl/perl5/commit/746135fdef928ba2

  perldelta for empty array field initializer fix
  Lukas Mai                   1 file changed, 12 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/686476440bcaa036

  class.c: allow array fields w/ empty initializer
  Lukas Mai                   2 files changed, 31 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/73f24195f701445f

  Update Porting/Maintainers.pl for release of ExtUtils-ParseXS-3.61
  Leon Timmermans             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/16098f4c5627be67

  perldelta for refassigning to a class field leads to a crash
  Tony Cook                   1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/2a50be8418182436

  pp_methstart: ensure we release the right SV on method exit
  Tony Cook                   2 files changed, 8 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/6b4504427fa4986e

  class/method.t: test for crash on refaliased field
  Tony Cook                   1 file changed, 25 insertions(+)
  https://github.com/Perl/perl5/commit/f67317ac46bd8d6c

  Implement `foreach \LEXICAL (...)` without lvref magic
  Paul Evans                  4 files changed, 40 insertions(+), 50 deletions(
  https://github.com/Perl/perl5/commit/de3c4f2f659a682a

  Split tests for B::Deparse refaliasing into two sections
  Paul Evans                  1 file changed, 49 insertions(+), 45 deletions(-
  https://github.com/Perl/perl5/commit/019cd2fc13f3da15

  perlapi: Combine hv_iternext(_flags)? entries
  Karl Williamson             1 file changed, 9 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/3ecc21b425cd2076

  perlapi: Combine hv_iterkey(sv)?
  Karl Williamson             1 file changed, 10 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/e1327bb47f1a31b1

  Use isEVEN, isODD
  Karl Williamson             5 files changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/499fad9e1bcb2e56

  perlxs: Note documented a few symbols
  Karl Williamson             2 files changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b97dbfa9e19d0445

  perlxs: Fix spelling error
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/415ded7aac64ec00

  perlxs: Discuss Perl-defined symbols in namespace
  Karl Williamson             1 file changed, 46 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/14862ccd2e448e54

  embed.pl: Restrict and document names reserved for Perl use
  Karl Williamson             1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/f39662ded35a8879

  Implement PPC 0026: Enhanced qr//xx
  Karl Williamson             13 files changed, 589 insertions(+), 235 deletio
  https://github.com/Perl/perl5/commit/5d133987f3a0e001

  regcomp.c: Add three (temporarily) unused arguments
  Karl Williamson             4 files changed, 24 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/b1211e617ebceaaa

  regcomp.c: Change calling sequence of static function
  Karl Williamson             4 files changed, 21 insertions(+), 21 deletions(
  https://github.com/Perl/perl5/commit/eded942564ff00c5

  regcomp.c: Add two (temporarily) unused arguments
  Karl Williamson             4 files changed, 26 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/fd97e7b9dd5344d2

  regcomp.c: Convert macro to function
  Karl Williamson             4 files changed, 34 insertions(+), 14 deletions(
  https://github.com/Perl/perl5/commit/371adf5698f4c633

  toke.c: Add blank line to comment
  Karl Williamson             1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/a0eb67bfb990697a

  op_reg_common.h: Remove temporary workaround
  Karl Williamson             1 file changed, 12 deletions(-)
  https://github.com/Perl/perl5/commit/618a269f4db39bc8

Martian commit 1aedc7aee0df39badadc5d1bfa3a8e77ae71a421
1 commit.  1 unique author.  1 unique committer.

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

  perlapi: Combine pad_add_name_pvs with similar entries
  Karl Williamson             2 files changed, 21 insertions(+), 27 deletions(
  https://github.com/Perl/perl5/commit/1aedc7aee0df39ba

Martian commit 79955d5a336073b7309dfcb71ef8dbdcbe1e1651
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/79955d5a336073b7

  perlxstut.pod: Fix a path, simplify
  Harald Jörg                 1 file changed, 5 insertions(+), 44 deletions(-)
  https://github.com/Perl/perl5/commit/79955d5a336073b7

Martian commit 5301a84ba727d8f7ec517b49b050ffd29db91b75
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/5301a84ba727d8f7

  perldelta for empty array field initializer fix
  Lukas Mai                   1 file changed, 12 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5301a84ba727d8f7

  class.c: allow array fields w/ empty initializer
  Lukas Mai                   2 files changed, 31 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/cfe13b20337874fc

Martian commit 56eacab8fa208cbad33fc042aed0c0946799301f
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/56eacab8fa208cba

  grok_uint_by_base: Avoid to-be-discarded work
  Karl Williamson             1 file changed, 54 insertions(+), 36 deletions(-
  https://github.com/Perl/perl5/commit/56eacab8fa208cba

  grok_uint_by_base: Change parameter name
  Karl Williamson             4 files changed, 37 insertions(+), 34 deletions(
  https://github.com/Perl/perl5/commit/e3c6ddb5acf7e5e1

Martian commit a9ce4d60599ec094037b3e8d467e7b2f1ba104c8
1 commit.  1 unique author.  1 unique committer.

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

  Manually set SvIVX when copying PL_linestr via newSVsv
  Richard Leach               1 file changed, 13 insertions(+)
  https://github.com/Perl/perl5/commit/a9ce4d60599ec094

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

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

  perlxs: Note documented a few symbols
  Karl Williamson             2 files changed, 7 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ead3db504024a20f

  perlxs: Fix spelling error
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4bcf57ecc20b336a

  perlxs: Discuss Perl-defined symbols in namespace
  Karl Williamson             1 file changed, 46 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/41663b105e9cbaf0

Martian commit cc15912617e232b6a71ec976d297c24cfdce937c
1 commit.  1 unique author.  1 unique committer.

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

  Use isEVEN, isODD
  Karl Williamson             5 files changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/cc15912617e232b6

Ignored 84 GitHub auto-generated merge commits

Back to perl.perl5.porters | Previous | Next | Find similar


Thread

Perl 5 Commit Summary NWCLARK@cpan.org (Perl 5 commit summary) - 2026-03-04 03:25 +0000

csiph-web