]> git.vpit.fr Git - perl/modules/indirect.git/blob - Changes
This is 0.12
[perl/modules/indirect.git] / Changes
1 Revision history for indirect
2
3 0.12    2009-05-03 14:30 UTC
4         + Add : You can specify the action to execute for each indirect
5                 construct encountered with the new "hook => $coderef" unimport()
6                 option.
7         + Chg : A ptable is now used internally for the op => position mapping.
8         + Fix : The pragma is now built with thread safety features enabled
9                 whenever possible (a notable exception is perl 5.8.x on Win32,
10                 as something seems wrong with its context handling).
11                 The new indirect::I_THREADSAFE() constant reflects this.
12         + Fix : A negation precedence nit in indirect_ck_entersub().
13         + Tst : "use/no indirect" while parsing an indirect construct.
14         + Tst : Thread safety.
15
16 0.11    2009-02-08 18:35 UTC
17         + Fix : Potential collisions by hashing pointers with a wrong format.
18         + Upd : Resources in META.yml.
19
20 0.10    2009-01-17 12:40 UTC
21         Re-release 0.09_01 as stable.
22
23 0.09_01 2008-12-08 17:55 UTC
24         + Fix : Invalid memory read with "${\(new Foo)}" constructs. The
25                 corresponding test is turned back on.
26         + Tst : Refinements in t/30-scope.t
27
28 0.09    2008-12-05 20:35 UTC
29         + Add : Support for perl 5.8.
30         + Tst : Skip a test in t/10-good.t that randomly segfaults for (I guess)
31                 systems stricter than linux in the way they manage their memory.
32
33 0.08    2008-10-22 14:45 UTC
34         + Fix : A rare edge case for package whose names are prefix of 'main'.
35         + Tst : Test $$ as variable and state variables.
36
37 0.07_03 2008-10-17 20:10 UTC
38         + Add : Support and tests for variables with spaces after the sigil.
39         + Upd : META.yml spec updated to 1.4.
40
41 0.07_02 2008-10-15 21:10 UTC
42         + Add : Support and tests for package variables.
43         + Tst : Coverage improved by removing dead code.
44
45 0.07_01 2008-10-15 16:00 UTC
46         + Fix : [RT #40055] : Not handling RV2SV => GV(SV) correctly, which
47                 could cause 'no indirect; print' segfaults. Thanks Goro Fuji for
48                 reporting.
49
50 0.06    2008-10-11 16:45 UTC
51         + Doc : Nits.
52         + Tst : Test "no indirect 'anything'", "foo Class->bar", and indirect
53                 uses of exec() and system().
54
55 0.05    2008-10-02 14:40 UTC
56         + Chg : Now the old check function is always called before storing an op
57                 into the map.
58         + Fix : Misc code and docs refinements.
59
60 0.04    2008-08-30 19:00 UTC
61         + Fix : Clean up the op->src hash when we're done with an entersub.
62         + Tst : No longer fork for testing. IPC::Cmd isn't required anymore.
63
64 0.03    2008-08-12 15:25 UTC
65         This release is kindly supported by Copenhagen Hotel Centrum WiFi.
66         + Fix : Tests used not to pass PERL5OPTS to their kids. This lead to
67                 failures under CPAN. I think.
68         + Tst : Refinements.
69
70 0.02    2008-08-11 15:55 UTC
71         + Fix : Some building failures with old gcc versions that didn't seem to
72                 like the ((hint == 2) ? croak : warn)(msg) construct. I think.
73         + Rem : Unused cruft from a previous implementation.
74         + Tst : Fail more gracefully when we can't capture buffers or when the
75                 child returned an error.
76
77 0.01    2008-08-10 20:40 UTC
78         First version, released on an unsuspecting world.
79