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