summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/t
Commit message (Expand)AuthorAgeFilesLines
...
* Fix up Peek.tFather Chrysostomos2014-08-281-2/+1
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-5/+5
* Devel::Peek: test 2-arg form of DumpDavid Mitchell2014-07-081-0/+18
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-281-0/+6
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-13/+18
* ensure we have a reference when we call SvRV()Tony Cook2014-01-301-0/+1
* Fix $ENV{PATH} flags in Peek.t.Craig A. Berry2014-01-231-1/+1
* ext/Devel-Peek/t/Peek.t: Don't leave PATH tainted.Brian Fraser2014-01-041-0/+3
* Fixups for ext/Devel-Peek/t/Peek.tBrian Fraser2014-01-041-5/+4
* Devel::Peek: Test that we dump CvOUTSIDE properlyBrian Fraser2014-01-041-4/+1
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-0/+282
* Peek.t: Update skip versionFather Chrysostomos2013-11-301-4/+4
* Allow PADTMPs’ strings to be swipedFather Chrysostomos2013-11-301-4/+4
* Simplify the conditional logic for COW_REFCNT in Devel::Peek's test.Nicholas Clark2013-09-101-19/+19
* Fix Devel::Peek's tests when building with -DPERL_NO_COWNicholas Clark2013-09-101-2/+2
* Stop Devel'Peek'Dump with no args from crashingFather Chrysostomos2013-09-061-0/+6
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-2/+5
* Fix Peek.t failure under -DPERL_NO_COWFather Chrysostomos2013-08-221-1/+1
* Inline Devel::Peek::Dump; allow Dump %hash etc.Father Chrysostomos2013-08-131-5/+73
* Peek.t: Fix a testFather Chrysostomos2013-08-121-2/+3
* [perl #92260] Devel::Peek::fill_mstats and non-PVsFather Chrysostomos2013-08-121-1/+3
* Mark COWable constants as COWable at compile timeFather Chrysostomos2013-08-121-21/+48
* Fix up Peek.t for alternate COW configurationsFather Chrysostomos2013-08-111-14/+11
* universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLYFather Chrysostomos2013-08-111-6/+18
* dump.c: Dump contents of regexps’ mother_re fieldFather Chrysostomos2013-08-091-2/+58
* [perl #117793] remove dangerous functions and improve SvREFCNT()Tony Cook2013-08-091-0/+7
* Version number tweaks in tests and other cleanupFather Chrysostomos2013-07-251-6/+6
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-251-2/+4
* [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-251-1/+2
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-211-6/+6
* Cache HvFILL() for larger hashes, and update on insertion/deletion.Nicholas Clark2013-05-291-3/+115
* rework split() special case interaction with regex engineYves Orton2013-03-271-0/+2
* improve how Devel::Peek::Dump handles iterator informationYves Orton2013-03-241-12/+5
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-1/+2
* Revert "fix Peek.t to work with NEW COW"David Mitchell2013-03-231-2/+1
* fix Peek.t to work with NEW COWDavid Mitchell2013-03-231-1/+2
* Perl_sv_uni_display() needs to be aware of RX_WRAPPED()Nicholas Clark2013-03-191-0/+34
* Fix Peek.t under PERL_OLD_COPY_ON_WRITEDavid Mitchell2013-03-121-1/+1
* Fix up Peek.t to account for preceding commitsFather Chrysostomos2012-11-271-3/+5
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-2/+4
* Allow regexp-to-pvlv assignmentFather Chrysostomos2012-10-301-2/+3
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-5/+5
* Fix Peek.tFather Chrysostomos2012-09-151-4/+4
* Don't copy all of the match string bufferDavid Mitchell2012-09-081-0/+2
* close the Peek.t temp file so the END block can unlink itTony Cook2012-08-241-0/+1
* Peek.t: Test that DeadCode doesn’t crashFather Chrysostomos2012-08-221-0/+8
* Fix Devel::Peek’s tests for format changesFather Chrysostomos2012-08-051-2/+2
* ensure that the env var SV after C<{FOO}='x'> is PV onlyChip Salzenberg2012-07-241-1/+3
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-1/+0