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