Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -1/+8 |
* | rename [] from "anonymous list" to "anonymous array" | Lukas Mai | 2014-11-11 | 1 | -1/+1 |
* | Don’t allow OPpTARGET_MY with integer negation | Father Chrysostomos | 2014-11-10 | 1 | -5/+5 |
* | Don’t allow OPpTARGET_MY on postdec/inc | Father Chrysostomos | 2014-11-09 | 1 | -14/+14 |
* | Shrink PL_op_private_bitdefs | Father Chrysostomos | 2014-11-08 | 1 | -673/+393 |
* | values and each are OA_DANGEROUS | Father Chrysostomos | 2014-11-08 | 1 | -6/+6 |
* | kill is not OA_DANGEROUS | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | exec is not OA_DANGEROUS | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | enterwrite is not OA_DANGEROUS | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | tied is OA_DANGEROUS | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Remove OA_DANGEROUS from exit | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Remove OA_DANGEROUS from loopctl-type ops | Father Chrysostomos | 2014-11-08 | 1 | -5/+5 |
* | Remove OA_DANGEROUS from die | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Remove OA_DANGEROUS from cond_expr | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Remove OA_DANGEROUS from grep and map | Father Chrysostomos | 2014-11-08 | 1 | -4/+4 |
* | Remove OA_DANGEROUS from sort | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Don’t copy VMS hints to cop->op_private | Father Chrysostomos | 2014-11-08 | 1 | -173/+169 |
* | Remove OA_DANGEROUS from non-integer postdec/inc | Father Chrysostomos | 2014-11-08 | 1 | -4/+4 |
* | Allow OPpTARGET_MY on non-integer postdec/inc | Father Chrysostomos | 2014-11-08 | 1 | -303/+303 |
* | Remove OA_DANGEROUS from subst(cont) | Father Chrysostomos | 2014-11-08 | 1 | -2/+2 |
* | Remove OA_DANGEROUS from match | Father Chrysostomos | 2014-11-08 | 1 | -1/+1 |
* | Allow OPpTARGET_MY optimisation for split | Father Chrysostomos | 2014-11-08 | 1 | -204/+204 |
* | Renumber op flags so TARGET_MY and OUR_INTRO differ | Father Chrysostomos | 2014-11-08 | 1 | -46/+46 |
* | Allow OPpTARGET_MY optimisation for x | Father Chrysostomos | 2014-11-07 | 1 | -289/+289 |
* | Allow OPpTARGET_MY optimisation for vec | Father Chrysostomos | 2014-11-07 | 1 | -237/+237 |
* | end the pp_mapstart trickery | Jim Cromie | 2014-11-02 | 1 | -2/+2 |
* | fix typo in regen/opcode.pl | David Mitchell | 2014-10-20 | 1 | -1/+1 |
* | Use srefgen for anoncode | Father Chrysostomos | 2014-10-18 | 1 | -1/+1 |
* | [perl #122965] aelemfast in list assignment | Father Chrysostomos | 2014-10-13 | 1 | -1/+1 |
* | Optimise "@_" to a single join | Father Chrysostomos | 2014-10-12 | 1 | -1/+1 |
* | Fold join to const or stringify where possible | Father Chrysostomos | 2014-10-12 | 1 | -1/+1 |
* | Handle state vars correctly in ref assignment | Father Chrysostomos | 2014-10-11 | 1 | -7/+7 |
* | Add OPpLVREF_ITER flag | Father Chrysostomos | 2014-10-11 | 1 | -134/+136 |
* | lvavref needs OPpLVAL_INTRO and OPpPAD_STATE | Father Chrysostomos | 2014-10-11 | 1 | -2/+2 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -0/+8 |
* | lvref is actually a baseop/unop | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Renumber OPpLVREF_TYPE | Father Chrysostomos | 2014-10-10 | 1 | -13/+13 |
* | Add priv flags for the type of lvalue ref | Father Chrysostomos | 2014-10-10 | 1 | -167/+177 |
* | lvrefslice gets OPpLVAL_INTRO | Father Chrysostomos | 2014-10-10 | 1 | -2/+3 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+7 |
* | Assignment to array elem refs | Father Chrysostomos | 2014-10-10 | 1 | -161/+163 |
* | List assignment to lexical scalar refs | Father Chrysostomos | 2014-10-10 | 1 | -2/+2 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+8 |
* | Implement \my $x = ... | Father Chrysostomos | 2014-10-10 | 1 | -2/+2 |
* | First stab at lexical scalar aliases | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add refassign op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+8 |
* | Deparse split-to-our-array correctly | Father Chrysostomos | 2014-10-10 | 1 | -199/+199 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 1 | -153/+154 |
* | OPpLVAL_INTRO: not used by pos substr vec | David Mitchell | 2014-09-23 | 1 | -303/+303 |
* | add missing op_private labels to Concise etc | David Mitchell | 2014-09-10 | 1 | -159/+161 |