Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [perl #123816] fix stat stacking | Hugo van der Sanden | 2015-02-16 | 1 | -2/+4 |
* | remove invalid ASSUME from MULTIDEREF code | David Mitchell | 2015-02-10 | 1 | -1/+2 |
* | Warning about experimental bitops | Father Chrysostomos | 2015-01-31 | 1 | -0/+7 |
* | Parse and compile string- and num-specific bitops | Father Chrysostomos | 2015-01-31 | 1 | -6/+10 |
* | Revert the support for new warning categories outside of "all" | Ævar Arnfjörð Bjarmason | 2015-01-25 | 1 | -17/+4 |
* | [perl #123652] eval {label:} crash | Father Chrysostomos | 2015-01-24 | 1 | -1/+1 |
* | [perl #123619] Only make stringy classnames shared | Leon Timmermans | 2015-01-22 | 1 | -1/+1 |
* | avoid C labels in column 0 | David Mitchell | 2015-01-21 | 1 | -2/+2 |
* | Add :const anon sub attribute | Father Chrysostomos | 2015-01-19 | 1 | -2/+9 |
* | avoid $a["foo" eq $x ? 0 : 1] warning | David Mitchell | 2015-01-17 | 1 | -6/+3 |
* | refactor op.c S_bad_type_*v | Daniel Dragan | 2015-01-11 | 1 | -19/+18 |
* | Simplify s/// and tr/// parsing logic | Father Chrysostomos | 2015-01-08 | 1 | -35/+5 |
* | [perl #123452] Fix crash with s/${<>{})// | Father Chrysostomos | 2015-01-07 | 1 | -1/+4 |
* | op.c: Remove dVAR from ck_grep | Father Chrysostomos | 2015-01-07 | 1 | -1/+0 |
* | op.c: Remove dVAR from newRANGE | Father Chrysostomos | 2015-01-07 | 1 | -1/+0 |
* | op.c: Remove dVAR from pmruntime | Father Chrysostomos | 2015-01-07 | 1 | -1/+0 |
* | op.c: S_maybe_targlex needs no dVAR | Father Chrysostomos | 2015-01-07 | 1 | -1/+0 |
* | 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 |