summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* dump.c: Fix C++ buildFather Chrysostomos2014-10-191-2/+2
* dump.c: Add PERL_PV_PRETTY_EXACTSIZE optionYves Orton2014-10-201-19/+39
* dump.c: Dump pmop patterns without trailing )Father Chrysostomos2014-10-121-2/+2
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-1/+1
* Make space for /xx flagKarl Williamson2014-09-291-0/+1
* Remove most uses of PADMYFather Chrysostomos2014-09-241-3/+2
* Add flags to cv_name; allow unqualified retvalFather Chrysostomos2014-09-241-1/+1
* Add SVf_PROTECTFather Chrysostomos2014-09-201-0/+1
* Renumber SVf_IsCOWFather Chrysostomos2014-09-201-2/+2
* Dump GPFLAGSFather Chrysostomos2014-09-181-0/+4
* Teach dump.c:debop about CV refs in stashesFather Chrysostomos2014-09-171-1/+9
* Remove GVf_IN_PADFather Chrysostomos2014-09-171-1/+0
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-1/+0
* dump.c: Don’t dump GvFLAGS as part of GPFather Chrysostomos2014-09-151-1/+1
* dump.c: Missing comma from CVf_HASEVAL outputFather Chrysostomos2014-09-151-1/+1
* Teach dump.c about CVf_LEXICALFather Chrysostomos2014-09-151-0/+1
* Teach dump.c about CVf_NAMEDFather Chrysostomos2014-09-151-0/+1
* Automate processing of op_private flagsDavid Mitchell2014-09-101-198/+76
* NVgf/NVff agree with -Duselongdouble.Jarkko Hietaniemi2014-08-271-6/+1
* Add and use macros for case-insensitive comparisonKarl Williamson2014-08-221-1/+1
* dump.c: eliminate DUMP_OP_FLAGS/PRIVATE macrosDavid Mitchell2014-08-211-117/+114
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-0/+1
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-17/+0
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-4/+1
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-1/+4
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-4/+1
* Remove MAD.Jarkko Hietaniemi2014-06-131-764/+9
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+2
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-4/+4
* We cannot assert(sv) since sv can be validly nullJarkko Hietaniemi2014-05-291-2/+1
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+1
* Use the C_ARRAY_LENGTH.Jarkko Hietaniemi2014-05-281-3/+2
* don't repeatedly call HvUSEDKEYSDaniel Dragan2014-03-101-5/+8
* add aux_flags field to HVs with aux structDavid Mitchell2014-02-281-0/+5
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-2/+2
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-4/+5
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-2/+2
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-4/+10
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-11/+27
* dump.c, sv_dump: Escape the name of the OUTSIDE subBrian Fraser2014-01-041-1/+7
* sv_peek didn't add quotes before, doesn't need them nowBrian Fraser2014-01-041-1/+1
* Make dump.c nul-and-UTF8 cleanBrian Fraser2014-01-041-55/+138
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-8/+10
* Rearrange dump.c to organize docs. Add some perlapi docs for debug methods.Matthew Horsfall2013-12-231-127/+163
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-2/+2
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-2/+2
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-5/+0
* Update dump.c for the exit->nextstate hush hint moveFather Chrysostomos2013-11-081-2/+4
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-2/+1