Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -4/+16 |
* | add UNOP_AUX OP class | David Mitchell | 2014-12-07 | 3 | -0/+3 |
* | Correct dependencies for charclass_invlists.h | Father Chrysostomos | 2014-12-04 | 1 | -1/+13 |
* | Add checksum to regcharclass.h | Father Chrysostomos | 2014-12-03 | 1 | -1/+1 |
* | Add checksum to charclass_invlists.h | Father Chrysostomos | 2014-12-03 | 1 | -1/+1 |
* | Speed up method calls like $o->Other::method() and $o->Other::SUPER::method(). | syber | 2014-12-02 | 1 | -0/+2 |
* | Remove proto magic type | Father Chrysostomos | 2014-11-30 | 1 | -1/+0 |
* | speedup for SUPER::method() calls. | syber | 2014-11-28 | 1 | -0/+1 |
* | document the postderef feature in feature.pm | Ricardo Signes | 2014-11-22 | 1 | -1/+22 |
* | [perl #123161] Add %B::Op_private::ops_using | Father Chrysostomos | 2014-11-12 | 1 | -1/+30 |
* | 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 | -1/+1 |
* | op_private: Update concat TARGLEX comment | Father Chrysostomos | 2014-11-10 | 1 | -2/+2 |
* | More TARGLEX comments in op_private | Father Chrysostomos | 2014-11-09 | 1 | -0/+5 |
* | Don’t allow OPpTARGET_MY on postdec/inc | Father Chrysostomos | 2014-11-09 | 1 | -4/+4 |
* | Shrink PL_op_private_bitdefs | Father Chrysostomos | 2014-11-08 | 1 | -5/+17 |
* | 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 | -4/+0 |
* | 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 |