develooper Front page | perl.perl5.porters | Postings from June 2001

Re: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)

Thread Previous
From:
Jarkko Hietaniemi
Date:
June 17, 2001 08:01
Subject:
Re: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
Message ID:
20010617100106.N20013@chaos.wustl.edu
On Sun, Jun 17, 2001 at 08:02:59AM +0530, Abhijit Menon-Sen wrote:
> At 2001-06-17 01:28:15, simon@netthink.co.uk wrote:
> >
> > > Consider Perl_hv_fetch (or much of hv.c), which does:
> > >     register XPVHV* xhv;
> > >     xhv = (XPVHV*)SvANY(hv);
> > >     ... use of xhv->xhv_* ...
> > 
> > *Please* send a patch which fixes this, and all the Knights of Grep
> > will love you forever.
> 
> I append a patch to replace uses of xhv_array with HvARRAY. This is the
> first of seven patches; the remainder will address xhv_eiter, xhv_fill,
> xhv_keys, xhv_max, xhv_pmroot, and xhv_riter.
> 
> Each of the patches is mindless, but fairly large. (Jarkko, if you do in
> fact want to apply these, please wait until I have generated all of
> them.)

Thanks, applied (all of them).

-- 
$jhi++; # http://www.iki.fi/jhi/
        # There is this special biologist word we use for 'stable'.
        # It is 'dead'. -- Jack Cohen

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About