summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_setDavid Mitchell2015-04-191-5/+28
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-5/+5
* op_sibling => op_sibparent under PERL_OP_PARENTDavid Mitchell2015-04-191-3/+12
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Reserve a bit for 'the re strict subpragma.Karl Williamson2015-01-131-1/+1
* Fix apidocs for OP_TYPE_IS(_OR_WAS) - arguments separated by |, not ,.Matthew Horsfall (alh)2015-01-081-2/+2
* Create bit for /n.Karl Williamson2014-12-281-1/+1
* op.h: Parenthesize macro args for cUNOPx etc.Father Chrysostomos2014-12-271-12/+12
* Disallow GIMME in ext/Father Chrysostomos2014-12-211-1/+1
* Use GIMME_V in preference to GIMMEFather Chrysostomos2014-12-191-1/+3
* op.h: Note chdir’s use of OPf_SPECIALFather Chrysostomos2014-12-131-0/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-9/+12
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-3/+53
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+19
* Return fresh scalar from join(const,const)Father Chrysostomos2014-12-041-0/+4
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+7
* 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