summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* Warning about experimental bitopsFather Chrysostomos2015-01-311-0/+7
* Parse and compile string- and num-specific bitopsFather Chrysostomos2015-01-311-6/+10
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-17/+4
* [perl #123652] eval {label:} crashFather Chrysostomos2015-01-241-1/+1
* [perl #123619] Only make stringy classnames sharedLeon Timmermans2015-01-221-1/+1
* avoid C labels in column 0David Mitchell2015-01-211-2/+2
* Add :const anon sub attributeFather Chrysostomos2015-01-191-2/+9
* avoid $a["foo" eq $x ? 0 : 1] warningDavid Mitchell2015-01-171-6/+3
* refactor op.c S_bad_type_*vDaniel Dragan2015-01-111-19/+18
* Simplify s/// and tr/// parsing logicFather Chrysostomos2015-01-081-35/+5
* [perl #123452] Fix crash with s/${<>{})//Father Chrysostomos2015-01-071-1/+4
* op.c: Remove dVAR from ck_grepFather Chrysostomos2015-01-071-1/+0
* op.c: Remove dVAR from newRANGEFather Chrysostomos2015-01-071-1/+0
* op.c: Remove dVAR from pmruntimeFather Chrysostomos2015-01-071-1/+0
* op.c: S_maybe_targlex needs no dVARFather Chrysostomos2015-01-071-1/+0
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-4/+17
* [perl #123514] Make prototype() imply $_Father Chrysostomos2014-12-281-0/+11
* op.c: Remove assert exception for OP_REPEATFather Chrysostomos2014-12-271-7/+0
* op.c: Another instance of STATIC_ASSERT_STMTFather Chrysostomos2014-12-231-1/+1
* Ignore cx of padsv for padrange optimisationFather Chrysostomos2014-12-211-8/+13
* op.c: Use ASSUME in multideref codeFather Chrysostomos2014-12-211-36/+36
* op.c: Skip allocating entersub targ for Perl subFather Chrysostomos2014-12-211-1/+10
* Skip multideref for PL_check[OP_HELEM] tinkeringFather Chrysostomos2014-12-201-1/+2
* Allow multideref for $x[CONST->$*]Father Chrysostomos2014-12-201-1/+1
* Allow multideref for $x[($pkg)]Father Chrysostomos2014-12-201-1/+2
* Fix assertion failure with $x[CONST->[0]]Father Chrysostomos2014-12-201-1/+1
* Fix assertion failure with $x[($_)]Father Chrysostomos2014-12-201-1/+2
* Allow multideref for $x[($lex)]Father Chrysostomos2014-12-201-1/+2
* op.c: better casting fixDavid Mitchell2014-12-191-2/+4
* fix a couple of win32 op.c warningsDavid Mitchell2014-12-191-2/+2
* [perl #123020] Scalar cx for lhs of void (...)x...Father Chrysostomos2014-12-151-0/+2
* op.c: Correct comment about OPf_SPECIAL & parensFather Chrysostomos2014-12-131-1/+1
* Allow OPf_SPECIAL on OP_GVFather Chrysostomos2014-12-131-1/+1
* Fix garbage output from ‘my $é’Father Chrysostomos2014-12-131-0/+1
* fix spurious 'Use of reference' warningDavid Mitchell2014-12-101-1/+1
* Allow multideref with ($a[0])->[0]Father Chrysostomos2014-12-101-1/+2
* Fix assertion failure with our @a->{0}Father Chrysostomos2014-12-101-2/+3
* Fix up OUTSIDE pointers for saved BEGIN blocksFather Chrysostomos2014-12-091-5/+6
* Possibly uninitialized.Jarkko Hietaniemi2014-12-091-2/+2
* Extend read-only ops to most special blocksFather Chrysostomos2014-12-091-11/+7
* op.c: Temporary fix for bad readFather Chrysostomos2014-12-091-1/+5
* Fix OUTSIDE for named subs inside predeclared subsFather Chrysostomos2014-12-091-3/+4
* Fix assertion failure with ($_[0])->{$_}Father Chrysostomos2014-12-081-1/+2
* Missing semicolon in e6dae479.Jarkko Hietaniemi2014-12-071-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-214/+214
* [perl #94484] Custom ops trip assertions in new*OPFather Chrysostomos2014-12-071-10/+19
* Apply scalar context to state var initFather Chrysostomos2014-12-071-0/+1
* Apply scalar cx to logops if OA_RETSCALARFather Chrysostomos2014-12-071-1/+3
* op.c: Use scalar cx, not OA_RETSCALAR, for optimisationsFather Chrysostomos2014-12-071-2/+3
* Give require the OA_RETSCALAR flagFather Chrysostomos2014-12-071-1/+1