Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d548823b915a2ac55e7f176a24984d673c729e4d
https://github.com/Perl/perl5/commit/d548823b915a2ac55e7f176a24984d673c729e4d
Author: Lukas Mai <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M pp_pack.c
M reginline.h
Log Message:
-----------
remove redundant parens around NULL
This is semantically a no-op, but it may help with broken build warnings
in clang 21 -Wimplicit-void-ptr-cast.
Addresses #24164.
Commit: 30af843ac8716a017f5902e1f8ab53f6caeb3a78
https://github.com/Perl/perl5/commit/30af843ac8716a017f5902e1f8ab53f6caeb3a78
Author: Lukas Mai <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M dist/PathTools/Cwd.pm
M dist/PathTools/Cwd.xs
M dist/PathTools/lib/File/Spec.pm
M dist/PathTools/lib/File/Spec/AmigaOS.pm
M dist/PathTools/lib/File/Spec/Cygwin.pm
M dist/PathTools/lib/File/Spec/Epoc.pm
M dist/PathTools/lib/File/Spec/Functions.pm
M dist/PathTools/lib/File/Spec/Mac.pm
M dist/PathTools/lib/File/Spec/OS2.pm
M dist/PathTools/lib/File/Spec/Unix.pm
M dist/PathTools/lib/File/Spec/VMS.pm
M dist/PathTools/lib/File/Spec/Win32.pm
Log Message:
-----------
Cwd: remove redundant parens in return
This is semantically a no-op, but it may help with broken build warnings
in clang 21 -Wimplicit-void-ptr-cast.
Addresses #24164.
Commit: 8095f0b7b2075eb8fdc2b40faab664b12f9afb2b
https://github.com/Perl/perl5/commit/8095f0b7b2075eb8fdc2b40faab664b12f9afb2b
Author: Lukas Mai <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M ext/File-Glob/Glob.pm
M ext/File-Glob/bsd_glob.c
Log Message:
-----------
File::Glob: remove redundant parens around NULL
This is semantically a no-op, but it may help with broken build warnings
in clang 21 -Wimplicit-void-ptr-cast.
Addresses #24164.
Commit: cf5ae39493b000ffb290ee39d731a178a96e6582
https://github.com/Perl/perl5/commit/cf5ae39493b000ffb290ee39d731a178a96e6582
Author: Lukas Mai <[email protected]>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M dist/threads-shared/shared.xs
M dist/threads/threads.xs
Log Message:
-----------
threads: remove redundant parens around NULL
This is semantically a no-op, but it may help with broken build warnings
in clang 21 -Wimplicit-void-ptr-cast.
Addresses #24164.
Compare: https://github.com/Perl/perl5/compare/6caf5ac58332...cf5ae39493b0
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications