X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=CHANGES;h=eea2bdc4033da543455ed6a49d93875319f92673;hb=13683e3a91e87cceef28a3098bc58fe96870d690;hp=2389b8842956680932e2e5bf1d64e20910cc2acb;hpb=6c5ddc0d59446dc0b158494c69da282cb46c65bd;p=p5sagit%2FDevel-Size.git diff --git a/CHANGES b/CHANGES index 2389b88..eea2bdc 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,8 @@ Revision history for Perl extension Devel::Size. * Fix potential SEGVs for OP_AELEMFAST on a lexical (eg $foo[3]) * Fix likely SEGVs for PVOPs (missing break) * Fix potential SEGVs for PVBMs on 5.10 and later + * Move hash and array traversal from total_size() to sv_size() + - this allows total_size() and size() to be XS ALIASes. 0.74_51 2011-04-22 nicholas * Don't count PL_sv_{undef,no,yes} in the size returned