This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new function Perl_hv_common_key_len(), which contains the
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 16:44:24 +0000 (16:44 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 16:44:24 +0000 (16:44 +0000)
commita038e571a304dfaab880bf2795d3d9b945b09505
tree567c6e0a04c7adbed1b8ec643d2b516bf147402e
parent3c84c864231398acf151e374b509e7baf61d7cef
Add a new function Perl_hv_common_key_len(), which contains the
manipulations to convert negative lengths to positive length + UTF-8
flag. hv_delete(), hv_exists(), hv_fetch(), hv_store() and
hv_store_flags() all become mathoms. The macros hv_fetchs() and
hv_stores() call hv_common() directly.

p4raw-id: //depot/perl@31931
embed.fnc
embed.h
global.sym
handy.h
hv.c
hv.h
mathoms.c
proto.h