Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3669a293c2807f784a64e28ce60335f98d4abf12
https://github.com/Perl/perl5/commit/3669a293c2807f784a64e28ce60335f98d4abf12
Author: Karl Williamson <[email protected]>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M op.c
Log Message:
-----------
op.c: Improve comments
Commit: 00a5df846e035280750985222a693ac58022ee36
https://github.com/Perl/perl5/commit/00a5df846e035280750985222a693ac58022ee36
Author: Karl Williamson <[email protected]>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M mg.c
Log Message:
-----------
mg.c: Remove Undedfined C behavior
Spotted by clang-14.
Commit: afe34b1ad3e565e2ad0157c4b43a67b0d984c113
https://github.com/Perl/perl5/commit/afe34b1ad3e565e2ad0157c4b43a67b0d984c113
Author: Karl Williamson <[email protected]>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: Remove Undefined C behavior
Spotted by clang 14.
Commit: 789738ed9c41fd6d8c4bb2608e31c156cfe55fff
https://github.com/Perl/perl5/commit/789738ed9c41fd6d8c4bb2608e31c156cfe55fff
Author: Karl Williamson <[email protected]>
Date: 2022-06-10 (Fri, 10 Jun 2022)
Changed paths:
M mathoms.c
M pad.c
M pod/perlguts.pod
Log Message:
-----------
Remove pod for non-existent functions
7008caa915ad99e650acf2aea40612b5e48b7ba2 removed several deprecated
functions, but did not remove all the pods thereof.
Compare: https://github.com/Perl/perl5/compare/1aa8e6dd85c0...789738ed9c41