summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Correct OPf_SPECIAL/OP_UNSTACK commentFather Chrysostomos2014-11-251-1/+1
* Remove op_const_class; just use the name on the stacksyber2014-11-241-8/+0
* op_class_sv removed for threaded perls op_class_targ removed for non-threaded...syber2014-11-231-2/+5
* This commit speeds up class method calls when class name is constant.syber2014-11-231-0/+5
* op.h: Note unstack use of OPf_SPECIALFather Chrysostomos2014-11-201-0/+1
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-3/+0
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-0/+15
* Update comments for OPf_SPECIAL/doFather Chrysostomos2014-10-021-1/+1
* Suppress some Solaris warningsKarl Williamson2014-09-291-13/+13
* Make space for /xx flagKarl Williamson2014-09-291-1/+1
* op.h: Move flag bits; comment shared-bit schemeKarl Williamson2014-09-291-18/+50
* Only #define IS_(PADGV|CONST) if !PERL_COREFather Chrysostomos2014-09-171-5/+8
* op.c:ck_subr: reify GVs based on call checkerFather Chrysostomos2014-09-151-1/+4
* mask VMS hints bits in COPsDavid Mitchell2014-09-101-1/+2
* Automate processing of op_private flagsDavid Mitchell2014-09-101-197/+6
* better document OA_ flagsDavid Mitchell2014-09-101-2/+3
* op.h: Correct PERL_LOADMOD_IMPORT_OPS commentFather Chrysostomos2014-09-061-1/+4
* Avoid vivifying stuff when looking up barewordsFather Chrysostomos2014-08-291-3/+5
* Remove flagging OP_READLINE with OPf_SPECIALRafael Garcia-Suarez2014-07-241-1/+0
* Fix typo in op.hAaron Crane2014-07-091-1/+1
* add op_lastsib and -DPERL_OP_PARENTDavid Mitchell2014-07-081-5/+13
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-0/+13
* Remove MAD.Jarkko Hietaniemi2014-06-131-104/+0
* Trailing comma in enum is not C89.Jarkko Hietaniemi2014-05-281-1/+1
* Macro for common OP checks: "is this X or was it before NULLing?"Steffen Mueller2014-02-261-3/+38
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* subroutine signaturesZefram2014-02-011-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-21/+23
* [perl #115736] fix undocumented param from newATTRSUB_flagsDaniel Dragan2013-12-231-1/+2
* Optimise out PUSHMARK/RETURN if return is the last statement in a sub.Matthew Horsfall2013-12-131-0/+6
* fix multi-eval of Perl_custom_op_xop in XopENTRYDaniel Dragan2013-11-101-5/+38
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-3/+0
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-2/+9
* Warn for all uses of %hash{...} in scalar cxFather Chrysostomos2013-11-081-2/+2
* Fix bare blocks in lvalue subsFather Chrysostomos2013-10-241-1/+1
* Add OPpLVALUE flagFather Chrysostomos2013-10-231-0/+3
* Remove OPpCONST_FOLDEDFather Chrysostomos2013-09-161-2/+0
* op.h: Describe entersub and rv2cv flagsFather Chrysostomos2013-09-151-0/+26
* Reduce false positives for @hsh{$s} and @ary[$s] warningsFather Chrysostomos2013-09-141-1/+1
* Fewer false positives for %hash{$scalar} warningFather Chrysostomos2013-09-131-0/+2
* pp_goto: document the different branchesDavid Mitchell2013-09-061-0/+1
* Use SSize_t for arraysFather Chrysostomos2013-08-251-1/+1
* op.c: Add op_folded to BASEOPNiels Thykier2013-07-191-2/+5
* Stop using IV in pmop; remove workaroundFather Chrysostomos2013-07-061-1/+1
* Stop split from mangling constantsFather Chrysostomos2013-06-221-0/+3
* op.h: Corrent comment about entersub stricturesFather Chrysostomos2013-06-031-1/+1
* Eliminate PL_reg_state.re_reparsing, part 1David Mitchell2013-04-121-0/+1
* rework split() special case interaction with regex engineYves Orton2013-03-271-1/+1
* make m?$pat? match only once under ithreadsDavid Mitchell2013-01-041-1/+1
* fix warning in PmopSTASH_set()David Mitchell2012-12-101-1/+1