summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove OA_DANGEROUS from sortFather Chrysostomos2014-11-081-1/+1
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-173/+169
* Remove OA_DANGEROUS from non-integer postdec/incFather Chrysostomos2014-11-081-4/+4
* Allow OPpTARGET_MY on non-integer postdec/incFather Chrysostomos2014-11-081-303/+303
* Remove OA_DANGEROUS from subst(cont)Father Chrysostomos2014-11-081-2/+2
* Remove OA_DANGEROUS from matchFather Chrysostomos2014-11-081-1/+1
* Allow OPpTARGET_MY optimisation for splitFather Chrysostomos2014-11-081-204/+204
* Renumber op flags so TARGET_MY and OUR_INTRO differFather Chrysostomos2014-11-081-46/+46
* Allow OPpTARGET_MY optimisation for xFather Chrysostomos2014-11-071-289/+289
* Allow OPpTARGET_MY optimisation for vecFather Chrysostomos2014-11-071-237/+237
* end the pp_mapstart trickeryJim Cromie2014-11-021-2/+2
* fix typo in regen/opcode.plDavid Mitchell2014-10-201-1/+1
* Use srefgen for anoncodeFather Chrysostomos2014-10-181-1/+1
* [perl #122965] aelemfast in list assignmentFather Chrysostomos2014-10-131-1/+1
* Optimise "@_" to a single joinFather Chrysostomos2014-10-121-1/+1
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-1/+1
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-7/+7
* Add OPpLVREF_ITER flagFather Chrysostomos2014-10-111-134/+136
* lvavref needs OPpLVAL_INTRO and OPpPAD_STATEFather Chrysostomos2014-10-111-2/+2
* Add lvavref op typeFather Chrysostomos2014-10-111-0/+8
* lvref is actually a baseop/unopFather Chrysostomos2014-10-111-1/+1
* Renumber OPpLVREF_TYPEFather Chrysostomos2014-10-101-13/+13
* Add priv flags for the type of lvalue refFather Chrysostomos2014-10-101-167/+177
* lvrefslice gets OPpLVAL_INTROFather Chrysostomos2014-10-101-2/+3
* Add lvrefslice op typeFather Chrysostomos2014-10-101-0/+7
* Assignment to array elem refsFather Chrysostomos2014-10-101-161/+163
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-2/+2
* Add lvref op typeFather Chrysostomos2014-10-101-0/+8
* Implement \my $x = ...Father Chrysostomos2014-10-101-2/+2
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-1/+1
* Add refassign op typeFather Chrysostomos2014-10-101-0/+8
* Deparse split-to-our-array correctlyFather Chrysostomos2014-10-101-199/+199
* Make OP_METHOD* to be of new class METHOPsyber2014-10-031-153/+154
* OPpLVAL_INTRO: not used by pos substr vecDavid Mitchell2014-09-231-303/+303
* add missing op_private labels to Concise etcDavid Mitchell2014-09-101-159/+161
* Automate processing of op_private flagsDavid Mitchell2014-09-101-0/+1352
* Make &CORE::exit respect vmsish exit hintFather Chrysostomos2013-11-081-1/+1
* Fix &CORE::exit/die under vmsish "hushed"Father Chrysostomos2013-11-081-1/+1
* Split ck_open into two functionsFather Chrysostomos2013-11-061-1/+1
* rv2hv does not use its TARGFather Chrysostomos2013-10-241-1/+1
* index/value array slice operationRuslan Zakirov2013-09-131-0/+5
* key/value hash slice operationRuslan Zakirov2013-09-131-0/+5
* add padrange opDavid Mitchell2012-11-101-0/+5
* Add clonecv op typeFather Chrysostomos2012-09-151-0/+5
* Add introcv op typeFather Chrysostomos2012-09-151-0/+5
* padcv op typeFather Chrysostomos2012-09-151-0/+5
* Remove boolkeys opFather Chrysostomos2012-08-261-6/+0
* Banish boolkeysFather Chrysostomos2012-08-251-1/+2
* Add freed ops to PL_op_(name|desc)Father Chrysostomos2012-08-081-0/+2
* Merge ck_trunc and ck_chdirFather Chrysostomos2012-07-251-1/+1