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