summaryrefslogtreecommitdiff
path: root/op.h
Commit message (Expand)AuthorAgeFilesLines
* Improve handling pattern compilation errorsKarl Williamson2017-02-141-0/+4
* OP_CLASS() docs - mention op_class() tooDavid Mitchell2017-01-241-1/+4
* add Perl_op_class(o) API functionDavid Mitchell2017-01-211-0/+18
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-161-1/+2
* op.h: add parens around macro expansionLukas Mai2016-11-141-1/+1
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-6/+2
* Improve code comments for some ctx stuffDavid Mitchell2016-03-301-1/+2
* convert CX_PUSHEVAL/POPEVAL to inline fnsDavid Mitchell2016-02-031-1/+1
* rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etcDavid Mitchell2016-02-031-1/+1
* Deprecate wide chars in logical string opsKarl Williamson2015-12-161-0/+6
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-10/+10
* perlapi, perlintern: Add L<> links to podKarl Williamson2015-09-031-6/+6
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* perlapi: Use C<> instead of I<> for parameter names, etcKarl Williamson2015-08-011-12/+12
* 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