summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/Peek.xs
Commit message (Expand)AuthorAgeFilesLines
* Use new sv_setrv_noinc() in Devel::PeekPaul "LeoNerd" Evans2021-08-251-3/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-1/+0
* use cv_set_call_checker_flags() where possibleZefram2017-08-081-1/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+1
* Devel-Peek: use hv_fetchs() when the key is a constant stringYves Orton2016-10-191-14/+14
* Reverse 'const static' to avoid 'old-style-declaration' warning.James E Keenan2015-02-031-1/+1
* const the custom op struct in Devel::PeekDaniel Dragan2015-01-051-5/+7
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-4/+4
* Deparse Devel::Peek::DumpFather Chrysostomos2014-11-061-1/+1
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+2
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-2/+1
* add op_sibling_splice() fn and make core use itDavid Mitchell2014-07-081-23/+24
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-8/+9
* Remove MAD.Jarkko Hietaniemi2014-06-131-17/+2
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* ensure we have a reference when we call SvRV()Tony Cook2014-01-301-0/+3
* Devel::Peek: fix some compiler warningsDavid Mitchell2013-11-131-1/+2
* Stop Devel'Peek'Dump with no args from crashingFather Chrysostomos2013-09-061-0/+7
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-0/+1
* Inline Devel::Peek::Dump; allow Dump %hash etc.Father Chrysostomos2013-08-131-8/+101
* [perl #92260] Devel::Peek::fill_mstats and non-PVsFather Chrysostomos2013-08-121-2/+1
* [perl #117793] remove dangerous functions and improve SvREFCNT()Tony Cook2013-08-091-23/+6
* Remove "register" declarationsKarl Williamson2012-11-241-1/+1
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-3/+3
* PATCH: Devel::Peek doesn't compile under C++Karl Williamson2012-08-221-1/+1
* Devel::Peek: Fix so compiles under C++Karl Williamson2012-08-221-4/+6
* Make Devel::Peek::fill_mstats work on COWsFather Chrysostomos2011-06-041-0/+1
* fix various compiler warnings from XS codeZefram2010-12-111-0/+7
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-3/+2
* Rename ext/Devel/Peek to ext/Devel-PeekNicholas Clark2009-02-091-0/+420