Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6bee331964b4d4ea384cc8a72c329d7c8ed62386
https://github.com/Perl/perl5/commit/6bee331964b4d4ea384cc8a72c329d7c8ed62386
Author: Nicholas Clark <[email protected]>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M t/porting/podcheck.t
Log Message:
-----------
Add /^vgcore.*/ to the list of podcheck.t filename exclusions.
Regularly named core files were in the list, but valgrind's variant were not.
Commit: fa9c4f83b98a97c3f1834e95d3c4e7e3e4a35292
https://github.com/Perl/perl5/commit/fa9c4f83b98a97c3f1834e95d3c4e7e3e4a35292
Author: Nicholas Clark <[email protected]>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M pp_sys.c
Log Message:
-----------
pp_tie should use HvEITER_get() instead of HvEITER().
The former doesn't make a function call.
Compare: https://github.com/Perl/perl5/compare/3736c5b94426...fa9c4f83b98a