summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* dump.c - use RXp_ macros to access regexp struct membersYves Orton2023-03-131-19/+19
* regexec.c - use RXp_LASTPAREN(rex) to access rex->lastparenYves Orton2023-03-131-1/+1
* regcomp.c - Use RXp_OFFSp() to access offset dataYves Orton2023-03-131-3/+3
* perl -DsR: display PADMTPs as <P>David Mitchell2023-02-281-1/+3
* Add recent CVf_ flags to Devel::Peek::Dump outputDavid Mitchell2023-02-261-1/+6
* dump.c - cast sprintf args properly to silence build warning under clangYves Orton2023-02-261-1/+1
* Create a specific SV type for object instancesPaul "LeoNerd" Evans2023-02-101-7/+30
* dump.c - dump new regexp fields properlyYves Orton2023-01-231-6/+56
* GvNAME() always returns a true valueTony Cook2022-11-181-2/+2
* dump.c - in op_dump show the hints and feature bitsYves Orton2022-11-011-0/+5
* dump.c - add missing castYves Orton2022-10-301-1/+1
* Use new xV_FROM_REF macrosPaul "LeoNerd" Evans2022-10-291-5/+2
* dump.c - document sv_dump_depth()Yves Orton2022-10-281-0/+13
* dump.c - add ways to dump HV's and AV's and SV's to any depth.Yves Orton2022-10-181-3/+39
* Use `LINE_Tf` for formatting line numbersTAKAI Kousuke2022-10-131-1/+1
* Use `LINE_Tf` thoroughly for formatting the value of CopLINE()TAKAI Kousuke2022-10-131-2/+2
* prevent a new build warningTony Cook2022-08-311-0/+3
* sv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and HEKf for use in error m...Yves Orton2022-08-251-22/+72
* Define the remaining convenience cMETHOP* macrosPaul "LeoNerd" Evans2022-08-031-1/+1
* Rename CVf_METHOD to CVf_NOWARN_AMBIGUOUSPaul "LeoNerd" Evans2022-07-261-1/+1
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-021-3/+3
* Fix typos for generating perlapiKarl Williamson2022-05-191-1/+1
* perlapi: Document a few dump functions.Karl Williamson2022-05-191-0/+35
* perlapi: Mark debop as internalKarl Williamson2022-05-111-0/+8
* perlapi: Mark debprofdump internal and document itKarl Williamson2022-05-111-0/+18
* Mark internal and document sv_peekKarl Williamson2022-05-071-0/+8
* do_sv_dump: increase NV precision to be outputTAKAI Kousuke2022-03-091-1/+28
* Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)Richard Leach2022-03-071-1/+1
* Make sv_dump() (and Devel::Peek) escape PV contents with hex, not octal.Felipe Gasper2022-03-041-13/+32
* Add SvIsBOOL() macro to test for SVs being boolean-intentPaul "LeoNerd" Evans2021-09-101-0/+2
* Use HvTOTALKEYS() in place of HvARRAY() in various boolean testsNicholas Clark2021-09-031-4/+4
* Change HvUSEDKEYS(hv) to HvTOTALKEYS(hv) in Perl_do_sv_dump().Nicholas Clark2021-08-251-6/+7
* Use an LVALUE hv_fetch() in S_sequence_num() instead of fetch/store.Nicholas Clark2021-08-231-3/+3
* dump.c: Save a '&' instr by casting to U8Karl Williamson2021-07-301-1/+1
* Perl_do_sv_dump(): handle PL_strtabDavid Mitchell2021-03-091-2/+9
* gh18515: extend dumping of PM objectsHugo van der Sanden2021-02-091-1/+7
* Rename CxTRYBLOCK() to CxEVALBLOCK()Paul "LeoNerd" Evans2021-02-041-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-927/+927
* perlapi: Split section Display and DumpKarl Williamson2020-11-061-1/+2
* Note that some dump constant flags are not publicKarl Williamson2020-09-051-0/+7
* Reorganize perlapiKarl Williamson2020-09-041-4/+0
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-3/+0
* Reimplement tr/// without swashesKarl Williamson2019-11-061-7/+6
* dump.c: Note that constants to pass are documentedKarl Williamson2019-09-021-0/+14
* op_dump(): display a wild parent pointer.David Mitchell2019-08-051-0/+20
* add dVAR's for PERL_GLOBAL_STRUCT_PRIVATE buildsDavid Mitchell2019-02-191-0/+1
* dump.c: Fix space before tabsKarl Williamson2018-08-061-3/+3
* Use sv_catpvs where appropriate vs sv_catpvKarl Williamson2018-08-061-47/+47
* op_dump(): display PARENT of top-most nodeDavid Mitchell2018-03-211-0/+5