]> git.vpit.fr Git - perl/modules/Lexical-Types.git/blob - Changes
This is 0.07
[perl/modules/Lexical-Types.git] / Changes
1 Revision history for Lexical-Types
2
3 0.07    2009-07-01 08:45 UTC
4         + Chg : perl 5.8.x on MSWin32 is no longer considered as thread safe.
5         + Fix : Work around a bug in perl 5.10.0 and lower that cause hints to
6                 propagate into required files.
7         + Fix : Clean up map entries associated to uncatched OPs.
8
9 0.06    2009-05-01 19:00 UTC
10         + Fix : The pragma now properly propagates into threaded eval STRING,
11                 effectively making the module thread safe. The new LT_THREADSAFE
12                 constant can be used to know whether the module could have been
13                 built with thread safety features enabled.
14
15 0.05    2009-04-28 21:40 UTC
16         + Fix : Building with PERL_IMPLICIT_SYS set (especially on Win32).
17         + Tst : Dieing in callbacks.
18
19 0.04    2009-03-07 15:45 UTC
20         + Chg : Some implementation of pointer table is now used internally.
21                 This should make thread safety more robust.
22         + Doc : Cleanups.
23         + Tst : Using Lexical::Types inside the 'as' callback.
24         + Tst : Thread safety.
25
26 0.03    2009-03-05 21:15 UTC
27         + Doc : Discuss about using constants for types.
28         + Fix : The PL_ppaddr[OP_PADSV] localization logic was refined so that
29                 it is kinder to other modules that replace it.
30         + Tst : "my Str ($x, $y)" and "for my Str $x ()" constructs
31         + Tst : uvar magic, magical tags.
32
33 0.02    2009-02-25 16:10 UTC
34         + Add : Returning an empty list from the mangler skips the wrapping of
35                 the current typed lexical declaration.
36         + Chg : The package and method names passed to the callbacks are now all
37                 read-only.
38
39 0.01    2009-02-24 23:20 UTC
40         First version, released on an unsuspecting world.
41