version 0.09
[p5sagit/Sub-Name.git] / Changes
1 Revision history for Sub-Name
2
3 0.09 -- 2014-08-09
4     - Copy the contents of the %DB::sub entry if it exists; fixes
5       Devel::NYTProf's anon sub handling (RT#50524, ilmari)
6
7 0.08 -- 2014-08-04
8     - Fix leak when setting a fully-qualified name (ilmari, github#1)
9
10 0.07 -- 2014-07-11
11     - skip optional test if B::C 1.48 is not installed (Reini Urban)
12
13 0.06 -- 2014-07-10
14     * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
15       RT#96893 (Reini Urban)
16     * add README make target
17     * add more distribution metadata
18
19 0.05 -- Wed Sep  8 00:51 CEST 2010
20     * Stop using the padlist to refcount GVs. Instead use regular magic. This
21       allows various modules, including B::Deparse, to safely peek into pads of
22       (re)named subs (Closes RT#42725) (Goro Fuji).
23     * Support perl >= 5.13.3 by using the new CvGV_set interface there
24       (Closes RT#59558).
25     * Stop using the deprecated PL_no_symref (Closes RT#57843).
26
27 0.04 -- Fri Jul 18 15:23 CEST 2008
28     * Fixed for perl 5.6 and 5.005 threads (tested)
29
30 0.03 -- Wed Feb 20 20:19 CET 2008
31     * Fixed crash when trying to rename xsubs
32     * As a side-effect, should work with 5.005 threads (untested)
33
34 0.02 -- Wed Aug 18 19:51 CEST 2004
35     * Fixed documentation, which erroneously mentioned the existance of
36       two exported functions.