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