]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blob - Changes
This is 0.08
[perl/modules/Scope-Upper.git] / Changes
1 Revision history for Scope-Upper
2
3 0.08    2009-04-16 22:50 UTC
4         + Fix : [RT #44204] : Stack corruption with reap(). Thanks Torsten
5                 Foertsch for reporting.
6         + Fix : Building with Solaris CC.
7         + Tst : unwind() in threads.
8
9 0.07    2009-02-20 00:20 UTC
10         + Chg : The CLONE method will no longer be defined for non-threaded
11                 perls.
12         + Doc : Some examples on how to build the target context from the words.
13         + Fix : Some unlikely possible uninitialized reads, indirectly pointed
14                 out in a Redhat review request.
15         + Fix : "localize *x, 'y' => $cxt" now matches Perl's behaviour for
16                 "local *x = 'y'".
17         + Fix : Miscellanous code cleanups, courtesy of Florian Ragwitz.
18         + Upd : Resources in META.yml.
19
20 0.06    2009-01-17 00:05 UTC
21         + Chg : INCOMPATIBLE CHANGE: The level is now absolute and no longer
22                 relative to the current frame - we'll call it "context" from now
23                 on. You should replace all your raw levels by combinations of
24                 words.
25                 The old behaviour of "=> $n" can be easily reobtained by using
26                 "=> SCOPE($n)".
27         + Fix : As a result of this change, the module now plays nicely with
28                 the debugger.
29
30 0.05    2009-01-12 18:15 UTC
31         + Fix : Stack mess when using unwind() in scalar context.
32         + Fix : Returning an automatic variable isn't wise, so let's use a
33                 context instead.
34         + Doc : Clarifications.
35         + Tst : Stress tests for unwind().
36
37 0.04    2009-01-11 18:40 UTC
38         + Add : unwind(@things, $level), that returns to an upper context.
39         + Add : want_at($level), that gives the wantarray for $level.
40         + Add : Control words, to reliably get the level of the n-th upper
41                 subroutine or eval scope. TOPLEVEL was renamed to TOP.
42         + Fix : Tests with 5.6.
43         + Tst : Reordering and factoring some of the stress tests so that they
44                 aren't needlessly ran several times.
45
46 0.03    2009-01-04 15:55 UTC
47         + Add : localize_delete(), that localize array/hash elements in upper
48                 scopes.
49         + Fix : Segfault when localizing array elements with an invalid negative
50                 index.
51
52 0.02    2008-12-28 18:40 UTC
53         + Doc : Clarifications and improvements.
54         + Fix : Missing compatibility macros.
55         + Fix : Localized nonexistant array elements should be deleted when
56                 their time comes so that the array recovers its original length.
57
58 0.01    2008-12-26 16:05 UTC
59         First version, released on an unsuspecting world.
60