Branch: refs/heads/hints_exist
Home: https://github.com/Perl/perl5
Commit: de69282512d6eef38a1b60a6876b3cd175bc2643
https://github.com/Perl/perl5/commit/de69282512d6eef38a1b60a6876b3cd175bc2643
Author: Leon Timmermans <[email protected]>
Date: 2021-03-04 (Thu, 04 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: ba116ef1fa7463c93a3ee09646ce244d5001737d
https://github.com/Perl/perl5/commit/ba116ef1fa7463c93a3ee09646ce244d5001737d
Author: Leon Timmermans <[email protected]>
Date: 2021-03-04 (Thu, 04 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: 8b7252afd69dcc74929045cdc95e59e0a5f221bd
https://github.com/Perl/perl5/commit/8b7252afd69dcc74929045cdc95e59e0a5f221bd
Author: Leon Timmermans <[email protected]>
Date: 2021-03-04 (Thu, 04 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/06af5f36b6d8...8b7252afd69d