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