]> git.vpit.fr Git - perl/modules/Variable-Magic.git/blob - Changes
Importing Variable-Magic-0.13.tar.gz
[perl/modules/Variable-Magic.git] / Changes
1 Revision history for Variable-Magic
2
3 0.13    2008-03-19 14:35 UTC
4         + Doc : Link to coverage report.
5         + Fix : Correct dependencies listing in META.yml.
6         + Tst : Improved test coverage.
7         + Tst : Print the patchlevel as a comment.
8         + Tst : Use is() where it's relevant.
9         + Tst : t/16-huf.t now really tests interaction with H::U::FH.
10
11 0.12    2008-02-07 18:15 UTC
12         + Fix : POD error. Thanks to Chris Williams (BinGOs) for the quick
13                 feedback.
14
15 0.11    2008-02-07 17:55 UTC
16         + Add : Copy callbacks now receive the current key/index in $_[2].
17                 The current value/element is now in $_[3].
18         + Chg : The trigger of copy magic on list assignment with perls greater
19                 than 5.10.0 was caused by uvar magic. Hence,
20                 VMG_COMPAT_HASH_LISTASSIGN_COPY was removed. Use VMG_UVAR
21                 instead.
22         + Fix : Build failures on patched perls.
23         + Tst : Added missing exported symbols to 01-import.t.
24
25 0.10    2008-02-04 11:30 UTC
26         + Add : New script : samples/vm_vs_tie.pl, that benchmarks our uvar
27                 magic versus tied hashes.
28         + Add : The VMG_COMPAT_* constants can be used from userspace to check
29                 perl magic abilities.
30         + Fix : Callbacks that returned undef made us croak, breaking the
31                 variable behaviour (regression test in 14-callbacks.t).
32         + Fix : uvar callbacks weren't tested for non-NULL-ity before being
33                 called (regression test in 28-uvar.t).
34         + Tst : Fix typo in 25-copy.t that prevented Tie::Hash tests to be ran.
35
36 0.09    2008-02-02 11:30 UTC
37         + Doc : Explicitely say that uvar callbacks are safely ignored for
38                 non-hashes.
39         + Doc : Document caveats and fix the usual set of typos.
40         + Fix : vmg_dispell() didn't check if the ext magic were ours when
41                 counting wizards that have uvar callbacks, resulting in a
42                 possible memory misread.
43         + Fix : getdata() now returns directly the data object, and no longer a
44                 copy. This caused a leak.
45         + Tst : Prefix author tests by 9*-.
46         + Tst : New optional author test : 95-portability-files.t, that uses
47                 Test::Portability::Files when it's present.
48         + Tst : New test : 14-self.t, that tests application of magic on the
49                 wizard itself.
50         + Tst : Move Hash::Util::FieldHash tests out of 11-multiple.t to
51                 15-huf.t.
52
53 0.08    2008-02-01 16:55 UTC
54         + Add : copy magic for tied arrays/hashes.
55         + Add : local magic.
56         + Add : uvar magics : fetch, store, exists, delete for hashes.
57
58 0.07_*  2008-01
59         Internal development versions.
60
61 0.06    2007-11-20 10:10 UTC
62         + Chg : 5.7.3 is now officially required.
63         + Fix : "data" test failures on 5.8.{0,2}.
64         + Fix : Drand01() vs rand().
65
66 0.05    2007-11-19 09:10 UTC
67         + Fix : 5.10.0_RC1 compatibility fix.
68
69 0.04    2007-08-28 12:25 UTC
70         + Chg : s/require (XSLoader)/use $1/.
71         + Fix : Tests are now strict.
72         + Fix : Complete dependencies.
73
74 0.03    2007-08-01 17:20 UTC
75         + Add : Passing the signature of an already defined magic to wizard()
76                 now returns the corresponding magic object.
77         + Add : You can pass the numeric signature as the wizard argument of
78                 cast(), dispell() and getdata().
79         + Add : Any argument specified after the wizard (or the signature) in a
80                 call to cast() is now passed to the private data constructor in
81                 $_[1] and after.
82         + Chg : $_[0] is now always a reference to the magic variable in all
83                 callbacks. The reason for changing from the previous behaviour
84                 is that one may want to apply the same magic to a plain scalar
85                 and to a scalar reference, and needs a way to distinguish
86                 between them in the callback (say, ref()).
87         + Fix : Wizard object destruction used not to free the signature.
88
89 0.02    2007-07-27 13:50 UTC
90         + Fix : In response to test report 548152 :
91                 Newx() and SvMAGIC_set() not present on older perls.
92         + Fix : In response to test report 548275 :
93                 Since perl 5.9.5, 'clear' magic is invoked when an array is
94                 undefined (bug #43357). Moreover, 'len' magic is no longer
95                 called by pushing an element since perl 5.9.3.
96         + Fix : Missing glob test in MANIFEST.
97
98 0.01    2007-07-25 16:15 UTC
99         First version, released on an unsuspecting world.
100