Skip to content

Commit

Permalink
Perlguts version 30
Browse files Browse the repository at this point in the history
Subject: Re: Perl 5.003_22 is available

p5p-msgid: <199701172118.AA116655938@hpcc123.corp.hp.com>
private-msgid: <199701172117.AA116515863@hpcc123.corp.hp.com>
  • Loading branch information
Jeff Okamoto authored and Chip Salzenberg committed Jan 25, 1997
1 parent 46bb10f commit e5581bf
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions pod/perlguts.pod
Expand Up @@ -1233,20 +1233,24 @@ 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

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

Expand Down Expand Up @@ -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

0 comments on commit e5581bf

Please sign in to comment.