summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek
Commit message (Expand)AuthorAgeFilesLines
* dump.c - dump new regexp fields properlyYves Orton2023-01-232-78/+150
* dump.c - in op_dump show the hints and feature bitsYves Orton2022-11-011-0/+1
* ext/Devel-Peek/t/Peek.t - cater for doubledouble where neededsisyphus2022-04-081-6/+37
* Devel::Peek::Peek.t: Simplify EBCDIC handlingKarl Williamson2022-03-261-48/+27
* Devel::Peek::Peek.t: Add missing '\' for EBCDICKarl Williamson2022-03-261-1/+1
* Add tests for increased NV precision in Devel::Peek::DumpTAKAI Kousuke2022-03-091-0/+23
* Make sv_dump() (and Devel::Peek) escape PV contents with hex, not octal.Felipe Gasper2022-03-041-6/+6
* Remove DOS/DJGPP supportDagfinn Ilmari Mannsåker2021-11-021-1/+1
* Fix the build and tests when NODEFAULT_SHAREKEYS is definedNicholas Clark2021-10-201-0/+5
* 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
* Use new sv_setrv_noinc() in Devel::PeekPaul "LeoNerd" Evans2021-08-252-4/+2
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-2/+1
* Catch errors earlier in Devel-Peek/t/Peek.tNicolas R2020-11-051-1/+6
* Fix typosSamanta Navarro2020-10-031-2/+2
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-202-2/+1
* 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
* Update example of Dump on hashref.James E Keenan2018-10-131-23/+20
* op_dump(): display PARENT of top-most nodeDavid Mitchell2018-03-211-0/+1
* use cv_set_call_checker_flags() where possibleZefram2017-08-082-2/+2
* 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
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+1
* 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-122-6/+1
* Devel-Peek: use hv_fetchs() when the key is a constant stringYves Orton2016-10-192-15/+15
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-29/+5
* Devel::Peek: Fix a couple of pod glitchesKarl Williamson2016-05-251-3/+5
* Devel::Peek: document that uses STDERRKarl Williamson2015-11-091-1/+3
* 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
* Reverse 'const static' to avoid 'old-style-declaration' warning.James E Keenan2015-02-032-2/+2
* TODO Peek.t test on VMS.Craig A. Berry2015-01-291-10/+12
* const the custom op struct in Devel::PeekDaniel Dragan2015-01-052-6/+8
* Fixes to make test pass for regexp nocapture bit addition.Matthew Horsfall (alh)2014-12-281-2/+2
* Increase $Devel::Peek::VERSION to 1.20Father Chrysostomos2014-12-071-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-4/+4
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* Deparse Devel::Peek::DumpFather Chrysostomos2014-11-062-1/+11
* 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