This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #46947] Parse method-BLOCK arguments as a term
[perl5.git] / ext / Devel-Peek /
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
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.
next