This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
API functions for accessing the runtime hinthash.
authorBen Morrow <ben@morrow.me.uk>
Tue, 31 Aug 2010 06:10:20 +0000 (07:10 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 7 Sep 2010 10:10:19 +0000 (12:10 +0200)
commit8dff4fc578385a16edd29a881d85a0aa5f09595a
tree631c8a7c8744e44cc7ed9c1acda586ddd965fafd
parent134bbc579801d70bf58eb3e84c78e4c2c244899e
API functions for accessing the runtime hinthash.

Add hinthash_fetch(sv|pv[ns]) as a replacement for refcounted_he_fetch,
which is not API (and should not be). Also add caller_cx, as the correct
XS equivalent to caller(). Lots of modules seem to have copies of this,
so a proper API function will be more maintainable in future.
embed.fnc
hv.c
hv.h
pp_ctl.c