Branch: refs/heads/hints_exist
Home: https://github.com/Perl/perl5
Commit: feb3477d126dc275399ddb4ae49737a51d888569
https://github.com/Perl/perl5/commit/feb3477d126dc275399ddb4ae49737a51d888569
Author: Leon Timmermans <[email protected]>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M hv.h
Log Message:
-----------
Make REFCOUNTED_HE_EXISTS available outside of core
This is needed to be able to define cophh_exists functions
Commit: 0b51530a3513e5404c499b1ab1affe883ad33c7e
https://github.com/Perl/perl5/commit/0b51530a3513e5404c499b1ab1affe883ad33c7e
Author: Leon Timmermans <[email protected]>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M cop.h
Log Message:
-----------
Add cophh_exists_* functions
These functions allow one to check for the existence of keys in a hints
hash.
Commit: 06af5f36b6d8831b7c98ca35dc7f15fea3988aa8
https://github.com/Perl/perl5/commit/06af5f36b6d8831b7c98ca35dc7f15fea3988aa8
Author: Leon Timmermans <[email protected]>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M cop.h
M pod/perldelta.pod
Log Message:
-----------
Add cop_hints_exists_*
These functions allow one to check for the existence of keys in the
hints hash of a specific cop.
Compare: https://github.com/Perl/perl5/compare/feb3477d126d%5E...06af5f36b6d8