summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* op_dump(): display op_next to self as [SELF]David Mitchell2018-03-061-7/+9
* Simplify some LC_NUMERIC macrosKarl Williamson2018-01-301-4/+6
* op_dump(): dump tr/// translation tableDavid Mitchell2018-01-191-3/+35
* revert smartmatch to 5.27.6 behaviourZefram2017-12-291-2/+2
* internally change "when" to "whereso"Zefram2017-12-051-1/+1
* use LOOP struct for entergiven opZefram2017-11-291-1/+1
* change OP_MULTICONCAT nargs from UV to SSize_tDavid Mitchell2017-11-131-6/+5
* rename op_aux field from 'size' to 'ssize'David Mitchell2017-11-131-3/+3
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+56
* fix typo in commentLukas Mai2017-08-291-1/+1
* S_opdump_indent(): avoid shift overflowDavid Mitchell2017-08-171-1/+4
* sv_dump(): display regex LEN and LV-as-RX regexpDavid Mitchell2017-08-041-1/+6
* add PL_sv_zeroDavid Mitchell2017-07-271-1/+14
* PL_curstackinfo->si_stack_hwm: gently restoreDavid Mitchell2017-07-161-1/+2
* fix #ifdef directives with extra tokensLukas Mai2017-06-241-3/+3
* add PL_curstackinfo->si_stack_hwmDavid Mitchell2017-06-241-1/+18
* PERL_GLOBAL_STRUCT_PRIVATE: dump.c:op_class_namesDavid Mitchell2017-03-171-1/+1
* S_do_op_dump_bar(): don't print TRANS op_pv fieldDavid Mitchell2017-02-271-7/+8
* HvTOTALKEYS() takes a HV* as argumentSteffen Mueller2017-02-031-1/+1
* in dump_sub() handle CV ref used as GVZefram2017-01-281-15/+21
* Perl_sv_dump(): allow a null-pointer argumentAaron Crane2017-01-241-3/+1
* S_do_pmop_dump_bar() reduce scope of ch variableDavid Mitchell2017-01-241-7/+3
* handle op_pv better in op_clear() and op_dump()David Mitchell2017-01-241-1/+25
* dump.c: handle GV being really a ref to a CVDavid Mitchell2017-01-231-29/+36
* reindent OP_AELEMFAST block in S_do_op_dump_bar()David Mitchell2017-01-231-13/+13
* op_dump(): no OPf_SPECIAL on AELEMFAST,GVSV,GVDavid Mitchell2017-01-231-2/+0
* fix some more bizarre indention in dump.cDavid Mitchell2017-01-231-27/+28
* S_do_op_dump_bar(): fix some weird indentationDavid Mitchell2017-01-211-19/+22
* revamp the op_dump() output formatDavid Mitchell2017-01-211-87/+230
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+148
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-143/+168
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-3/+2
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-8/+2
* Only test SvTAIL when SvVALIDDavid Mitchell2016-11-121-2/+5
* Eliminate SVrepl_EVAL and SvEVALED()David Mitchell2016-11-121-4/+2
* op_dump() - remove extra indentation from PMOPDavid Mitchell2016-11-121-7/+1
* dump.c: don't display an ARRAY's ARYLEN fieldDavid Mitchell2016-11-121-2/+0
* -DsR : display unTEMPed temps with "t" not "T"David Mitchell2016-10-261-5/+8
* dump.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-4/+4
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-4/+11
* do_sv_dump(): handle CvSTART() as slab addressDavid Mitchell2016-09-051-1/+6
* dump.c: dump physical, not logical, AVsDavid Mitchell2016-08-101-6/+8
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-031-0/+1