Update the documentation of get_av() to note that it calls Perl_gv_fetchpv(),
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 13:36:08 +0000 (13:36 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 17:09:11 +0000 (17:09 +0000)
commitcbfd0a879b2bf2ade4a309e6d56c08ba19f320e1
tree7771d5ecf7d2b77cf43976ba2a814084ccbca4f5
parent6673a63c63e2a65dbfcc835d6499cc97c449c67b
Update the documentation of get_av() 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
ext/B/B.xs
ext/DynaLoader/dlutils.c
perl.c
pod/perlapi.pod
pod/perlembed.pod
pod/perlguts.pod
proto.h