Test that formats can be dumped.
[p5sagit/p5-mst-13.2.git] / ext / Devel / Peek / t /
2008-07-12 Nicholas Clark Test that formats can be dumped.
2008-02-03 Nicholas Clark Recode all the old variable-like substitutions with...
2008-02-03 Nicholas Clark Produce a more generic expectation management system...
2008-02-02 Nicholas Clark 5.8.x and earler have a SUBPROCESS line in the dump...
2008-02-02 Nicholas Clark Change 27244 wasn't quite correct. XSUB is dumped as...
2008-01-30 Nicholas Clark Need to substitute out the placeholder '$RV' for earlie...
2008-01-26 Nicholas Clark Change 33069 missed updating dump.c to dump PVIOs corre...
2008-01-06 Yves Orton Make new regex type be 'REGEXP' and make all core qr...
2008-01-05 Nicholas Clark Don't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas Clark Abolish wrapped in struct regexp - store the wrapped...
2008-01-02 Nicholas Clark Make struct regexp the body of SVt_REGEXP SVs, REGEXPs...
2007-12-28 Nicholas Clark Dump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-12-26 Nicholas Clark Eliminate SVt_RV, and use SVt_IV to store plain references.
2007-07-11 Gerard Goossen dump.c: do not use sv_len_utf8 because it modified...
2007-03-22 Yves Orton Resolve PL_curpm issues with (??{}) and fix corruption...
2007-01-05 SADAHIRO Tomoyuki Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re...
2007-01-02 Nicholas Clark PVMG can be isUV too.
2006-12-16 Nicholas Clark Split out the use of SVp_SCREAM for GVs with GPs into...
2006-10-19 Yves Orton Re: Off by one in the trie code?
2006-08-31 Nicholas Clark Change the generation of {} and [] from 3 ops to 1...
2006-07-12 Rafael Garcia-Suarez Cleanup and conversion to t/test.pl
2006-02-25 Nicholas Clark Curiously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-23 Nicholas Clark Remove get magic from typeglobs. This means that PVGVs...
2006-02-22 Nicholas Clark sv_dump should report the PV for PVGVs, as it can get...
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2006-01-10 Craig A. Berry Make FAKE,READONLY optional on VMS in test 21
2005-12-19 Nicholas Clark Make 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 Clark If gp_flags is unused, why are we even allocating it?
2005-06-01 Nicholas Clark Round up all string length requests to malloc()/realloc...
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-03-29 Rafael Garcia-Suarez Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2003-07-28 Jarkko Hietaniemi Slightly better failure output.
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.