Perlguts version 30
Jeff Okamoto [Fri, 17 Jan 1997 21:17:43 +0000 (13:17 -0800)]
Subject: Re: Perl 5.003_22 is available

p5p-msgid: <199701172118.AA116655938@hpcc123.corp.hp.com>
private-msgid: <199701172117.AA116515863@hpcc123.corp.hp.com>

pod/perlguts.pod

index 55014fb..a7b11c6 100644 (file)
@@ -1233,12 +1233,9 @@ Returns a pointer to the stash for a specified package.  See C<gv_stashpv>.
 
        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<hv_iternext>.
-
-       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<sv_2mortal>.  See C<hv_iternext>.
 
-       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<hv_iternext>.
+
+       void    he_free _((HV* hv, HE* hent));
 
 =item hv_clear
 
@@ -2597,4 +2601,4 @@ API Listing by Dean Roehrich <roehrich@cray.com>.
 
 =head1 DATE
 
-Version 28.1: 1997/1/13
+Version 30: 1997/1/17