| Commit message (Expand) | Author | Age | Files | Lines |
* | Fatalize the use of code points above 0xFF for bitwise operators. | Abigail | 2017-06-07 | 1 | -3/+2 |
* | Improve handling pattern compilation errors | Karl Williamson | 2017-02-14 | 1 | -0/+4 |
* | OP_CLASS() docs - mention op_class() too | David Mitchell | 2017-01-24 | 1 | -1/+4 |
* | add Perl_op_class(o) API function | David Mitchell | 2017-01-21 | 1 | -0/+18 |
* | String bitwise operators will not accept code points > 0xFF in 5.28 | Abigail | 2017-01-16 | 1 | -1/+2 |
* | op.h: add parens around macro expansion | Lukas Mai | 2016-11-14 | 1 | -1/+1 |
* | make OP_SPLIT a PMOP, and eliminate OP_PUSHRE | David Mitchell | 2016-10-04 | 1 | -6/+2 |
* | Improve code comments for some ctx stuff | David Mitchell | 2016-03-30 | 1 | -1/+2 |
* | convert CX_PUSHEVAL/POPEVAL to inline fns | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | rename PUSHBLOCK,PUSHSUB etc to CX_PUSHBLOCK etc | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | Deprecate wide chars in logical string ops | Karl Williamson | 2015-12-16 | 1 | -0/+6 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -10/+10 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -6/+6 |
* | perlapi: Use F<> around file names | Karl Williamson | 2015-08-01 | 1 | -1/+1 |
* | perlapi: Use C<> instead of I<> for parameter names, etc | Karl Williamson | 2015-08-01 | 1 | -12/+12 |
* | add Op(MORE|LAST|MAYBE)SIB_set; rm OpSIBLING_set | David Mitchell | 2015-04-19 | 1 | -5/+28 |
* | rename op_lastsib to op_moresib, and invert logic | David Mitchell | 2015-04-19 | 1 | -5/+5 |
* | op_sibling => op_sibparent under PERL_OP_PARENT | David Mitchell | 2015-04-19 | 1 | -3/+12 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Reserve a bit for 'the re strict subpragma. | Karl Williamson | 2015-01-13 | 1 | -1/+1 |
* | Fix apidocs for OP_TYPE_IS(_OR_WAS) - arguments separated by |, not ,. | Matthew Horsfall (alh) | 2015-01-08 | 1 | -2/+2 |
* | Create bit for /n. | Karl Williamson | 2014-12-28 | 1 | -1/+1 |
* | op.h: Parenthesize macro args for cUNOPx etc. | Father Chrysostomos | 2014-12-27 | 1 | -12/+12 |
* | Disallow GIMME in ext/ | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | Use GIMME_V in preference to GIMME | Father Chrysostomos | 2014-12-19 | 1 | -1/+3 |
* | op.h: Note chdir’s use of OPf_SPECIAL | Father Chrysostomos | 2014-12-13 | 1 | -0/+1 |
* | Change OP_SIBLING to OpSIBLING | Father Chrysostomos | 2014-12-07 | 1 | -9/+12 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -3/+53 |
* | add UNOP_AUX OP class | David Mitchell | 2014-12-07 | 1 | -0/+19 |
* | Return fresh scalar from join(const,const) | Father Chrysostomos | 2014-12-04 | 1 | -0/+4 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -0/+7 |
* | Correct OPf_SPECIAL/OP_UNSTACK comment | Father Chrysostomos | 2014-11-25 | 1 | -1/+1 |
* | Remove op_const_class; just use the name on the stack | syber | 2014-11-24 | 1 | -8/+0 |
* | op_class_sv removed for threaded perls op_class_targ removed for non-threaded... | syber | 2014-11-23 | 1 | -2/+5 |
* | This commit speeds up class method calls when class name is constant. | syber | 2014-11-23 | 1 | -0/+5 |
* | op.h: Note unstack use of OPf_SPECIAL | Father Chrysostomos | 2014-11-20 | 1 | -0/+1 |
* | Don’t copy VMS hints to cop->op_private | Father Chrysostomos | 2014-11-08 | 1 | -3/+0 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -0/+15 |
* | Update comments for OPf_SPECIAL/do | Father Chrysostomos | 2014-10-02 | 1 | -1/+1 |
* | Suppress some Solaris warnings | Karl Williamson | 2014-09-29 | 1 | -13/+13 |
* | Make space for /xx flag | Karl Williamson | 2014-09-29 | 1 | -1/+1 |
* | op.h: Move flag bits; comment shared-bit scheme | Karl Williamson | 2014-09-29 | 1 | -18/+50 |
* | Only #define IS_(PADGV|CONST) if !PERL_CORE | Father Chrysostomos | 2014-09-17 | 1 | -5/+8 |
* | op.c:ck_subr: reify GVs based on call checker | Father Chrysostomos | 2014-09-15 | 1 | -1/+4 |
* | mask VMS hints bits in COPs | David Mitchell | 2014-09-10 | 1 | -1/+2 |
* | Automate processing of op_private flags | David Mitchell | 2014-09-10 | 1 | -197/+6 |
* | better document OA_ flags | David Mitchell | 2014-09-10 | 1 | -2/+3 |
* | op.h: Correct PERL_LOADMOD_IMPORT_OPS comment | Father Chrysostomos | 2014-09-06 | 1 | -1/+4 |
* | Avoid vivifying stuff when looking up barewords | Father Chrysostomos | 2014-08-29 | 1 | -3/+5 |
* | Remove flagging OP_READLINE with OPf_SPECIAL | Rafael Garcia-Suarez | 2014-07-24 | 1 | -1/+0 |