Handle the new METHOP.
[p5sagit/Devel-Size.git] / CHANGES
2015-03-20 Zefram Handle the new METHOP.
2015-02-28 Nicholas Clark Bump $VERSION to 0.79_52
2015-02-28 Nicholas Clark Use formline for creating an OOK scalar to test.
2015-02-28 Nicholas Clark Bump $VERSION to 0.79_51
2015-02-28 Nicholas Clark Update CHANGES.
2015-02-28 Nicholas Clark Bump $VERSION to 0.79_50
2013-05-12 Nicholas Clark Bump $VERSION to 0.79
2013-05-10 Nicholas Clark Correct the error in the fix for cop_stashpv on v5...
2013-05-10 Nicholas Clark As of v5.17.1, cop_stashpv no longer exists on threaded...
2013-05-10 Nicholas Clark Correct the year for the 0.78 release in the CHANGES...
2013-05-10 Nicholas Clark Note the release number, date and name in the CHANGES...
2013-05-10 Nicholas Clark An alternative test that CvOUTSIDE is being followed.
2013-05-10 Zefram Update Devel-Size for the new form of pad list.
2013-05-10 Nicholas Clark Stubbed subs no longer have CvOUTSIDE set.
2013-05-10 Zefram Don't follow CvSTART() if CvROOT() is NULL.
2012-08-15 Tim Bunce Spelling fix to docs from gregor herrmann [CPAN #78766]
2012-07-30 Nicholas Clark Bump $VERSION to 0.78
2012-07-30 bulk 88 Correct the code for structured exception handling...
2012-02-10 Nicholas Clark Skip tests in t/magic.t that use formline on 5.8.1...
2012-02-10 Nicholas Clark Refactor t/globs.t to avoid the side effects of a chang...
2011-05-16 Nicholas Clark Bump $VERSION to 0.77
2011-05-12 Nicholas Clark Count the size of the "effective names" of a hash.
2011-05-12 Nicholas Clark Count HvNAME(), the HV "aux" struct, and the mro_meta...
2011-05-12 Nicholas Clark GvNAME() is shared from 5.10 onwards.
2011-05-12 Nicholas Clark Handle shared hash key scalars correctly.
2011-05-12 Nicholas Clark Split out HEK size calculation into hek_size().
2011-05-11 Nicholas Clark Bump $VERSION to 0.76
2011-05-09 Nicholas Clark Reinstate 5.005_xx "support".
2011-05-09 Nicholas Clark Reinstate 5.6.x "support".
2011-05-09 Nicholas Clark Magic vtables aren't freed when magic is freed, so...
2011-05-09 Nicholas Clark Correctly handle SvOOK scalars. 5.12 and later don...
2011-05-09 Nicholas Clark Use a table for SV body sizes. These incorporate the...
2011-05-05 Nicholas Clark For other-than-gcc, generate calls to check_new(...)
2011-05-04 Nicholas Clark Add the size of mg_len if mg_ptr is non-NULL.
2011-05-04 Nicholas Clark Follow mg_obj, which points to an SV.
2011-05-04 Nicholas Clark The core's magic vtables are global constants, so aren...
2011-05-04 Nicholas Clark Bump $VERSION to 0.75
2011-05-01 Nicholas Clark Fix typo error in bit-vector tracking mechanism, causin...
2011-04-24 Nicholas Clark total_size() and size() can be XS ALIASes, now all...
2011-04-24 Nicholas Clark Fix potential SEGVs for PVBMs on 5.10.0 and later.
2011-04-24 Nicholas Clark In op_size, add break statement missing for OPc_PVOP.
2011-04-24 Nicholas Clark Fix potential SEGVs for OP_AELEMFAST on a lexical.
2011-04-22 Nicholas Clark Fix classic off-by-one error - the answer is strlen...
2011-04-22 Nicholas Clark Move the check_new() test to the start of sv_size()
2011-04-19 Nicholas Clark Don't count PL_sv_{undef,no,yes} in the size returned
2011-04-19 Nicholas Clark Ensure that size() doesn't add the referent's size...
2011-04-19 Nicholas Clark This is 0.74 - update META.yml
2011-04-18 Nicholas Clark LICENSE was added to ExtUtils::MakeMaker in 6.31, not...
2011-04-17 Nicholas Clark Refactor the C code to accumulate the size inside the...
2011-04-17 Nicholas Clark Missed the second change between 0.73 and 0.73_50
2011-04-17 Nicholas Clark Avoid using assert() on ithreaded 5.8.8 and earlier...
2011-04-16 Nicholas Clark Update CHANGES for 0.73
2011-04-16 Nicholas Clark Add a test for the non-exceptional warnings.
2011-04-16 Nicholas Clark Add PERL_NO_GET_CONTEXT to improve performance under...
2011-04-16 Nicholas Clark Include the size of constants in constant subs (resolve...
2011-04-16 Nicholas Clark Resolve CPAN #58484: Devel::Size SEGVs on XSUBs post...
2011-04-16 Nicholas Clark Convert to XSLoader.
2011-04-16 Nicholas Clark Convert the tracking system to a 256-way tree.
2011-04-16 Nicholas Clark Catching SEGVs with __try/__except is MSVC only, not...
2011-04-16 Nicholas Clark No need to explicitly check AvARYLEN in 5.10 and later.
2011-04-16 Nicholas Clark Correct to 0.72 the CHANGES entry for the second "0...
2011-04-16 BrowserUk import Devel-Size 0.72 from CPAN
2011-04-16 Tels import Devel-Size 0.71 from CPAN
2011-04-16 Tels 0.70 as released to CPAN. (only metadata and Module...
2011-04-16 Tels Fix compilation under blead, and require at least 5.006
2009-12-10 Tels import Devel-Size 0.69 from CPAN
2009-12-10 Tels import Devel-Size 0.68 from CPAN
2009-12-10 Tels import Devel-Size 0.67 from CPAN
2009-12-10 Tels import Devel-Size 0.65 from CPAN