This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 15:03:03 +0000 (15:03 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Jan 2009 17:09:11 +0000 (17:09 +0000)
commit64ace3f88f559d007c0150d9b048b1db32380208
tree042e7da9dbe9f7d2a0291fe3763130f50198e559
parentcbfd0a879b2bf2ade4a309e6d56c08ba19f320e1
Update the documentation of get_sv() to note that it calls Perl_gv_fetchpv(),
and hence the 'create' argument is actually 'flags'. Fix core code and
documentation that used TRUE or FALSE to use 0 or GV_ADD.
12 files changed:
embed.fnc
ext/Devel/DProf/DProf.xs
ext/Devel/Peek/Peek.xs
os2/os2.c
perl.c
pod/perl5005delta.pod
pod/perlapi.pod
pod/perlembed.pod
pod/perlguts.pod
proto.h
symbian/symbian_utils.cpp
util.c