summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/t
Commit message (Expand)AuthorAgeFilesLines
* Add SvIsBOOL() macro to test for SVs being boolean-intentPaul "LeoNerd" Evans2021-09-101-0/+24
* Test Devel::Peek with tied hashesNicholas Clark2021-09-031-1/+33
* Catch errors earlier in Devel-Peek/t/Peek.tNicolas R2020-11-051-1/+6
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-1/+1
* Un-revert "[MERGE] add+use si_cxsubix field"David Mitchell2019-09-231-1/+1
* Revert "[MERGE] add+use PL_curstackinfo->si_cxsubix field"v5.31.4Max Maischein2019-09-201-1/+1
* set VOID on OP_ENTERDavid Mitchell2019-09-191-1/+1
* Provide defined value for $TODO only where test should not run.James E Keenan2019-01-201-10/+9
* op_dump(): display PARENT of top-most nodeDavid Mitchell2018-03-211-0/+1
* sv_dump(): display regex LEN and LV-as-RX regexpDavid Mitchell2017-08-041-1/+4
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-5/+4
* dump.c: handle GV being really a ref to a CVDavid Mitchell2017-01-231-2/+2
* revamp the op_dump() output formatDavid Mitchell2017-01-211-44/+36
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-131-1/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-5/+5
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-3/+3
* Eliminate SVrepl_EVAL and SvEVALED()David Mitchell2016-11-121-7/+3
* dump.c: don't display an ARRAY's ARYLEN fieldDavid Mitchell2016-11-121-3/+0
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-29/+5
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-8/+8
* Devel::Peek:Peek.t: Fix to work on EBCDICKarl Williamson2015-03-091-14/+22
* TODO Peek.t test on VMS.Craig A. Berry2015-01-291-10/+12
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-2/+2
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* Adjust Peek.t for SEQ dumpingFather Chrysostomos2014-11-061-3/+7
* Make Peek.t less sensitive to NO_COW config argsFather Chrysostomos2014-11-041-2/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+2
* Make space for /xx flagKarl Williamson2014-09-291-2/+2
* Peek.t should not expect PADMY under 5.21.5Father Chrysostomos2014-09-241-13/+13
* Peek.t: Drop 5.8 supportFather Chrysostomos2014-09-221-85/+20
* Yet more Peek.t fix-upsFather Chrysostomos2014-09-201-6/+9
* Peek.t: This read-only stuff came after 5.21.4Father Chrysostomos2014-09-201-14/+14
* More Peek.t fix-upsFather Chrysostomos2014-09-201-6/+13
* Peek.t fix-upFather Chrysostomos2014-09-201-3/+4
* Dump GPFLAGSFather Chrysostomos2014-09-181-0/+1
* Peek.t needs to know about the prev. changeFather Chrysostomos2014-09-151-1/+2
* Tweak Peek.t againFather Chrysostomos2014-09-151-5/+6
* Tweak Peek.tFather Chrysostomos2014-09-151-1/+2
* Automate processing of op_private flagsDavid Mitchell2014-09-101-2/+2
* Fix up Peek.t after priv flag twiddlingFather Chrysostomos2014-08-291-0/+2
* Make Peek.t easier to run directlyFather Chrysostomos2014-08-281-2/+3
* 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