This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update JSON-PP to CPAN version 2.27300
[perl5.git] / ext / Devel-Peek /
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
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-09-16 Father ChrysostomosFix Peek.t
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-24 Tony Cookclose the Peek.t temp file so the END block can unlink it
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 Father ChrysostomosPeek.t: Test that DeadCode doesn’t crash
2012-08-22 Karl WilliamsonDevel::Peek: Fix so compiles under C++
2012-08-05 Father ChrysostomosFix Devel::Peek’s tests for format changes
2012-07-24 Chip Salzenbergensure that the env var SV after C<{FOO}='x'> is PV...
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-06-13 David Mitchelleliminate RExC_seen_evals and RExC_rx->seen_evals
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-05-22 Father ChrysostomosCorrect Peek.t to account for flag changes
2012-02-13 Abhijit Menon-SenMake pp_study a no-op, as discussed on p5p
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
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
next