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