On Wed, Aug 29, 2001 at 12:27:30PM -0700, Craig Barratt wrote:
> Here are some patches from the mail archives that didn't make it into 2.04d:
>
> - Lyle Brooks' fix for repeated calls LOAD_PERL modules, see:
Ah yes, I was supposed to be doing something with that...
> - A parser patch for allowing $var and ${var} to be used as the key in
> hashes (in addition to plain literals):
OK, got it now.
> - A stash patch for allowing negative indexes into arrays, to keep
> the perl Stash compatible with the XS version (which already allows
> negative array indexes):
Ditto.
> - Also, I just noticed that Stash.pm has a small typo in the list()
> entry in HASH_OPS: the 'each' case does "values %$hash" instead
> of just %$hash (see line 99). The "values" should be removed.
> Stash/Context.pm needs the same fix too.
Fixed.
Thanks Craig.
A