This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Add comment, reorder conditional branches
[perl5.git] / ext / Devel-Peek /
2019-09-23 David MitchellUn-revert "[MERGE] add+use si_cxsubix field"
2019-09-20 Max MaischeinRevert "[MERGE] add+use PL_curstackinfo->si_cxsubix... v5.31.4
2019-09-19 David Mitchellset VOID on OP_ENTER
2019-01-20 James E KeenanProvide defined value for $TODO only where test should...
2018-10-14 James E KeenanUpdate example of Dump on hashref.
2018-03-21 David Mitchellop_dump(): display PARENT of top-most node
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2017-08-04 David Mitchellsv_dump(): display regex LEN and LV-as-RX regexp
2017-07-27 David Mitchellgive REGEXP SVs the POK flag again
2017-01-23 David Mitchelldump.c: handle GV being really a ref to a CV
2017-01-21 David Mitchellrevamp the op_dump() output format
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-23 John LightseySwitch most open() calls to three-argument form.
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-05-26 Karl WilliamsonDevel::Peek: Fix a couple of pod glitches
2015-11-09 Karl WilliamsonDevel::Peek: document that uses STDERR
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-03-09 Karl WilliamsonDevel::Peek:Peek.t: Fix to work on EBCDIC
2015-02-03 James E KeenanReverse 'const static' to avoid 'old-style-declaration...
2015-01-30 Craig A. BerryTODO Peek.t test on VMS.
2015-01-05 Daniel Draganconst the custom op struct in Devel::Peek
2014-12-28 Matthew Horsfall... Fixes to make test pass for regexp nocapture bit addition.
2014-12-08 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.20
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father ChrysostomosDeparse Devel::Peek::Dump
2014-11-07 Father ChrysostomosAdjust Peek.t for SEQ dumping
2014-11-04 Father ChrysostomosMake Peek.t less sensitive to NO_COW config args
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-25 Father ChrysostomosPeek.t should not expect PADMY under 5.21.5
2014-09-23 Father ChrysostomosPeek.t: Drop 5.8 support
2014-09-20 Father ChrysostomosYet more Peek.t fix-ups
2014-09-20 Father ChrysostomosPeek.t: This read-only stuff came after 5.21.4
2014-09-20 Father ChrysostomosMore Peek.t fix-ups
2014-09-20 Father ChrysostomosPeek.t fix-up
2014-09-19 Father ChrysostomosDump GPFLAGS
2014-09-15 Father ChrysostomosPeek.t needs to know about the prev. change
2014-09-15 Father ChrysostomosTweak Peek.t again
2014-09-15 Father ChrysostomosTweak Peek.t
2014-09-10 David MitchellAutomate processing of op_private flags
2014-08-30 Father ChrysostomosFix up Peek.t after priv flag twiddling
2014-08-28 Father ChrysostomosMake Peek.t easier to run directly
2014-08-28 Father ChrysostomosFix up Peek.t
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 MitchellDevel::Peek: test 2-arg form of Dump
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-05-29 Karl WilliamsonBump version for Devel::Peek
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-30 Tony Cookensure we have a reference when we call SvRV()
2014-01-24 Craig A. BerryFix $ENV{PATH} flags in Peek.t.
2014-01-04 Brian Fraserext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.
2014-01-04 Brian FraserFixups for ext/Devel-Peek/t/Peek.t
2014-01-04 Brian FraserDevel::Peek: Test that we dump CvOUTSIDE properly
2014-01-04 Brian FraserMake dump.c nul-and-UTF8 clean
2013-11-30 Father ChrysostomosPeek.t: Update skip version
2013-11-30 Father ChrysostomosAllow PADTMPs’ strings to be swiped
2013-11-13 David MitchellDevel::Peek: fix some compiler warnings
2013-10-25 Steve HayRemove some unnecessary Makefile.PLs from cpan/ and...
2013-09-10 Nicholas ClarkSimplify the conditional logic for COW_REFCNT in Devel...
2013-09-10 Nicholas ClarkFix Devel::Peek's tests when building with -DPERL_NO_COW
2013-09-07 Father ChrysostomosStop Devel'Peek'Dump with no args from crashing
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-22 Father ChrysostomosFix Peek.t failure under -DPERL_NO_COW
2013-08-21 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.14
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-13 Father ChrysostomosUpdate Devel::Peek docs with Dump changes
2013-08-13 Father ChrysostomosInline Devel::Peek::Dump; allow Dump %hash etc.
2013-08-12 Father ChrysostomosPeek.t: Fix a test
2013-08-12 Father Chrysostomos[perl #92260] Devel::Peek::fill_mstats and non-PVs
2013-08-12 Father ChrysostomosMark COWable constants as COWable at compile time
2013-08-11 Father ChrysostomosFix up Peek.t for alternate COW configurations
2013-08-11 Father Chrysostomosuniversal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2013-07-26 Father ChrysostomosVersion number tweaks in tests and other cleanup
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-06-23 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.12
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-03-23 David MitchellRevert "fix Peek.t to work with NEW COW"
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2013-03-19 Nicholas ClarkPerl_sv_uni_display() needs to be aware of RX_WRAPPED()
2013-03-12 David MitchellFix Peek.t under PERL_OLD_COPY_ON_WRITE
2012-11-27 Father ChrysostomosFix up Peek.t to account for preceding commits
2012-11-25 Karl WilliamsonRemove "register" declarations
next