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

Perl 5 Commit Summary

Thread Next
From:
Perl 5 commit summary
Date:
November 2, 2022 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20221102031143.03946B082E@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday

Current branch blead
37 commits.  8 unique authors.  6 unique committers.
58 files changed, 2044 insertions(+), 880 deletions(-)
Thanks, applied:  Paul Evans (5) Yves Orton (1) Max Maischein (1)
                  Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/a589f4b93cf3864d

  perldelta for 01052a1d77a5, a47628b617d1
  Tony Cook                   1 file changed, 8 insertions(+)
  https://github.com/Perl/perl5/commit/a589f4b93cf3864d

  make win32_readlink() return PrintName instead of SubstituteName
  Tony Cook                   1 file changed, 4 insertions(+), 4 deletions(-)
  https://github.com/Perl/perl5/commit/a47628b617d125ce

  Win32 stat() didn't handle AF_UNIX socket files
  Tony Cook                   3 files changed, 310 insertions(+), 52 deletions
  https://github.com/Perl/perl5/commit/01052a1d77a5e152

  duplicate -F switches would overwrite PL_splitstr without freeing
  Tony Cook                   2 files changed, 11 insertions(+)
  https://github.com/Perl/perl5/commit/4f8b3850b207c4a8

  We freed PL_splitstr in each thread, allocate it in each thread too
  Tony Cook                   4 files changed, 23 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/a1aa0ce969357a47

  t/comp/require.t - add tests for module_true being off
  Yves Orton                  1 file changed, 86 insertions(+), 32 deletions(-
  https://github.com/Perl/perl5/commit/8720ab89901b4674

  t/comp/require.t - add a way to disable the sleep 20
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/7f25583b4d2376c2

  t/comp/require.t - test module_true with requiring empty files
  Yves Orton                  1 file changed, 6 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/4f18e31f9f87542b

  pp_ctl.c - teach module_true how to deal with blocked requires
  Yves Orton                  2 files changed, 26 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/cb4eaf3cc6e921ef

  locale.c - add comments about PERL_DESTRUCT_LEVEL avoiding "leaks"
  Yves Orton                  1 file changed, 12 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d72e07fc940ee748

  Also add a STRLEN member to ANY
  Paul "LeoNerd" Evans        1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/5f112c0ac6ac0e35

  Add Size_t and SSize_t members to ANY
  Paul "LeoNerd" Evans        1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/e2896052cc161960

  Convert tabs to whitespaces in  union any {}  definition
  Paul "LeoNerd" Evans        1 file changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/cf00698b0d793e2e

  op.c - use refcounted pv pointers for cop_warnings
  Yves Orton                  7 files changed, 29 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/6848aea2c844896e

  regen/scope_types.pl - add tool to manage the scope type defines
  Yves Orton                  5 files changed, 312 insertions(+), 115 deletion
  https://github.com/Perl/perl5/commit/4bd3be3563698eb6

  scope_types.h - new header file for scope type data
  Yves Orton                  4 files changed, 131 insertions(+), 132 deletion
  https://github.com/Perl/perl5/commit/721bab593870c27a

  cop.h - add support for refcounted filenames in cops under threads
  Yves Orton                  13 files changed, 307 insertions(+), 37 deletion
  https://github.com/Perl/perl5/commit/6760f691a95ab3a3

  mg.c/perl.c/scope.c - fixup mangled indentation and whitespace
  Yves Orton                  3 files changed, 16 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/e6421d31ff3b18d9

  Add tests for value magic
  Leon Timmermans             2 files changed, 19 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/fefcc043b6a92984

  Test localization of ext magic
  Leon Timmermans             1 file changed, 8 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/b005bfd694ab3e01

  Simplify magic test
  Leon Timmermans             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/a8bbbd537939b4b0

  Add PERL_MAGIC_extvalue
  Leon Timmermans             6 files changed, 26 insertions(+), 12 deletions(
  https://github.com/Perl/perl5/commit/3e510e80666d4b9d

  peep.c - add a comment/question to a comment
  Yves Orton                  1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3972099975574c30

  op.c - remove superfluous whitespace
  Yves Orton                  1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/281a99cbeb48c64d

  dump.c - in op_dump show the hints and feature bits
  Yves Orton                  2 files changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/9d85ccc14a0f8b8a

  perlfunc.pod - document module_true in the require entry
  Yves Orton                  1 file changed, 8 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/f7aa676249e16d5f

  Enable `use feature 'module_true'`
  chromatic                   8 files changed, 305 insertions(+), 27 deletions
  https://github.com/Perl/perl5/commit/1102a6f006f2bb62

  locale.c: Handle locale names with '@'
  Karl Williamson             1 file changed, 18 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/73d66f354cd4df03

  perly.y - add a diag_listed_as for Unimplemented
  Yves Orton                  4 files changed, 223 insertions(+), 221 deletion
  https://github.com/Perl/perl5/commit/fa88efeacd5d994c

  perly.* - update perly files with more recent bison
  Yves Orton                  3 files changed, 274 insertions(+), 273 deletion
  https://github.com/Perl/perl5/commit/c06746dce9294ecb

  locale.c Avoid redundant querylocale
  Karl Williamson             1 file changed, 1 insertion(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d91f67a32206bcc6

  Time::HiRes: Fix compiler warning
  Karl Williamson             1 file changed, 2 deletions(-)
  https://github.com/Perl/perl5/commit/19ccba743141f490

  Memoize: exclude CPAN-only toolchain from core
  Aristotle Pagaltzis         3 files changed, 1 insertion(+), 52 deletions(-)
  https://github.com/Perl/perl5/commit/86751c8b9b3732d2

  dump.c - add missing cast
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/ebf36c261956869e

  Use new xV_FROM_REF macros
  Paul "LeoNerd" Evans        1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/06d92f00e810ad2f

  Define some xV_FROM_REF() macros
  Paul "LeoNerd" Evans        1 file changed, 28 insertions(+)
  https://github.com/Perl/perl5/commit/888c387824d4a13e

  Fix fegetround on s390x with clang
  Tom Stellard                2 files changed, 2 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/afda80099cfa1f22

Current branch leont/value_magic
4 commits.  1 unique author.  1 unique committer.
530 files changed, 46657 insertions(+), 30654 deletions(-)

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

  Add tests for value magic
  Leon Timmermans             2 files changed, 19 insertions(+), 4 deletions(-
  https://github.com/Perl/perl5/commit/4c55365f89e9a8e0

  Test localization of ext magic
  Leon Timmermans             1 file changed, 8 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/86c1ae95fc71198a

  Simplify magic test
  Leon Timmermans             3 files changed, 6 insertions(+), 6 deletions(-)
  https://github.com/Perl/perl5/commit/1159199ebad359ee

  Add PERL_MAGIC_extvalue
  Leon Timmermans             6 files changed, 26 insertions(+), 12 deletions(
  https://github.com/Perl/perl5/commit/cdee8083a99ddaa2

New branch haarg/ppport-no-compound-token-split-by-macro-warnings
2 commits.  1 unique author.  1 unique committer.

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

  Devel-PPPort: bump version
  Graham Knop                 1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/a2de775075674577

  Devel-PPPort: fix STMT_START and STMT_END to not warn on clang
  Graham Knop                 2 files changed, 3 insertions(+), 13 deletions(-
  https://github.com/Perl/perl5/commit/9bc843a6bd039810

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

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

  gv.c - add ${^FORCE_UPGRADE} for triggering upgrade by concatenation
  Yves Orton                  4 files changed, 36 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/c9f556734209c569

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

Snapshot: http://github.com/Perl/perl5/tarball/90ccbbb9505734b0

  cop.h - get rid of the STRLEN* stuff from cop_warnings
  Yves Orton                  15 files changed, 46 insertions(+), 68 deletions
  https://github.com/Perl/perl5/commit/90ccbbb9505734b0

  warnings.h - length guard cop_warnings bitvector checks
  Yves Orton                  3 files changed, 16 insertions(+), 6 deletions(-
  https://github.com/Perl/perl5/commit/6c401d0cbaae8614

  scope.* - more flexible ways to save warning bits
  Yves Orton                  4 files changed, 50 insertions(+), 49 deletions(
  https://github.com/Perl/perl5/commit/dda35333be8cacee

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

Snapshot: http://github.com/Perl/perl5/tarball/76b5d0241d5e2cf6

  workflow - try brams idea to avoid double tests
  Yves Orton                  2 files changed, 3 insertions(+), 3 deletions(-)
  https://github.com/Perl/perl5/commit/76b5d0241d5e2cf6

  workflows - don't trigger on push except for blead and maint branches
  Yves Orton                  2 files changed, 3 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/c30b50931fdaa2ba

Deleted branch haarg/fix-inner-links-in-toc

Deleted branch haarg/fix-parsexs-oldperl

Deleted branch haarg/move-overload-builtin-warnings

Deleted branch yves/chr_rfc-18-module-true

Martian commit 326eb3f88786618ec24f9d0c101bb74baa562537
4 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/326eb3f88786618e

  t/comp/require.t - add tests for module_true being off
  Yves Orton                  1 file changed, 86 insertions(+), 32 deletions(-
  https://github.com/Perl/perl5/commit/326eb3f88786618e

  t/comp/require.t - add a way to disable the sleep 20
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/3ee786297bea25be

  t/comp/require.t - test module_true with requiring empty files
  Yves Orton                  1 file changed, 6 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/d87151c2bd0f778b

  pp_ctl.c - teach module_true how to deal with blocked requires
  Yves Orton                  2 files changed, 26 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/3f70c98685a5c950

Martian commit 8fafc71922000d89bd2e05f2a9f6817b7d64af09
5 commits.  1 unique author.  1 unique committer.

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

  op.c - use refcounted pv pointers for cop_warnings
  Yves Orton                  7 files changed, 29 insertions(+), 22 deletions(
  https://github.com/Perl/perl5/commit/8fafc71922000d89

  regen/scope_types.pl - add tool to manage the scope type defines
  Yves Orton                  5 files changed, 312 insertions(+), 115 deletion
  https://github.com/Perl/perl5/commit/d610a4c85c813199

  scope_types.h - new header file for scope type data
  Yves Orton                  4 files changed, 131 insertions(+), 132 deletion
  https://github.com/Perl/perl5/commit/34ad7dfcd463b508

  cop.h - add support for refcounted filenames in cops under threads
  Yves Orton                  13 files changed, 307 insertions(+), 37 deletion
  https://github.com/Perl/perl5/commit/cbc4a6ff3cc1aaba

  mg.c/perl.c/scope.c - fixup mangled indentation and whitespace
  Yves Orton                  3 files changed, 16 insertions(+), 17 deletions(
  https://github.com/Perl/perl5/commit/5e525861cc523678

Martian commit 47db6fd81161b4407b0f8ca6d9398a9c79efbb62
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/47db6fd81161b440

  locale.c - add comments about PERL_DESTRUCT_LEVEL avoiding "leaks"
  Yves Orton                  1 file changed, 12 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/47db6fd81161b440

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

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

  Also add a STRLEN member to ANY
  Paul "LeoNerd" Evans        1 file changed, 1 insertion(+)
  https://github.com/Perl/perl5/commit/d600eb51cd93bda3

  Add Size_t and SSize_t members to ANY
  Paul "LeoNerd" Evans        1 file changed, 2 insertions(+)
  https://github.com/Perl/perl5/commit/42c9378a9e92205e

  Convert tabs to whitespaces in  union any {}  definition
  Paul "LeoNerd" Evans        1 file changed, 9 insertions(+), 9 deletions(-)
  https://github.com/Perl/perl5/commit/72c37940e7ba5c04

Martian commit 6d6a7f072965d0b444271ed202dbd1c32de6e171
5 commits.  2 unique authors.  1 unique committer.
Thanks, applied:  Yves Orton (1)
Snapshot: http://github.com/Perl/perl5/tarball/6d6a7f072965d0b4

  peep.c - add a comment/question to a comment
  Yves Orton                  1 file changed, 5 insertions(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/6d6a7f072965d0b4

  op.c - remove superfluous whitespace
  Yves Orton                  1 file changed, 1 deletion(-)
  https://github.com/Perl/perl5/commit/3c2f267b7d429d07

  dump.c - in op_dump show the hints and feature bits
  Yves Orton                  2 files changed, 6 insertions(+)
  https://github.com/Perl/perl5/commit/b9f7ec083eeaf9dc

  perlfunc.pod - document module_true in the require entry
  Yves Orton                  1 file changed, 8 insertions(+), 2 deletions(-)
  https://github.com/Perl/perl5/commit/1d9d7fed474ad564

  Enable `use feature 'module_true'`
  chromatic                   8 files changed, 305 insertions(+), 27 deletions
  https://github.com/Perl/perl5/commit/6e09b84ae1b0abb1

Martian commit afc16bd1c77699603ce67b3097925529d6d15fd0
1 commit.  1 unique author.  1 unique committer.

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

  Memoize: exclude CPAN-only toolchain from core
  Aristotle Pagaltzis         3 files changed, 1 insertion(+), 52 deletions(-)
  https://github.com/Perl/perl5/commit/afc16bd1c7769960

Martian commit 0deb3928e9a771dea3b1c685294cbd054e1d1e2c
1 commit.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/0deb3928e9a771de

  dump.c - add missing cast
  Yves Orton                  1 file changed, 1 insertion(+), 1 deletion(-)
  https://github.com/Perl/perl5/commit/0deb3928e9a771de

Martian commit a299987429baa1572ad0e667ca6664af8bd17dc5
1 commit.  1 unique author.  1 unique committer.

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

  Win32API::File - Remove "Buffer Sizes" links
  Alan Haggai Alavi           1 file changed, 3 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/a299987429baa157

Martian commit 51b33c6e4d3b9b5f2ebefa170e01ef6a0a349be2
2 commits.  1 unique author.  1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/51b33c6e4d3b9b5f

  Use new xV_FROM_REF macros
  Paul "LeoNerd" Evans        1 file changed, 2 insertions(+), 5 deletions(-)
  https://github.com/Perl/perl5/commit/51b33c6e4d3b9b5f

  Define some xV_FROM_REF() macros
  Paul "LeoNerd" Evans        1 file changed, 28 insertions(+)
  https://github.com/Perl/perl5/commit/24e5c17f3a44cd19

Ignored 72 GitHub auto-generated merge commits

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About