> I've put together a new developer release 2.04d which includes the latest
> version of Doug's XS Stash.  All going well, this will shortly mature 
> into 2.05.
> 
> It's available from:
> 
>    http://www.tt2.org/download.html

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:

    http://www.template-toolkit.org/pipermail/templates/2001-August/001397.html
    http://www.template-toolkit.org/pipermail/templates/2001-August/001406.html

  - A parser patch for allowing $var and ${var} to be used as the key in
    hashes (in addition to plain literals):

    http://www.template-toolkit.org/pipermail/templates/2001-August/001410.html

  - 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):

    http://www.template-toolkit.org/pipermail/templates/2001-August/001493.html

  - 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.

Anything else that was missed?

Craig


Reply via email to