summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek
Commit message (Expand)AuthorAgeFilesLines
* 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-303-1/+5
* 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
* Devel::Peek: fix some compiler warningsDavid Mitchell2013-11-132-2/+3
* Remove some unnecessary Makefile.PLs from cpan/ and ext/Steve Hay2013-10-251-11/+0
* 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-062-0/+13
* 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
* Increase $Devel::Peek::VERSION to 1.14Father Chrysostomos2013-08-201-1/+1
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-0/+1
* Update Devel::Peek docs with Dump changesFather Chrysostomos2013-08-131-0/+9
* Inline Devel::Peek::Dump; allow Dump %hash etc.Father Chrysostomos2013-08-132-13/+174
* Peek.t: Fix a testFather Chrysostomos2013-08-121-2/+3
* [perl #92260] Devel::Peek::fill_mstats and non-PVsFather Chrysostomos2013-08-122-3/+4
* 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-093-27/+16
* 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
* Increase $Devel::Peek::VERSION to 1.12Father Chrysostomos2013-06-221-1/+1
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-2/+3
* 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
* Remove "register" declarationsKarl Williamson2012-11-242-2/+2
* 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
* Use FooBAR convention for new pad macrosFather Chrysostomos2012-08-221-3/+3