From: Jeff Okamoto Date: Fri, 17 Jan 1997 21:17:43 +0000 (-0800) Subject: Perlguts version 30 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e5581bf40bb636dd8a7bf7affa9b3ba34f33ec40;p=p5sagit%2Fp5-mst-13.2.git Perlguts version 30 Subject: Re: Perl 5.003_22 is available p5p-msgid: <199701172118.AA116655938@hpcc123.corp.hp.com> private-msgid: <199701172117.AA116515863@hpcc123.corp.hp.com> --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 55014fb..a7b11c6 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -1233,12 +1233,9 @@ Returns a pointer to the stash for a specified package. See C. HV* gv_stashsv _((SV* sv, I32 create)); -=item he_free +=item GvSV -Releases a hash entry, such as while iterating though the hash. See -C. - - void he_free _((HV* hv, HE* hent)); +Return the SV from the GV. =item he_delayfree @@ -1246,7 +1243,14 @@ Releases a hash entry, such as while iterating though the hash, but delays actual freeing of key and value until the end of the current statement (or thereabouts) with C. See C. - void he_delayfree _((HV* hv, HE* hent)); + void he_delayfree _((HV* hv, HE* hent)); + +=item he_free + +Releases a hash entry, such as while iterating though the hash. See +C. + + void he_free _((HV* hv, HE* hent)); =item hv_clear @@ -2597,4 +2601,4 @@ API Listing by Dean Roehrich . =head1 DATE -Version 28.1: 1997/1/13 +Version 30: 1997/1/17