]> git.vpit.fr Git - perl/modules/autovivification.git/blob - Changes
This is 0.03
[perl/modules/autovivification.git] / Changes
1 Revision history for autovivification
2
3 0.03    2009-06-23 22:20 UTC
4         + Add : Handle old-fashion dereferencing (like $$hashref{key}).
5         + Chg : Aliasing constructs (for ($x{foo}) { ... }) are now covered by
6                 the 'store' category (and no longer the 'fetch' one). This is
7                 because there's no way to know at compile-time if the alias
8                 will be assigned to.
9         + Fix : Quadratic complexity at compile-time.
10         + Fix : Segfaults when dereferencing globals.
11         + Fix : Segfaults on big-endian systems.
12         + Tst : Really test plain arrays and hashes.
13         + Tst : Improved coverage.
14
15 0.02    2009-06-17 18:05 UTC
16         + Add : 'fetch' also applies to aliasing ("for ($hashref->{key}) { }").
17         + Fix : Don't segfault on "keys/values %$hashref", and don't vivify if
18                 'fetch' is set.
19         + Fix : Plain dereferencing shouldn't have a different behaviour when
20                 the pragma is in use.
21         + Tst : Improved coverage.
22
23 0.01    2009-06-14 20:10 UTC
24         First version, released on an unsuspecting world.
25