Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Another op description correction: & -> &. | Father Chrysostomos | 2016-05-20 | 1 | -3/+3 |
* | Correct ‘bitiwse’ in two op descriptions | Father Chrysostomos | 2016-05-20 | 1 | -2/+2 |
* | Allow assignment to &CORE::keys() | Father Chrysostomos | 2016-05-20 | 1 | -22/+24 |
* | Add avhvswitch op | Father Chrysostomos | 2016-05-20 | 1 | -1/+8 |
* | regen/opcodes: Re-order aeach, akeys, and avalues | Father Chrysostomos | 2016-05-20 | 1 | -7/+7 |
* | [perl #128187] Forbid keys @_ in assigned lv sub | Father Chrysostomos | 2016-05-20 | 1 | -4/+4 |
* | split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY | David Mitchell | 2016-02-03 | 1 | -3/+3 |
* | split pp_postdec() from pp_postinc() and improve | David Mitchell | 2015-11-10 | 1 | -4/+3 |
* | split pp_predec() from pp_preinc() and improve | David Mitchell | 2015-11-10 | 1 | -4/+3 |
* | Match ops no longer need OPpTARGET_MY | Father Chrysostomos | 2015-09-29 | 1 | -228/+228 |
* | Remove OPpGREP_LEX | Father Chrysostomos | 2015-09-29 | 1 | -122/+119 |
* | re-implement OPpASSIGN_COMMON mechanism | David Mitchell | 2015-08-17 | 1 | -207/+211 |
* | Delete experimental autoderef feature | Aaron Crane | 2015-07-13 | 1 | -25/+2 |
* | [perl #123790] Disable targlex for some ops | Father Chrysostomos | 2015-03-26 | 1 | -131/+131 |
* | [perl #123848] Allow OPpTARGET_MY on qr | Father Chrysostomos | 2015-03-01 | 1 | -157/+156 |
* | [perl #123763] pushre needs to permit OPpTARGET_MY | Hugo van der Sanden | 2015-02-28 | 1 | -81/+81 |
* | [perl #123753] Fix assertion failure with map+map | Father Chrysostomos | 2015-02-06 | 1 | -64/+63 |
* | Warning about experimental bitops | Father Chrysostomos | 2015-01-31 | 1 | -1/+1 |
* | Add string- and number-specific bitop types | Father Chrysostomos | 2015-01-31 | 1 | -3/+61 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -1/+8 |
* | complement can have OPpTARGET_MY | Father Chrysostomos | 2015-01-05 | 1 | -5/+5 |
* | Enable OPpTARGET_MY optimisation for cmp/<=> | Father Chrysostomos | 2014-12-29 | 1 | -8/+8 |
* | [perl #123514] Make prototype() imply $_ | Father Chrysostomos | 2014-12-28 | 1 | -2/+2 |
* | op.c: Skip allocating entersub targ for Perl sub | Father Chrysostomos | 2014-12-21 | 1 | -1/+1 |
* | gelem and refassign can have OA_RETSCALAR | Father Chrysostomos | 2014-12-07 | 1 | -2/+2 |
* | Give require the OA_RETSCALAR flag | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -125/+137 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -1/+15 |
* | 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 |