Front page | perl.perl5.porters |
Postings from March 2023
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
March 25, 2023 03:05
Subject:
Perl 5 Commit Summary
Message ID:
20230325030545.645F8B04F9@dromedary.p5h.org
Perl 5 commit summary, activity since Wednesday
Current branch blead
9 commits. 4 unique authors. 2 unique committers.
45 files changed, 155 insertions(+), 72 deletions(-)
Thanks, applied: Yves Orton (6)
Snapshot: http://github.com/Perl/perl5/tarball/095fd90e6ff7791c
report uninit variable name even in optimized cases
Lukas Mai 2 files changed, 62 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/095fd90e6ff7791c
[doc] clarify behavior of File::Copy::cp re: permissions
Lukas Mai 1 file changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/fe937a9fe468d382
don't set a special filetype for generated .gitignore
Lukas Mai 2 files changed, 20 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/9a3a94ffdd8cf71e
fix incorrect vi filetype declarations in generated files
Lukas Mai 38 files changed, 40 insertions(+), 40 deletions
https://github.com/Perl/perl5/commit/b7eedb08953678c5
perlio.c: remove silly casts
Lukas Mai 1 file changed, 18 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/3ae398fba4a16b2d
perldelta for 51675517951
Tony Cook 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07c23d4e39b1b664
getsockopt: increase the buffer size for getsockopt()
Tony Cook 1 file changed, 6 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/516755179513dbb6
perl.h - remove redundant /*EMPTY*/ comment
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0d292c706462f0a0
fix precedence issue with NOOP
Zefram 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3f1952ebf5b2e1ce
Current branch yves/hpux_build_warning_suppression
22 commits. 1 unique author. 1 unique committer.
38 files changed, 449 insertions(+), 248 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/d27f115fb570a13a
threads-shared - use pure prgagma version of CLANG_DIAG_IGNORE
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/d27f115fb570a13a
dist/threads - use pure pragma form of CLANG_DIAG_IGNORE in threads.xs
Yves Orton 2 files changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/9a13a2aa29949501
intrpvar - ignore deprecated warning on MSVC as well
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/204b7f376479ab55
intrpvar.h - silence deprcation warning on HPUX
Yves Orton 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/6b7e9168823d8982
util.c - avoid warning about truncated pointer value
Yves Orton 4 files changed, 43 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/760e883e74435447
util.c - assign HS_GETXSVERLEN() to var before assert
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/dd225a58c3d5ec1d
perlio.c - double cast PerlIO_lockcnt()
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/669aade32e011d3b
Devel-PPPort - deal with signed klen in check_HeUTF8
Yves Orton 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/0293f7fd44865cfb
numeric.c - change logical && to bitwise & in nantype test
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8058e13c8ed1fb54
regcomp.c - eliminate assignment in while condition
Yves Orton 1 file changed, 25 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/6ed619043faa309d
ExtUtils-ParseXS - silence warnings about unreached code in generated XS cod
Yves Orton 7 files changed, 24 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/738c8017e84e0c48
t/op/sprintf2 - TODO a failing test for now
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/5f23f5de17fa6f62
Porting/cmpVERSION.pl - deal with old git clients better in tag date parsing
Yves Orton 1 file changed, 10 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9dff081313b2eb6d
sv.c - don't cast SVTYPEMASK to svtype.
Yves Orton 3 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/fab0e8a9e35f32ba
regexec.c - mark the bottom of a sub as never reached
Yves Orton 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9fb1bcd16daaabea
regcomp.c - simplify logic to eliminate unreached code
Yves Orton 1 file changed, 1 insertion(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/b6ffa05d0a4d51f0
pp_sys.c - suppress warning about comparison to unsigned value
Yves Orton 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/a21a379f4ec9442f
op.c - deal with not-reached statement warning
Yves Orton 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/3f4a44409d39b92a
peep.c - ensure deferred_queue is initialized before use
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ef87cbe0b860cb1f
regcomp.h - use a common union for head and args across all regnodes.
Yves Orton 7 files changed, 176 insertions(+), 223 deletion
https://github.com/Perl/perl5/commit/7361d957ad1dcf0f
regcomp.h - use different struct member names for U8 vs U32 str_len
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/1a3a5db0f1ac43ca
perl.h - silence certain warnings on HPUX globally.
Yves Orton 2 files changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/b5f5991ce1f8f883
New branch yves/restricted_hash_disallow_alias_or_local
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/41fe7f5b418e068a
lvref.t - tests for localization and aliasing elements of a restricted hash
Yves Orton 1 file changed, 33 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/41fe7f5b418e068a
t/test.pl - don't show diff view for short strings
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/06ab9cf35cbb0832
pp.c/pp_hot.c - prevent aliasing or localizing read only value in a restrict
Yves Orton 11 files changed, 151 insertions(+), 58 deletion
https://github.com/Perl/perl5/commit/2edec63e2549108a
Martian commit 2c9fc8662fc7eef7e45cc160437c842cc676f7d2
2 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/2c9fc8662fc7eef7
don't set a special filetype for generated .gitignore
Lukas Mai 2 files changed, 20 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/2c9fc8662fc7eef7
fix incorrect vi filetype declarations in generated files
Lukas Mai 38 files changed, 40 insertions(+), 40 deletions
https://github.com/Perl/perl5/commit/ebec85c35dd9778e
Martian commit 3c731fe127602c9b1323e2de02f6424343e97816
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/3c731fe127602c9b
report uninit variable name even in optimized cases
Lukas Mai 2 files changed, 62 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3c731fe127602c9b
Martian commit c2d613bfc99c98ff744f72007b24906af4a7aaab
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/c2d613bfc99c98ff
[doc] clarify behavior of File::Copy::cp re: permissions
Lukas Mai 1 file changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/c2d613bfc99c98ff
Martian commit 1298e3f8e1e24f0a0ace9e74f22bbbd930b15202
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/1298e3f8e1e24f0a
perlio.c: remove silly casts
Lukas Mai 1 file changed, 18 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/1298e3f8e1e24f0a
Ignored 39 GitHub auto-generated merge commits
Thread Previous