summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* dump.c: Make static functions staticFather Chrysostomos2014-12-131-2/+2
* rename S_print_gv_name() to S_append_gv_name()David Mitchell2014-12-131-5/+5
* unop_aux_stringify(): remove redundant assignmentDavid Mitchell2014-12-101-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+193
* add S_deb_padvar() to dump.cDavid Mitchell2014-12-071-30/+35
* printf type-matching continues. again.Jarkko Hietaniemi2014-12-051-1/+1
* dump.c: Don’t dump CvOUTSIDE SV when there is noneFather Chrysostomos2014-12-041-1/+2
* dump.c: Clarify podKarl Williamson2014-12-031-3/+3
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-25/+4
* Use PADNAME rather than SV in dump.c:debopFather Chrysostomos2014-11-301-2/+2
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-11/+4
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* printf type-matching.Jarkko Hietaniemi2014-11-271-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* dump.c: Use same code for cops and ex-copsFather Chrysostomos2014-11-061-24/+4
* dump.c: Dump seq field of nextstate opsFather Chrysostomos2014-11-061-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-3/+7
* Consistent spaces after dots in perlapi.podFather Chrysostomos2014-10-281-1/+1
* 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