summaryrefslogtreecommitdiff
path: root/opcode.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-131-1/+1
* Constant folding for xFather Chrysostomos2012-06-081-1/+1
* Make pos use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-2/+2
* Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-2/+2
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-0/+5
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-1/+1
* Stop seek($glob_copy...) from clearing PL_last_in_gvFather Chrysostomos2011-12-181-1/+1
* Stop tell($glob_copy) from clearing PL_last_in_gvFather Chrysostomos2011-12-171-1/+1
* [perl #80628] __SUB__Father Chrysostomos2011-11-221-0/+5
* Throw a helpful warning when someone tries length(@array) or length(%hash)Matthew Horsfall (alh)2011-11-181-1/+1
* Add evalbytes functionFather Chrysostomos2011-11-061-1/+1
* Warn for $[ ‘version’ checksFather Chrysostomos2011-11-011-8/+8
* Merge postinc and postdecFather Chrysostomos2011-09-161-3/+4
* Merge preinc and postincFather Chrysostomos2011-09-161-3/+4