Groups | Search | Server Info | Login | Register


Groups > perl.perl5.porters > #99820

Perl 5 Commit Summary

Newsgroups perl.perl5.porters
Subject Perl 5 Commit Summary
Message-ID <20260124030658.B0C34B083B@dromedary.p5h.org> (permalink)
Date 2026-01-24 03:06 +0000
From NWCLARK@cpan.org (Perl 5 commit summary)

Show all headers | View raw


Perl 5 commit summary, activity since Wednesday

Current branch blead
73 commits.  5 unique authors.  4 unique committers.
58 files changed, 3472 insertions(+), 1409 deletions(-)
Thanks, applied:  Karl Williamson (2)
Snapshot: http://github.com/Perl/perl5/tarball/03e3af819d88d37d

  Add test for GH#16938 assertion failure
  Richard Leach               1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/03e3af819d88d37d

  embed.fnc: Change EPTR assert for sv_pos_u2b_foo to gt
  Karl Williamson             2 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/274208291baee708

  perlapi: Add small detail to hv_iterval
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/ac3b9fce9b67d45a

  Use `seed` instead of `u` for readability in Perl_seed()
  Scott Baker                 1 file changed, 8 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/3e7d794e7924305c

  Use `getentropy()` for seeding PRNG in Perl_seed()
  Scott Baker                 11 files changed, 53 insertions(+)
  https://github.com/Perl/perl5/commit/8d1c2aec21e98b95

  sbox32_hash.h: Add #undef's
  Karl Williamson             2 files changed, 256 insertions(+), 256 deletion
  https://github.com/Perl/perl5/commit/d4247bb256a4d295

  embed.pl: Remove no longer used sub
  Karl Williamson             1 file changed, 24 deletions(-)
  https://github.com/Perl/perl5/commit/682cd222bd5a2d7b

  embed.pl: Also consider #undef's
  Karl Williamson             2 files changed, 110 insertions(+), 9 deletions(
  https://github.com/Perl/perl5/commit/4b67bbf7f6a57e39

  embed.pl: Consider symbols visible only to extensions
  Karl Williamson             2 files changed, 124 insertions(+), 1733 deletio
  https://github.com/Perl/perl5/commit/46bf0cf5e8ba9da6

  embed.pl: Add cpp constraints for .h files
  Karl Williamson             1 file changed, 67 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/5ed1b2fcbe3de3ef

  embed.pl: Compare cpp visibility with desired
  Karl Williamson             2 files changed, 1860 insertions(+), 23 deletion
  https://github.com/Perl/perl5/commit/6731bcd053a0deaa

  regen/HeaderParser: _reduce_conds: Return more than a bool
  Karl Williamson             1 file changed, 39 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/c0955b6422a96c7d

  embed.pl: Assume Perl reserved symbols are visible
  Karl Williamson             1 file changed, 18 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/d3cd2a8764d1de52

  embed.pl: Formalize reserved Perl symbols
  Karl Williamson             1 file changed, 28 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/38df3f38350d96d9

  embed.pl: Add some comments
  Karl Williamson             1 file changed, 33 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/2166122145434316

  embed.pl: Use 'next' to remove an else
  Karl Williamson             1 file changed, 38 insertions(+), 39 deletions(-
  https://github.com/Perl/perl5/commit/8178bdb9ed858323

  embed.pl: Swap order of conditionals
  Karl Williamson             1 file changed, 13 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/e4cec3d716520027

  embed.pl: Add constraints
  Karl Williamson             1 file changed, 52 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/46c37430a017ab0a

  embed.pl: Handle case of multiple flags for an element
  Karl Williamson             2 files changed, 69 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/1fd7f0165baef683

  embed.pl: Add sub-hash
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b0655cabd0c4543b

  embed.pl: Extract common code into a function
  Karl Williamson             1 file changed, 19 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/6355afcfa251eb45

  embed.pl: Pass file name to subroutine
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/ac8278ef3fd0a503

  embed.pl: Remove some commented out code
  Karl Williamson             1 file changed, 6 deletions(-)
  https://github.com/Perl/perl5/commit/404a19b06bad5293

  embed.pl: Use a separate loop for a hash
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/9ef0d33ac69fb4ef

  embed.pl: Move declaration
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/ada54ac219400f08

  embed.pl: Save hash elem into $var to make more readable
  Karl Williamson             1 file changed, 4 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/13b09f53da8f8311

  embed.pl: Rename variable
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/f3e59cad188525ae

  embed.pl: Move pattern definition to only use
  Karl Williamson             1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/c33265be379f7614

  embed.pl: Improve detection of system symbols
  Karl Williamson             1 file changed, 123 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/943b938012ab5eeb

  embed.pl: Split an 'if' into two
  Karl Williamson             1 file changed, 9 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/ada434ed89119784

  embed.pl: Recategorize libc symbols
  Karl Williamson             1 file changed, 11 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/2784d222e20006c7

  embed.pl: Add comments
  Karl Williamson             1 file changed, 48 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/6399e4abe5f5c776

  embed.pl: Move more code to earlier in the file
  Karl Williamson             1 file changed, 40 insertions(+), 40 deletions(-
  https://github.com/Perl/perl5/commit/37f79c58e90d42f1

  embed.pl: Rename variable
  Karl Williamson             1 file changed, 10 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/f210eba1a5697a1f

  embed.pl: Move code to earlier in file
  Karl Williamson             1 file changed, 15 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/aa3eb59ab963be99

  embed.pl: Add some comments
  Karl Williamson             1 file changed, 38 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/b00a943889ac8ce3

  embed.pl: Move comments
  Karl Williamson             1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/086ad9905f37508d

  embed.pl: Remove config.h from file skip list
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/eb5764fa6cc69091

  embed.fnc: Add string assertions for S_intuit-more
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/ff31f47a54f1b920

  embed.fnc: Add string arg assertions for S_packlist
  Karl Williamson             2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/31d13f8ab7d718bc

  embed.fnc: Add string arg assertions for S_incline
  Karl Williamson             2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c6c2ced1e9266b7f

  embed.fnc: Add string args assertions for S_wildcard
  Karl Williamson             2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/6a3909491083f8c0

  embed.fnc: Add EPTRtermNUL
  Karl Williamson             3 files changed, 52 insertions(+), 31 deletions(
  https://github.com/Perl/perl5/commit/ea15ca3786de7198

  embed.pl: Save some hash references in variables
  Karl Williamson             1 file changed, 6 insertions(+), 7 deletions(-)
  https://github.com/Perl/perl5/commit/e3f7e781f3cae7f8

  toke.c: Add comment to S_parse-ident
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/4e751d51ff4b1304

  embed.fnc: Add comment
  Karl Williamson             1 file changed, 2 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6773f0fb0abd6e7c

  Standardize .h recursive #include guard names
  Karl Williamson             6 files changed, 11 insertions(+), 11 deletions(
  https://github.com/Perl/perl5/commit/bbc7f9cd1ee79960

  grok_infnan: Handle empty input
  Karl Williamson             3 files changed, 10 insertions(+), 5 deletions(-
  https://github.com/Perl/perl5/commit/ed5117fa8b11c36e

  op.c: Don't hand-roll is_dup_mode() attributes
  Karl Williamson             4 files changed, 8 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/cea46623dd40981b

  regcomp.c: Remove extraneous conditional
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/fb03d6749a9c1455

  add (or improve) SV numeric comparison APIs
  Tony Cook                   2 parents
  https://github.com/Perl/perl5/commit/b933ecdd4a25dab9

  add perldelta for sv_numeq fix and other sv_num* additions
  Tony Cook                   2 files changed, 37 insertions(+), 19 deletions(
  https://github.com/Perl/perl5/commit/7c5ddde8c472f589

  Add some documentation for sv_numcmp_common()
  Tony Cook                   2 files changed, 43 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/164f562463e71dfb

  check the void context fix for sv_numeq too
  Tony Cook                   2 files changed, 15 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b5f41adca020534e

  add SV_FORCE_OVERLOAD to the sv_numcmp() APIs
  Tony Cook                   6 files changed, 112 insertions(+), 22 deletions
  https://github.com/Perl/perl5/commit/18401045121f0cc1

  sv_numeq etc: don't do numify overloading with SV_SKIP_OVERLOAD
  Tony Cook                   6 files changed, 42 insertions(+), 18 deletions(
  https://github.com/Perl/perl5/commit/e11f0edb1a0b6f2f

  pp_multiconcat: use the new AMGf_force_scalar
  Tony Cook                   2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/c93bd38fcc4bd1bd

  amagic_call: accept a AMGf_force_scalar flag to force scalar context
  Tony Cook                   3 files changed, 24 insertions(+), 10 deletions(
  https://github.com/Perl/perl5/commit/46a4ed5f61ae4cef

  add tests for void context calls to overloads
  Tony Cook                   2 files changed, 16 insertions(+), 2 deletions(-
  https://github.com/Perl/perl5/commit/9edfa4656a881074

  sv_numcmp_common: only call magic once if the SVs are the same
  Tony Cook                   1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/2c33801f6858e19e

  add sv_numle(), sv_numlt(), sv_numge(), sv_numgt() APIs
  Tony Cook                   8 files changed, 226 insertions(+), 4 deletions(
  https://github.com/Perl/perl5/commit/747670eba8f2d4da

  sv_num*: correctly handle "0+" overloaded values
  Tony Cook                   4 files changed, 73 insertions(+), 7 deletions(-
  https://github.com/Perl/perl5/commit/897c610479b974f2

  add sv_numcmp() to the API
  Tony Cook                   10 files changed, 195 insertions(+), 14 deletion
  https://github.com/Perl/perl5/commit/01e16d6bee832242

  sv_numeq/sv_numne: consolidate the similar documentation
  Tony Cook                   1 file changed, 44 insertions(+), 36 deletions(-
  https://github.com/Perl/perl5/commit/625a15724a712f22

  sv.c: extract the common parts of sv_numeq_flags and sv_numne_flags
  Tony Cook                   7 files changed, 71 insertions(+), 43 deletions(
  https://github.com/Perl/perl5/commit/22223d7d51445b5d

  add sv_numne() to the API
  Tony Cook                   10 files changed, 119 insertions(+), 3 deletions
  https://github.com/Perl/perl5/commit/53bf0303895e3413

  Allow multivariable foreach to use refaliases
  Paul Evans                  13 files changed, 924 insertions(+), 624 deletio
  https://github.com/Perl/perl5/commit/da6c78e2121f2aee

  More efficient `foreach \my $VAR` implementation
  Paul Evans                  8 files changed, 200 insertions(+), 115 deletion
  https://github.com/Perl/perl5/commit/091a08d804722dad

  Rename perly.y's "list_of_scalars" to "list_of_itervars"
  Paul Evans                  4 files changed, 20 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/e53cc76fc60b2785

  Refactor helper function for feature + warnings in op.c
  Paul Evans                  1 file changed, 26 insertions(+), 22 deletions(-
  https://github.com/Perl/perl5/commit/ad83cb95d2470098

  Fix panic() messages in newFOROP() to actually print the right function name
  Paul Evans                  1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/25fad3315bf1769c

  Unify mg_free_struct() between mg.c and sv.c
  Paul Evans                  5 files changed, 30 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/b5e0af402b599f8d

  Use SvUPGRADE() macro instead of direct call to sv_upgrade()
  Paul Evans                  2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/e0275f5f0a1d04b2

Current branch davem/xs_fixups
1 commit.  1 unique author.  1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)

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

  ParseXS: fix comment typo in Node.pm
  David Mitchell              1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ee32679d3f18b292

Martian commit aa63b18eccef06a57a84b5c74cd0b2f48d6cc9ed
1 commit.  1 unique author.  1 unique committer.

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

  Add test for GH#16938 assertion failure
  Richard Leach               1 file changed, 5 insertions(+)
  https://github.com/Perl/perl5/commit/aa63b18eccef06a5

Martian commit 4814b57527404d178ed21baa15a9e93b299bd50e
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/4814b57527404d17

  Use `seed` instead of `u` for readability in Perl_seed()
  Scott Baker                 1 file changed, 8 insertions(+), 8 deletions(-)
  https://github.com/Perl/perl5/commit/4814b57527404d17

  Use `getentropy()` for seeding PRNG in Perl_seed()
  Scott Baker                 11 files changed, 53 insertions(+)
  https://github.com/Perl/perl5/commit/a98ab22813237e77

Martian commit 8a8a7a6d40ed942645b3c287bf7802832e9f0917
33 commits.  1 unique author.  1 unique committer.

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

  sbox32_hash.h: Add #undef's
  Karl Williamson             2 files changed, 256 insertions(+), 256 deletion
  https://github.com/Perl/perl5/commit/8a8a7a6d40ed9426

  embed.pl: Remove no longer used sub
  Karl Williamson             1 file changed, 24 deletions(-)
  https://github.com/Perl/perl5/commit/da1d899c0ba79abf

  embed.pl: Also consider #undef's
  Karl Williamson             2 files changed, 110 insertions(+), 9 deletions(
  https://github.com/Perl/perl5/commit/74fa4c05c7319b21

  embed.pl: Consider symbols visible only to extensions
  Karl Williamson             2 files changed, 124 insertions(+), 1733 deletio
  https://github.com/Perl/perl5/commit/6ed0c0488892e2ad

  embed.pl: Add cpp constraints for .h files
  Karl Williamson             1 file changed, 67 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/a4533acf4fa306b5

  embed.pl: Compare cpp visibility with desired
  Karl Williamson             2 files changed, 1860 insertions(+), 23 deletion
  https://github.com/Perl/perl5/commit/b71e7f0344bbbaad

  regen/HeaderParser: _reduce_conds: Return more than a bool
  Karl Williamson             1 file changed, 39 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/780e8eaa7d523428

  embed.pl: Assume Perl reserved symbols are visible
  Karl Williamson             1 file changed, 18 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/97e9db59f88b78af

  embed.pl: Formalize reserved Perl symbols
  Karl Williamson             1 file changed, 28 insertions(+), 10 deletions(-
  https://github.com/Perl/perl5/commit/81f43bc0488c30b6

  embed.pl: Add some comments
  Karl Williamson             1 file changed, 33 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/24f84aa16b7a67ac

  embed.pl: Use 'next' to remove an else
  Karl Williamson             1 file changed, 38 insertions(+), 39 deletions(-
  https://github.com/Perl/perl5/commit/d3e35db245c70231

  embed.pl: Swap order of conditionals
  Karl Williamson             1 file changed, 13 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/b177a573ac663b1e

  embed.pl: Add constraints
  Karl Williamson             1 file changed, 52 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/cb5794e249293656

  embed.pl: Handle case of multiple flags for an element
  Karl Williamson             2 files changed, 69 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/fb594b80f4363e7e

  embed.pl: Add sub-hash
  Karl Williamson             1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/0cfe2183f3237d03

  embed.pl: Extract common code into a function
  Karl Williamson             1 file changed, 19 insertions(+), 12 deletions(-
  https://github.com/Perl/perl5/commit/1b9b7494199e7292

  embed.pl: Pass file name to subroutine
  Karl Williamson             1 file changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/cfeb6da7fd839b9b

  embed.pl: Remove some commented out code
  Karl Williamson             1 file changed, 6 deletions(-)
  https://github.com/Perl/perl5/commit/46accc74c8bea809

  embed.pl: Use a separate loop for a hash
  Karl Williamson             1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/89405ba7f3a3f0db

  embed.pl: Move declaration
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/de3c22bb33a59086

  embed.pl: Save hash elem into $var to make more readable
  Karl Williamson             1 file changed, 4 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/8b797125d3a42d66

  embed.pl: Rename variable
  Karl Williamson             1 file changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/eed83eb585ba09de

  embed.pl: Move pattern definition to only use
  Karl Williamson             1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/88066407953e0362

  embed.pl: Improve detection of system symbols
  Karl Williamson             1 file changed, 123 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/464e54c5a83d2e70

  embed.pl: Split an 'if' into two
  Karl Williamson             1 file changed, 9 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/fa5bfb134f1d8787

  embed.pl: Recategorize libc symbols
  Karl Williamson             1 file changed, 11 insertions(+), 11 deletions(-
  https://github.com/Perl/perl5/commit/7adea82041a603e5

  embed.pl: Add comments
  Karl Williamson             1 file changed, 48 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/99f809278fd2c1c6

  embed.pl: Move more code to earlier in the file
  Karl Williamson             1 file changed, 40 insertions(+), 40 deletions(-
  https://github.com/Perl/perl5/commit/c3a41830bad591d0

  embed.pl: Rename variable
  Karl Williamson             1 file changed, 10 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/c98856357ad66d5e

  embed.pl: Move code to earlier in file
  Karl Williamson             1 file changed, 15 insertions(+), 17 deletions(-
  https://github.com/Perl/perl5/commit/e5c0992d68fd1280

  embed.pl: Add some comments
  Karl Williamson             1 file changed, 38 insertions(+), 14 deletions(-
  https://github.com/Perl/perl5/commit/602746cde48f2699

  embed.pl: Move comments
  Karl Williamson             1 file changed, 5 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/b2934d6fc1dd3e0e

  embed.pl: Remove config.h from file skip list
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/82c3af24421130a5

Martian commit 866dbdd6de663ae780fee368dd1178ce6909cb75
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/866dbdd6de663ae7

  Unify mg_free_struct() between mg.c and sv.c
  Paul Evans                  5 files changed, 30 insertions(+), 20 deletions(
  https://github.com/Perl/perl5/commit/866dbdd6de663ae7

Ignored 91 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-01-24 03:06 +0000

csiph-web