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