Groups | Search | Server Info | Login | Register


Groups > perl.perl5.porters > #99861

Perl 5 Commit Summary

Newsgroups perl.perl5.porters
Path csiph.com!fu-berlin.de!bofh.it!nntp.perl.org
Xref csiph.com perl.perl5.porters:99861
Return-Path <NWCLARK@cpan.org>
Mailing-List contact perl5-porters-help@perl.org; run by ezmlm
Delivered-To mailing list perl5-porters@perl.org
Received (qmail 30043 invoked from network); 14 Feb 2026 03:06:21 -0000
Received from xx1.develooper.com (147.75.38.233) by x6.develooper.com with SMTP; 14 Feb 2026 03:06:21 -0000
Received from inbound-egress-7.mailchannels.net (inbound-egress-7.mailchannels.net [23.83.220.5]) by xx1.develooper.com (Postfix) with ESMTP id 69D287C18B for <perl5-porters@perl.org>; Fri, 13 Feb 2026 19:06:21 -0800 (PST)
ARC-Seal i=1; a=rsa-sha256; d=mailchannels.net; s=arc-2022; cv=none; t=1771038380; b=GegCms5YnRSQohSTQTZvYN1tm2dWnSc+LRfeVYU//5PSLJnvIXOj6OW6qNhnkFA8KHw3Mx v1Ble7SoJBNP+YedCm/CAWPza8IlDPBc7iP9e7O0WiBoHzzas85E+52yTucGkmdw0/Y+N1 OQboefAven56BgdoGCx5CyvQEM6C4/GKXBJKrdkQkpzhHLlC3q4lIMQ4645nJHRSs2I+Rg 7VxFbhF82/+1TTPSh5xdV2YkqcYHjvO+IkvZTln/qkcQQKBLoWznhA0Atc6qI4N+NtZOHZ 3dskis+k18pgPoYdHm1Vj81vRL8BwQ2Cx3k1YowKwabrWqT4hQcGQN8w06cHOQ==
ARC-Message-Signature i=1; a=rsa-sha256; c=relaxed/relaxed; d=mailchannels.net; s=arc-2022; t=1771038380; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zzgKJdPOejvyew7ns4tRXq6t24Usvid3oPynGBlEMZM=; b=Bsbyk3Ol/FUYCwhKOik5xGgB+ZmbJ7/GeW41+Zzv3374STPlwsbitFRQwnXO4UZk3HkjpG Sdvav7lwEvkdL8nWliqC/q4RQZR7+XPVHfuKDwNTSK5mby9mhlHWEo3nlGPgSUMk6sBKbu 8SMqhrNOXeMOMBGsIv+7pZSlL+eC6KYCoSv52tIPNgX/DLAr3A9ScGihhvCjGU/vYlIcXi IbOy7EGfoOFS0yAKLrpgOdbJpgtUlHIGrmLJyF1hHtFVHn+y9aWh8GOJFAm5MtM3g+AdjV +K5K+wzixdxcgJIwCmTNCBwLlN0H/olpoLBluLv2eHibsFN2g2LUpJkna2d2cw==
ARC-Authentication-Results i=1; inbound-rspamd-56bdf96877-gdxgx; none
X-Message-ID zcRHa9Gn1dCD1A3X7WgqDi8L
Received from dromedary.p5h.org ([UNAVAILABLE]. [188.166.18.220]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384) by 100.101.116.103 (trex/7.1.3); Sat, 14 Feb 2026 03:06:20 +0000
Authentication-Results inbound.mailchannels.net; spf=none smtp.mailfrom=NWCLARK@cpan.org; dkim=none; dmarc=fail (policy=none; pct=100; status=none); arc=none
Received-SPF none (dmarc-service-79fbc8656b-vl75p: cpan.org does not provide an SPF record) client-ip=188.166.18.220; envelope-from=NWCLARK@cpan.org; helo=dromedary.p5h.org;
Received by dromedary.p5h.org (Postfix, from userid 1002) id 2805DB083B; Sat, 14 Feb 2026 03:06:18 +0000 (UTC)
To perl5-porters@perl.org
Subject Perl 5 Commit Summary
Content-Transfer-Encoding 8bit
Content-Type text/plain; charset="utf-8"
X-Mailer /home/nick/Summary/summary.pl
Message-ID <20260214030618.2805DB083B@dromedary.p5h.org> (permalink)
Date Sat, 14 Feb 2026 03:06:18 +0000 (UTC)
Approved news@nntp.perl.org
From NWCLARK@cpan.org (Perl 5 commit summary)

Show key headers only | View raw


Perl 5 commit summary, activity since Wednesday

Current branch blead
26 commits.  8 unique authors.  6 unique committers.
86 files changed, 2697 insertions(+), 900 deletions(-)
Thanks, applied:  James E Keenan (6) Philippe Bruhat (BooK) (2)
                  Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/0a8c4c4773ace58c

  varname: wrap the control character variables in braces when needed
  Philippe Bruhat (BooK)      3 files changed, 38 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/0a8c4c4773ace58c

  TO SQUASH - add a fudge factor
  Richard Leach               1 file changed, 9 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ce0ac1ec9428f9d6

  S_invlist_trim - don't SvPV_renew where no change is likely
  Richard Leach               1 file changed, 21 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/bc1f0aee31c0ae9e

  Close padding hole in Perl_OpDumpContext struct
  Richard Leach               1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/0595bf7365bd73ca

  Re-order Configure after metaconfig backports
  H.Merijn Brand              1 file changed, 116 insertions(+), 116 deletions
  https://github.com/Perl/perl5/commit/8ebe3e246ee71e7e

  perlapi: Document toCTRL
  Karl Williamson             2 files changed, 41 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/7e66b88e5db0f9c5

  perlapi: 'line_t' does not belong wih isFOO macros
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/76a27fa441a3665c

  Bugfix for PadnameFIELDINFO on thread cloning (GH#24150)
  Paul Evans                  2 files changed, 12 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/31d80bb9b49240f1

  Use a temporary variable to build fieldinfo into
  Paul Evans                  1 file changed, 8 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/ab428ebf6228ca03

  cpan/IO-Compress - Update to version 2.217
  Paul Marquess               37 files changed, 230 insertions(+), 160 deletio
  https://github.com/Perl/perl5/commit/442169db4a6f9b15

  cpan/Compress-Raw-Bzip2 - Update to version 2.217
  Paul Marquess               3 files changed, 5 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/039e4b9a90ff59b8

  cpan/Compress-Raw-Zlib - Update to version 2.218
  Paul Marquess               3 files changed, 10 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/832426b173c7a210

  embed.pl: Create long_names.c and populate it
  Karl Williamson             13 files changed, 1510 insertions(+), 349 deleti
  https://github.com/Perl/perl5/commit/4d526fc8af14c3f0

  embed.pl: White space only
  Karl Williamson             1 file changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/5e764f515d03bda5

  embed.pl: Split #if..#else into two #if's
  Karl Williamson             1 file changed, 7 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/bafb003b3b0fc17f

  embed.pl: Use equivalent expression for conditionals
  Karl Williamson             1 file changed, 6 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/bfe7acce9a489ff7

  embed.pl: Replace $_ by a mnemonic name
  Karl Williamson             1 file changed, 5 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/954ac2d6d4749bbb

  embed.pl: Move declaration closer to first use
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/25426f6691f1c11d

  cpan/CPAN-Meta: Update to CPAN version 2.150012
  Ricardo Signes              15 files changed, 189 insertions(+), 169 deletio
  https://github.com/Perl/perl5/commit/71307cc9a82867ad

  cpan/DB_File - Update to version 1.860
  Paul Marquess               5 files changed, 42 insertions(+), 13 deletions(
  https://github.com/Perl/perl5/commit/25ecea76e754c5d0

  cpan/Config-Perl-V - Update to version 0.39
  H.Merijn Brand              5 files changed, 384 insertions(+), 4 deletions(
  https://github.com/Perl/perl5/commit/281f4cce5997fa35

  Math-Complex/ChangeLog: fix old spelling error
  James E Keenan              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/d9c59538db7c944f

  Rearrange SvFLAGS bits to make a spare one for scalars
  Paul Evans                  2 files changed, 16 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/0dda2e7f64b2da82

  SvOOK only applies to scalar-shaped SVs, when !SvROK
  Paul Evans                  2 files changed, 14 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/c06c90a32868414d

  add index entries for filehandle methods
  Philippe Bruhat (BooK)      1 file changed, 22 insertions(+), 22 deletions(-
  https://github.com/Perl/perl5/commit/dfa857d12e2c14dd

  add missing sigils to some variables index entries in perlvar
  Philippe Bruhat (BooK)      1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/ca90da0487dc8111

Current branch book/gh24135
1 commit.  1 unique author.  1 unique committer.
249 files changed, 26571 insertions(+), 18326 deletions(-)

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

  varname: wrap the control character variables in braces when needed
  Philippe Bruhat (BooK)      3 files changed, 38 insertions(+), 8 deletions(-
  https://github.com/Perl/perl5/commit/a0e69f0b3480b030

New branch book/p-modifier-is-a-noop
3 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/432b96a3328e7734

  perldelta entry about the neutering of /p
  Philippe Bruhat (BooK)      1 file changed, 11 insertions(+)
  https://github.com/Perl/perl5/commit/432b96a3328e7734

  document the new behaviour of /p
  Philippe Bruhat (BooK)      2 files changed, 27 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/38f00a1fb6754d42

  make /p a no-op
  Philippe Bruhat (BooK)      2 files changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/502da7e0422c94f3

New branch davem/cond_null
9 commits.  1 unique author.  1 unique committer.

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

  op_dump(): display OTHER on newish LOGOPs
  David Mitchell              1 file changed, 7 insertions(+)
  https://github.com/Perl/perl5/commit/e903581dedfe64ba

  rpeep(): remove spurious flag setting on LOGOPs
  David Mitchell              1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/5ead9a175604e10b

  rpeep(): refactor: simplify deleting bare if blks
  David Mitchell              1 file changed, 33 insertions(+), 41 deletions(-
  https://github.com/Perl/perl5/commit/e3e070f0ad20fa32

  rpeep(): assert that some LOGOPs are done
  David Mitchell              1 file changed, 26 insertions(+)
  https://github.com/Perl/perl5/commit/21ca6f4ac3e2eef9

  rpeep(): refactor: tidy op_other handling.
  David Mitchell              1 file changed, 11 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/4816018c251494dc

  rpeep(): refactor: simplify catch() handling.
  David Mitchell              1 file changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/e814a5f88dbdce46

  optimise codeblocks of any/all functions
  David Mitchell              2 files changed, 19 insertions(+)
  https://github.com/Perl/perl5/commit/3761b673f2e58b77

  fix performance regression in empty ? :
  David Mitchell              2 files changed, 45 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/be7e97ed45337f6f

  rpeep(): refactor: simplify LOGOP handling
  David Mitchell              1 file changed, 13 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/bfd7e5c67cc6c6fc

Deleted branch book/perlvar-fixup

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

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

  perlapi: Document toCTRL
  Karl Williamson             2 files changed, 41 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/f44fcd94d5301442

  perlapi: 'line_t' does not belong wih isFOO macros
  Karl Williamson             1 file changed, 3 insertions(+)
  https://github.com/Perl/perl5/commit/16a3905633a69c5f

Martian commit 8f328672506510b1da94924b7ba1d7a122b9d1b7
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/8f328672506510b1

  Bugfix for PadnameFIELDINFO on thread cloning (GH#24150)
  Paul Evans                  2 files changed, 12 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/8f328672506510b1

  Use a temporary variable to build fieldinfo into
  Paul Evans                  1 file changed, 8 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/ec04be734b975844

Ignored 82 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-02-14 03:06 +0000

csiph-web