Perl 5 Commit Summary

[email protected] (Perl 5 commit summary) Sat, 11 Jul 2026 03:05:33 +0000 (UTC)
Newsgroups perl.perl5.porters
Message-ID <[email protected]>
Perl 5 commit summary, activity since Wednesday

Current branch blead
8 commits.  3 unique authors.  1 unique committer.
10 files changed, 417 insertions(+), 404 deletions(-)
Thanks, applied:  Leon Timmermans (3)
Snapshot: http://github.com/Perl/perl5/tarball/7874f2537a2c1831

  Remove unnecessary =back+=over from perldelta
  Leon Timmermans             1 file changed, 4 deletions(-)
  https://github.com/Perl/perl5/commit/7874f2537a2c1831

  Merge multiple lists in Performance Enhancements perldelta
  Bartosz Jarzyna             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/87d44b858eaf8fed

  Add sub signatures performance note to perldelta
  Bartosz Jarzyna             1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/e8323eac9ca79590

  Add epigraph for perl 5.44.0-RC2
  Leon Timmermans             1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/522e20af2780fc44

  Update perlhist and patchlevel.h for RC2
  Leon Timmermans             2 files changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/5a7d4b78f29428ce

  Update perldelta for perl 5.44.0-RC2
  Leon Timmermans             1 file changed, 6 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1e8269b8c4e48576

  Update Module::Corelist for perl-5.44.0-RC2
  Leon Timmermans             3 files changed, 33 insertions(+), 3 deletions(-
  https://github.com/Perl/perl5/commit/8fc88c4a4d7e41b8

  Generate proto.h entries for those marked 'X'
  Karl Williamson             3 files changed, 362 insertions(+), 390 deletion
  https://github.com/Perl/perl5/commit/e2ae0eeeb92e728d

Current branch release-5.44.0
2 commits.  1 unique author.  1 unique committer.
47 files changed, 2199 insertions(+), 2140 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/67d5579f7d709cff

  Remove RC2 marker from patchlevel.h for 5.44.0 release
  Leon Timmermans             2 files changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/67d5579f7d709cff

  Update perlhist and perlpolicy for 5.44
  Leon Timmermans             2 files changed, 20 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/24f2fcd3d0d4527e

Current branch yves/LTRIE
17 commits.  1 unique author.  1 unique committer.
13 files changed, 426 insertions(+), 402 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/9812224c3bf46521

  maybe silence compiler warning on win32?
  Yves Orton                  2 files changed, 17 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/9812224c3bf46521

  add an assert
  Yves Orton                  1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c9356a84bdad37af

  add TRIE_JUMP_TYPE_MAX define to embed.fnc - we need it in re.xs
  Yves Orton                  3 files changed, 4 insertions(+)
  https://github.com/Perl/perl5/commit/7b73ad81d8c2bf4e

  regexp: control preference for long trie nodes by default
  Yves Orton                  3 files changed, 58 insertions(+), 16 deletions(
  https://github.com/Perl/perl5/commit/62d5b6a3cb646cf1

  regexp: use regnext() for off-by-arg nodes in regexec
  Yves Orton                  1 file changed, 1 insertion(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/c76d318798f9d387

  t/re: stop forcing debug output in trie overflow test
  Yves Orton                  1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/89f9b00e94f51fca

  regexp: emit long trie nodes for large branch offsets
  Yves Orton                  3 files changed, 59 insertions(+), 38 deletions(
  https://github.com/Perl/perl5/commit/a0aec07b354d290f

  regexp: stop classifying trie dumps by opcode order
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/518508eeb49df292

  regexp: make trie accessors layout-aware
  Yves Orton                  2 files changed, 18 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/d4ab694fcfee6ddc

  regexp: add long trie regops
  Yves Orton                  4 files changed, 977 insertions(+), 921 deletion
  https://github.com/Perl/perl5/commit/137d558bb19dfa3f

  regexp: widen trie jump-table offsets
  Yves Orton                  4 files changed, 27 insertions(+), 18 deletions(
  https://github.com/Perl/perl5/commit/80a455d0085d74ce

  regexp: create bespoke trie node accessor/settor macros
  Yves Orton                  6 files changed, 34 insertions(+), 27 deletions(
  https://github.com/Perl/perl5/commit/a26bd3779f05ef2d

  regexp: reformat TRIE regnodes definition for consistency and readability
  Yves Orton                  1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/1eb7120b172346f5

  regen/regcomp.pl: show the bit vector as comment
  Yves Orton                  2 files changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/cac48148906738da

  regexp: remove trie opcode order assumptions
  Yves Orton                  3 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/843fc45a00de48b0

  add .ccache to .gitignore
  Yves Orton                  1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/32327d7a9b7b6f54

  makedepend - fix edge case bug in makedepend infra
  Yves Orton                  2 files changed, 22 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/7b253d045d437cf2

Current branch yves/split-apitest
1 commit.  1 unique author.  1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)

Snapshot: http://github.com/Perl/perl5/tarball/863307119c1fe23f

  bump version - squashme!
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/863307119c1fe23f

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

Snapshot: http://github.com/Perl/perl5/tarball/62a8fb5aa76e20e5

  handy.h - update docs for memEQ() / memEQs() to clairify their subtle differ
  Yves Orton                  2 files changed, 48 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/62a8fb5aa76e20e5

New branch yves/refactor_regcomp_sym
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/4b0a25cc2ef78996

  regen/regcomp.pl: fix pod NAME
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/4b0a25cc2ef78996

  regen/regcomp.pl - totally new regcomp.sym structure using data driven conf
  Yves Orton                  5 files changed, 4102 insertions(+), 1915 deleti
  https://github.com/Perl/perl5/commit/f7c35e906daecd4f

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

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

  Merge multiple lists in Performance Enhancements perldelta
  Bartosz Jarzyna             1 file changed, 8 deletions(-)
  https://github.com/Perl/perl5/commit/b87ab2057ee0bf0b

  Add sub signatures performance note to perldelta
  Bartosz Jarzyna             1 file changed, 9 insertions(+)
  https://github.com/Perl/perl5/commit/273686fb312ec5a8

Ignored 50 GitHub auto-generated merge commits