This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove get magic from typeglobs. This means that PVGVs holding
[perl5.git] / ext / Devel / Peek / t / Peek.t
2006-02-23 Nicholas ClarkRemove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clarksv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-01-10 Craig A. BerryMake FAKE,READONLY optional on VMS in test 21
2005-12-19 Nicholas ClarkMake sv_dump (and therefore Devel::Peek) report the...
2005-08-31 John E. Malmberg[patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-03-29 Rafael Garcia-SuarezFix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchellexpand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2003-07-28 Jarkko HietaniemiSlightly better failure output.
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.