fix madprop_size, hopefully (untested)
[p5sagit/Devel-Size.git] / SizeMe.xs
2012-10-17 Tim Bunce fix madprop_size, hopefully (untested)
2012-10-11 Tim Bunce fix gettimeofday_nv proto
2012-10-11 Tim Bunce ifdef PL_my_cxt_size
2012-10-11 Tim Bunce use PERL_BCDVERSION for SVt_LAST
2012-10-11 Tim Bunce fix compiler warning
2012-10-11 Tim Bunce Merge branch 'tim-20120930-sizeme' of github.com:timbun...
2012-10-11 Tim Bunce fix madprop_size declaration
2012-10-11 Tim Bunce Tweak PERL_BCDVERSION for ps->compcv
2012-10-11 Tim Bunce Fix thread issues per cpantesters.org/cpan/report/e0aa7...
2012-10-11 Tim Bunce Merge pull request #1 from letolabs/fix_clang_warnings
2012-10-11 Tim Bunce Bump VERSION to 0.04. Tweak a warning message
2012-10-10 Jonathan "Duke"... Fix compiler warnings from clang 2.1
2012-10-04 Tim Bunce No longer chase CvSTART (dubious before 5.17 and broken...
2012-10-04 Tim Bunce Fix COPHH for PERL_BCDVERSION < 0x5013007
2012-10-03 Tim Bunce Fix for coredumped in t/recurse.t with a non-threaded...
2012-10-03 Tim Bunce Fix most backcompat issues (tested with 5.8.9)
2012-10-03 Tim Bunce PL_apiversion PL_ofsgv PL_custom_ops. basecop->cop_stas...
2012-10-03 Tim Bunce parser compcv vs comppad
2012-10-03 Tim Bunce avoid COPHH and define CopHINTHASH_get if not defined
2012-10-03 Tim Bunce applied ppport.h recommended patch
2012-10-02 Tim Bunce Only set SIZEME for -d mode. Fix assertion when SIZEME...
2012-10-02 Tim Bunce More docs and other polish for release.
2012-10-02 Tim Bunce Remove 'pre attr'. Other minor cleanup.
2012-10-02 Tim Bunce renaming for static/sizeme_graph.pl
2012-10-02 Tim Bunce Merge remote-tracking branch 'origin/rafl' into tim...
2012-10-02 Tim Bunce Rename to Devel::SizeMe