This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Devel-Peek: use hv_fetchs() when the key is a constant string
[perl5.git] / ext / Devel-Peek / Peek.xs
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2015-02-03 James E KeenanReverse 'const static' to avoid 'old-style-declaration...
2015-01-05 Daniel Draganconst the custom op struct in Devel::Peek
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-11-07 Father ChrysostomosDeparse Devel::Peek::Dump
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchelladd op_sibling_splice() fn and make core use it
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-01-30 Tony Cookensure we have a reference when we call SvRV()
2013-11-13 David MitchellDevel::Peek: fix some compiler warnings
2013-09-07 Father ChrysostomosStop Devel'Peek'Dump with no args from crashing
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-13 Father ChrysostomosInline Devel::Peek::Dump; allow Dump %hash etc.
2013-08-12 Father Chrysostomos[perl #92260] Devel::Peek::fill_mstats and non-PVs
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-22 Karl WilliamsonPATCH: Devel::Peek doesn't compile under C++
2012-08-22 Karl WilliamsonDevel::Peek: Fix so compiles under C++
2011-06-05 Father ChrysostomosMake Devel::Peek::fill_mstats work on COWs
2010-12-11 Zeframfix various compiler warnings from XS code
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2009-02-09 Nicholas ClarkRename ext/Devel/Peek to ext/Devel-Peek