Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -2/+2 |
* | 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 | 2 | -2/+2 |
* | Renumber op flags so TARGET_MY and OUR_INTRO differ | Father Chrysostomos | 2014-11-08 | 1 | -16/+16 |
* | op_private: Remove incorrect OPpLVREF_TYPE comment | Father Chrysostomos | 2014-11-08 | 1 | -1/+0 |
* | Allow OPpTARGET_MY optimisation for x | Father Chrysostomos | 2014-11-07 | 2 | -2/+1 |
* | Allow OPpTARGET_MY optimisation for vec | Father Chrysostomos | 2014-11-07 | 2 | -2/+1 |
* | Add 'locale' warning category | Karl Williamson | 2014-11-04 | 1 | -1/+2 |
* | [perl #123103] Allow ext magic on read-onlies | Father Chrysostomos | 2014-11-03 | 1 | -1/+2 |
* | end the pp_mapstart trickery | Jim Cromie | 2014-11-02 | 1 | -1/+2 |
* | regen/ebcdic.pl: Allow making tables in hex | Karl Williamson | 2014-11-01 | 1 | -2/+13 |
* | 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 |
* | Rename lvalue references | Father Chrysostomos | 2014-10-17 | 3 | -5/+5 |
* | mention 'switch' is experimental in feature.pm | Doug Bell | 2014-10-17 | 1 | -0/+6 |
* | Change OA_DANGEROUS description in regen/opcode* | Father Chrysostomos | 2014-10-14 | 2 | -2/+2 |
* | remove excess whitespace from warnings.pm | Daniel Dragan | 2014-10-13 | 1 | -31/+31 |
* | move POD in warnings.pm to end of file to reduce module load I/O calls | Daniel Dragan | 2014-10-13 | 1 | -240/+240 |
* | [perl #122965] aelemfast in list assignment | Father Chrysostomos | 2014-10-13 | 1 | -1/+1 |
* | Optimise "@_" to a single join | Father Chrysostomos | 2014-10-12 | 2 | -1/+2 |
* | Fold join to const or stringify where possible | Father Chrysostomos | 2014-10-12 | 1 | -1/+1 |
* | Document lvalue references | Father Chrysostomos | 2014-10-11 | 1 | -0/+23 |
* | Handle state vars correctly in ref assignment | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Add OPpLVREF_ITER flag | Father Chrysostomos | 2014-10-11 | 1 | -0/+1 |
* | lvavref needs OPpLVAL_INTRO and OPpPAD_STATE | Father Chrysostomos | 2014-10-11 | 1 | -2/+3 |
* | Add lvavref op type | Father Chrysostomos | 2014-10-11 | 1 | -0/+1 |
* | lvref is actually a baseop/unop | Father Chrysostomos | 2014-10-11 | 1 | -1/+1 |
* | Renumber OPpLVREF_TYPE | Father Chrysostomos | 2014-10-10 | 1 | -1/+2 |
* | Add priv flags for the type of lvalue ref | Father Chrysostomos | 2014-10-10 | 1 | -0/+9 |
* | lvrefslice gets OPpLVAL_INTRO | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvrefslice op type | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Assignment to array elem refs | Father Chrysostomos | 2014-10-10 | 1 | -0/+7 |
* | List assignment to lexical scalar refs | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Capitalise magic descriptions consistently | Father Chrysostomos | 2014-10-10 | 1 | -6/+6 |
* | Add lvref magic type | Father Chrysostomos | 2014-10-10 | 1 | -9/+18 |
* | Add lvref op type | Father Chrysostomos | 2014-10-10 | 2 | -1/+2 |
* | Implement \my $x = ... | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | 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/+1 |
* | Increase $warnings::VERSION to 1.27 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add experimental::lvalue_refs warnings category | Father Chrysostomos | 2014-10-10 | 1 | -0/+2 |
* | Increase $feature::VERSION to 1.38 | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | Add lvalue_refs feature feature | Father Chrysostomos | 2014-10-10 | 1 | -0/+1 |
* | Deparse split-to-our-array correctly | Father Chrysostomos | 2014-10-10 | 1 | -1/+1 |
* | [perl #122445] use magic on $DB::single etc to avoid overload issues | Tony Cook | 2014-10-09 | 1 | -0/+3 |
* | Make OP_METHOD* to be of new class METHOP | syber | 2014-10-03 | 3 | -3/+5 |
* | Tighten uses of regex synthetic start class | Karl Williamson | 2014-09-29 | 1 | -0/+15 |
* | OPpLVAL_INTRO: not used by pos substr vec | David Mitchell | 2014-09-23 | 1 | -1/+4 |