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