Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for new warning categories outside of "all" | Ævar Arnfjörð Bjarmason | 2014-12-29 | 1 | -4/+17 |
* | [perl #123514] Make prototype() imply $_ | Father Chrysostomos | 2014-12-28 | 1 | -0/+11 |
* | op.c: Remove assert exception for OP_REPEAT | Father Chrysostomos | 2014-12-27 | 1 | -7/+0 |
* | op.c: Another instance of STATIC_ASSERT_STMT | Father Chrysostomos | 2014-12-23 | 1 | -1/+1 |
* | Ignore cx of padsv for padrange optimisation | Father Chrysostomos | 2014-12-21 | 1 | -8/+13 |
* | op.c: Use ASSUME in multideref code | Father Chrysostomos | 2014-12-21 | 1 | -36/+36 |
* | op.c: Skip allocating entersub targ for Perl sub | Father Chrysostomos | 2014-12-21 | 1 | -1/+10 |
* | Skip multideref for PL_check[OP_HELEM] tinkering | Father Chrysostomos | 2014-12-20 | 1 | -1/+2 |
* | Allow multideref for $x[CONST->$*] | Father Chrysostomos | 2014-12-20 | 1 | -1/+1 |
* | Allow multideref for $x[($pkg)] | Father Chrysostomos | 2014-12-20 | 1 | -1/+2 |
* | Fix assertion failure with $x[CONST->[0]] | Father Chrysostomos | 2014-12-20 | 1 | -1/+1 |
* | Fix assertion failure with $x[($_)] | Father Chrysostomos | 2014-12-20 | 1 | -1/+2 |
* | Allow multideref for $x[($lex)] | Father Chrysostomos | 2014-12-20 | 1 | -1/+2 |
* | op.c: better casting fix | David Mitchell | 2014-12-19 | 1 | -2/+4 |
* | fix a couple of win32 op.c warnings | David Mitchell | 2014-12-19 | 1 | -2/+2 |
* | [perl #123020] Scalar cx for lhs of void (...)x... | Father Chrysostomos | 2014-12-15 | 1 | -0/+2 |
* | op.c: Correct comment about OPf_SPECIAL & parens | Father Chrysostomos | 2014-12-13 | 1 | -1/+1 |
* | Allow OPf_SPECIAL on OP_GV | Father Chrysostomos | 2014-12-13 | 1 | -1/+1 |
* | Fix garbage output from ‘my $é’ | Father Chrysostomos | 2014-12-13 | 1 | -0/+1 |
* | fix spurious 'Use of reference' warning | David Mitchell | 2014-12-10 | 1 | -1/+1 |
* | Allow multideref with ($a[0])->[0] | Father Chrysostomos | 2014-12-10 | 1 | -1/+2 |
* | Fix assertion failure with our @a->{0} | Father Chrysostomos | 2014-12-10 | 1 | -2/+3 |
* | Fix up OUTSIDE pointers for saved BEGIN blocks | Father Chrysostomos | 2014-12-09 | 1 | -5/+6 |
* | Possibly uninitialized. | Jarkko Hietaniemi | 2014-12-09 | 1 | -2/+2 |
* | Extend read-only ops to most special blocks | Father Chrysostomos | 2014-12-09 | 1 | -11/+7 |
* | op.c: Temporary fix for bad read | Father Chrysostomos | 2014-12-09 | 1 | -1/+5 |
* | Fix OUTSIDE for named subs inside predeclared subs | Father Chrysostomos | 2014-12-09 | 1 | -3/+4 |
* | Fix assertion failure with ($_[0])->{$_} | Father Chrysostomos | 2014-12-08 | 1 | -1/+2 |
* | Missing semicolon in e6dae479. | Jarkko Hietaniemi | 2014-12-07 | 1 | -1/+1 |
* | Change OP_SIBLING to OpSIBLING | Father Chrysostomos | 2014-12-07 | 1 | -214/+214 |
* | [perl #94484] Custom ops trip assertions in new*OP | Father Chrysostomos | 2014-12-07 | 1 | -10/+19 |
* | Apply scalar context to state var init | Father Chrysostomos | 2014-12-07 | 1 | -0/+1 |
* | Apply scalar cx to logops if OA_RETSCALAR | Father Chrysostomos | 2014-12-07 | 1 | -1/+3 |
* | op.c: Use scalar cx, not OA_RETSCALAR, for optimisations | Father Chrysostomos | 2014-12-07 | 1 | -2/+3 |
* | Give require the OA_RETSCALAR flag | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 |
* | op.c:newPMOP: Apply scalar cx if OA_RETSCALAR | Father Chrysostomos | 2014-12-07 | 1 | -0/+2 |
* | op.c:newMETHOP: Remove fold_constants, etc. | Father Chrysostomos | 2014-12-07 | 1 | -3/+1 |
* | op.c:newMETHOP: Remove op_next check | Father Chrysostomos | 2014-12-07 | 1 | -2/+0 |
* | op.c:newUNOP_AUX: Rmv fold_constants/op_integerize | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 |
* | op.c:newUNOP_AUX: Remove op_next check | Father Chrysostomos | 2014-12-07 | 1 | -2/+0 |
* | op.c: Typo in docs for op_convert_list | Father Chrysostomos | 2014-12-07 | 1 | -1/+1 |
* | op.c: Clarify newLISTOP docs | Father Chrysostomos | 2014-12-07 | 1 | -0/+7 |
* | Add OP_MULTIDEREF | David Mitchell | 2014-12-07 | 1 | -4/+887 |
* | add UNOP_AUX OP class | David Mitchell | 2014-12-07 | 1 | -0/+38 |
* | Perl_op_sibling_splice(): update OPf_KIDS | David Mitchell | 2014-12-07 | 1 | -1/+6 |
* | add S_op_clear_gv() to op.c | David Mitchell | 2014-12-07 | 1 | -37/+54 |
* | create S_check_hash_fields() function | David Mitchell | 2014-12-07 | 1 | -55/+75 |
* | Deparse formats in the right spot | Father Chrysostomos | 2014-12-06 | 1 | -0/+1 |
* | op.c: use GV_NOTQUAL in newATTRSUB_x | Father Chrysostomos | 2014-12-05 | 1 | -1/+1 |
* | op.c:fold_constants: Remove OP_RV2GV/newGVOP | Father Chrysostomos | 2014-12-04 | 1 | -7/+2 |