summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-221-9/+2
* Dump empty-string ENAMEs as empty stringsFather Chrysostomos2016-05-151-1/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-1/+1
* document args of Perl_do_sv_dump()David Mitchell2016-03-021-0/+10
* Add missing break in switch.Jarkko Hietaniemi2016-02-071-0/+1
* Perl_runops_debug(): do FREETMPSDavid Mitchell2016-02-031-0/+4
* Add STATICs to S_ functions.Jarkko Hietaniemi2016-01-291-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-23/+23
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+1
* mg_names.c -> mg_names.incJarkko Hietaniemi2015-07-221-1/+1
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-9/+0
* Cannot do much if putc fails in debug output.Jarkko Hietaniemi2015-06-261-11/+11
* silence some gcc -pendantic warningsDavid Mitchell2015-06-191-3/+3
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-1/+0
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-4/+4
* make perl -Dt display padnames with sort blocksDavid Mitchell2015-03-131-12/+20
* Perl_multideref_stringify: don't SEGV on null cvDavid Mitchell2015-03-131-15/+30
* don't test non-null argsDavid Mitchell2015-03-111-3/+0
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-0/+10
* do_op_dump(): handle unknown op_private enumsDavid Mitchell2015-02-261-1/+4