p5sagit/Devel-Size.git
2017-08-05 Nicholas Clark This is 0.81 - update META.yml, and META.json master
2017-08-05 Nicholas Clark Bump $VERSION to 0.81
2017-06-21 Nicholas Clark Try to avoid strange failures when 1 == 1 doesn't give...
2017-06-21 Nicholas Clark Bump $VERSION to 0.80_50
2017-06-21 Nicholas Clark This is 0.80 - update META.yml, and META.json
2015-03-30 Nicholas Clark Bump $VERSION to 0.80
2015-03-27 Nicholas Clark This is 0.79_54 - update META.yml, and META.json
2015-03-27 Nicholas Clark Fix the build under 5005 threads.
2015-03-27 Nicholas Clark Avoid tests failing because Test::More changes the...
2015-03-27 Nicholas Clark Move the declaration and closing brace of padlist_size...
2015-03-27 Nicholas Clark Bump $VERSION to 0.79_54
2015-03-26 Nicholas Clark This is 0.79_53 - update META.yml, and META.json
2015-03-25 Zefram More complete handling of padlists for XSUBs.
2015-03-25 Zefram Attached patch adds handling of children of METHOP...
2015-03-25 Nicholas Clark Handle PADNAMELIST/PADNAME introduced in v5.21.7
2015-03-25 Nicholas Clark Count the size of padlist names in CVs (for v5.18 and...
2015-03-24 Nicholas Clark Avoid t/recurse.t failing on earlier versions on 32...
2015-03-20 Nicholas Clark Bump $VERSION to 0.79_53
2015-03-20 Nicholas Clark This is 0.79_52 - update META.yml, and META.json
2015-03-20 Nicholas Clark A more robust test for the size of subroutines in packa...
2015-03-20 Nicholas Clark As of v5.21.6, CvPADLIST() is only legal on pure Perl...
2015-03-20 Zefram handle the multideref op, and to a limited extent UNOP_...
2015-03-20 Zefram Handle the new METHOP.
2015-02-28 Nicholas Clark Bump $VERSION to 0.79_52
2015-02-28 Nicholas Clark This is 0.79_51 - update META.yml, and META.json
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 This is 0.79_50 - update META.yml, and META.json
2015-02-28 Nicholas Clark Update CHANGES.
2015-02-28 Zefram reading tied scalar shrinks it
2015-02-28 Zefram wrong test for magicalness
2015-02-28 Nicholas Clark Bump $VERSION to 0.79_50
2015-02-28 Nicholas Clark This is 0.79 - update META.yml, and META.json
2013-05-12 Nicholas Clark Bump $VERSION to 0.79
2013-05-10 Nicholas Clark This is 0.78_52 - update META.yml, and META.json
2013-05-10 Nicholas Clark Correct the error in the fix for cop_stashpv on v5...
2013-05-10 Nicholas Clark Bump $VERSION to 0.78_52
2013-05-10 Nicholas Clark This is 0.78_51 - update META.yml, and add META.json
2013-05-10 Nicholas Clark As of v5.17.1, cop_stashpv no longer exists on threaded...
2013-05-10 Nicholas Clark The cop_stash pointer isn't reference counted, so don...
2013-05-10 Nicholas Clark Correct the year for the 0.78 release in the CHANGES...
2013-05-10 Nicholas Clark Bump $VERSION to 0.78_51
2013-05-10 Nicholas Clark This is 0.78_50 - update META.yml, and add META.json
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 Test that we can measure that recursion increases the...
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 add .gitignore
2012-08-15 Tim Bunce Spelling fix to docs from gregor herrmann [CPAN #78766]
2012-07-30 Nicholas Clark Bump $VERSION to 0.78_50
2012-07-30 Nicholas Clark This is 0.78 - update META.yml and META.json
2012-07-30 Nicholas Clark Bump $VERSION to 0.78
2012-07-30 Nicholas Clark This is 0.77_51 - update META.yml and META.json
2012-07-30 bulk 88 Correct the code for structured exception handling...
2012-07-30 Nicholas Clark Bump $VERSION to 0.77_51
2012-07-30 Nicholas Clark This is 0.77_50 - update META.yml, and add META.json
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_50
2011-05-16 Nicholas Clark This is 0.77 - update META.yml
2011-05-16 Nicholas Clark Bump $VERSION to 0.77
2011-05-12 Nicholas Clark This is 0.76_50 - update META.yml
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 Use GvFILE_HEK(), if present, in preference to GvFILE()
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-12 Nicholas Clark Add a comment to force emacs to use C mode.
2011-05-12 Nicholas Clark Add a single (void **) cast to make the C code also...
2011-05-11 Nicholas Clark Bump $VERSION to 0.76_50
2011-05-11 Nicholas Clark This is 0.76 - update META.yml
2011-05-11 Nicholas Clark Bump $VERSION to 0.76
2011-05-09 Nicholas Clark This is 0.75_52 - update META.yml
2011-05-09 Nicholas Clark Don't count PL_sv_placeholder in the size returned.
2011-05-09 Nicholas Clark sv_size() can return void once more.
2011-05-09 Nicholas Clark Reinstate 5.005_xx "support".
2011-05-09 Nicholas Clark Replace c*OPx macros with their expansions.
2011-05-09 Nicholas Clark Reinstate 5.6.x "support".
2011-05-09 Nicholas Clark Don't recurse into op_size() on op->pmnext.
2011-05-09 Nicholas Clark Reinstate weaken(), inadvertently removed by 8c394e1251...
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 ppport.h defined NV if necessary, so no need to duplica...
2011-05-09 Nicholas Clark Add -DPURIFY sizes to body_sizes[]
2011-05-09 Nicholas Clark Use a table for SV body sizes. These incorporate the...
2011-05-05 Nicholas Clark In sv_size(), refactor the PV-derivatives to share...
2011-05-05 Nicholas Clark In sv_size(), coalesce all calls to magic_size().
2011-05-05 Nicholas Clark Bump $VERSION to 0.75_52
2011-05-05 Nicholas Clark This is 0.75_51 - update META.yml
2011-05-05 Nicholas Clark For other-than-gcc, generate calls to check_new(...)
2011-05-05 Nicholas Clark Bump $VERSION to 0.75_51
2011-05-05 Nicholas Clark This is 0.75_50 - update META.yml
2011-05-04 Nicholas Clark eval $ExtUtils::MakeMaker::VERSION to avoid warnings...
2011-05-04 Nicholas Clark Re-indent Makefile.PL consistently.
2011-05-04 Nicholas Clark Simplify magic_size() by knowing that check_new() retur...
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.
next