version 0.09
[p5sagit/Sub-Name.git] / Changes
CommitLineData
dc237631 1Revision history for Sub-Name
2
0ad1ba00 30.09 -- 2014-08-09
4b2bb17f 4 - Copy the contents of the %DB::sub entry if it exists; fixes
5 Devel::NYTProf's anon sub handling (RT#50524, ilmari)
6
dc237631 70.08 -- 2014-08-04
8 - Fix leak when setting a fully-qualified name (ilmari, github#1)
9
988a6b12 100.07 -- 2014-07-11
11 - skip optional test if B::C 1.48 is not installed (Reini Urban)
12
92bfd010 130.06 -- 2014-07-10
24f50a79 14 * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
15 RT#96893 (Reini Urban)
1b5160ba 16 * add README make target
68104426 17 * add more distribution metadata
24f50a79 18
056b6dda 190.05 -- Wed Sep 8 00:51 CEST 2010
fa213968 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).
08e37985 23 * Support perl >= 5.13.3 by using the new CvGV_set interface there
24 (Closes RT#59558).
65b620dd 25 * Stop using the deprecated PL_no_symref (Closes RT#57843).
26
979516cc 270.04 -- Fri Jul 18 15:23 CEST 2008
28 * Fixed for perl 5.6 and 5.005 threads (tested)
d73d8321 29
bbd01306 300.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
340.02 -- Wed Aug 18 19:51 CEST 2004
d73d8321 35 * Fixed documentation, which erroneously mentioned the existance of
36 two exported functions.