This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pumpkin.pod: Add L<> around html link
[perl5.git] / ext / Devel-Peek /
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-11 Father ChrysostomosRemove TODO markers from Devel::Peek tests
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkStore the BM table in mg_ptr instead of after SvCUR().
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkDon't fbm_compile() studied scalars, to give more flexi...
2011-06-11 Nicholas ClarkDon't allow study on an FBM scalar, to give more flexib...
2011-06-11 Nicholas ClarkTest dumping studied scalars.
2011-06-11 Nicholas ClarkPerl_do_sv_dump() shouldn't show "IV" for a FBM, as...
2011-06-05 Father ChrysostomosMake Devel::Peek::fill_mstats work on COWs
2011-05-18 Karl Williamsonext/Devel-Peek/Peek.pm: Fix broken links
2011-05-18 Karl WilliamsonFix broken link
2011-01-30 David MitchellPerl_do_sv_dump: dump REGEXP body
2011-01-20 Jesse VincentVersion bumps for Devel-Peek non-dual-life modules...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2011-01-05 David MitchellDevel-Peek/Peek.pm: update example outputs in pod
2010-12-19 Zeframbump version of many modules
2010-12-11 Zeframfix various compiler warnings from XS code
2010-11-25 Nicholas ClarkTest dumping stashes, with various combinations of...
2010-11-25 Nicholas ClarkRefactor Peek.t to give more useable diagnostics.
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-08-25 Yves Ortonprevent Devel::Peek::Dump from lieing to us about evil...
2010-07-29 David MitchellPeek.t: better identify failing tests
2010-07-29 David MitchellDump didn't display CVf_ISXSUB flag
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-06-30 Nicholas ClarkConvert Devel::Peek's test to Test::More.
2010-06-09 Nicholas ClarkReorder CVf_* flags to be numerically contiguous again.
2010-05-20 Nicholas ClarkSvIVX() isn't valid on SVt_REGEXP
2010-02-09 Nicholas ClarkFix for non-regexps being upgraded to SVt_REGEXP
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas ClarkRename ext/Devel/Peek to ext/Devel-Peek