This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 12:12:12 +0000 (12:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 17:09:11 +0000 (17:09 +0000)
commit6673a63c63e2a65dbfcc835d6499cc97c449c67b
treeec84eaad20d1a2dae1ca297ecf1d19de05feff1f
parent2b393bf410d9f1bf0b80132c4e8b5d6707a139f8
Update the documentation of get_hv() to note that it calls Perl_gv_fetchpv(),
and hence the 'create' argument is actually 'flags'. Fix code and documentation
that used TRUE or FALSE to use 0 or GV_ADD.
embed.fnc
mg.c
perl.c
pod/perlapi.pod
pod/perlguts.pod
pp_ctl.c
proto.h
utf8.c