summaryrefslogtreecommitdiff
path: root/op.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* op.c:newPMOP: Apply scalar cx if OA_RETSCALARFather Chrysostomos2014-12-071-0/+2
* op.c:newMETHOP: Remove fold_constants, etc.Father Chrysostomos2014-12-071-3/+1
* op.c:newMETHOP: Remove op_next checkFather Chrysostomos2014-12-071-2/+0
* op.c:newUNOP_AUX: Rmv fold_constants/op_integerizeFather Chrysostomos2014-12-071-1/+1
* op.c:newUNOP_AUX: Remove op_next checkFather Chrysostomos2014-12-071-2/+0
* op.c: Typo in docs for op_convert_listFather Chrysostomos2014-12-071-1/+1
* op.c: Clarify newLISTOP docsFather Chrysostomos2014-12-071-0/+7
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-4/+887
* add UNOP_AUX OP classDavid Mitchell2014-12-071-0/+38
* Perl_op_sibling_splice(): update OPf_KIDSDavid Mitchell2014-12-071-1/+6
* add S_op_clear_gv() to op.cDavid Mitchell2014-12-071-37/+54
* create S_check_hash_fields() functionDavid Mitchell2014-12-071-55/+75
* Deparse formats in the right spotFather Chrysostomos2014-12-061-0/+1
* op.c: use GV_NOTQUAL in newATTRSUB_xFather Chrysostomos2014-12-051-1/+1
* op.c:fold_constants: Remove OP_RV2GV/newGVOPFather Chrysostomos2014-12-041-7/+2