summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* fix typo in regen/opcode.plDavid Mitchell2014-10-201-1/+1
* Use srefgen for anoncodeFather Chrysostomos2014-10-181-1/+1
* Rename lvalue referencesFather Chrysostomos2014-10-173-5/+5
* mention 'switch' is experimental in feature.pmDoug Bell2014-10-171-0/+6
* Change OA_DANGEROUS description in regen/opcode*Father Chrysostomos2014-10-142-2/+2
* remove excess whitespace from warnings.pmDaniel Dragan2014-10-131-31/+31
* move POD in warnings.pm to end of file to reduce module load I/O callsDaniel Dragan2014-10-131-240/+240
* [perl #122965] aelemfast in list assignmentFather Chrysostomos2014-10-131-1/+1
* Optimise "@_" to a single joinFather Chrysostomos2014-10-122-1/+2
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-1/+1
* Document lvalue referencesFather Chrysostomos2014-10-111-0/+23
* Handle state vars correctly in ref assignmentFather Chrysostomos2014-10-111-1/+1
* Add OPpLVREF_ITER flagFather Chrysostomos2014-10-111-0/+1
* lvavref needs OPpLVAL_INTRO and OPpPAD_STATEFather Chrysostomos2014-10-111-2/+3
* Add lvavref op typeFather Chrysostomos2014-10-111-0/+1
* lvref is actually a baseop/unopFather Chrysostomos2014-10-111-1/+1
* Renumber OPpLVREF_TYPEFather Chrysostomos2014-10-101-1/+2
* Add priv flags for the type of lvalue refFather Chrysostomos2014-10-101-0/+9
* lvrefslice gets OPpLVAL_INTROFather Chrysostomos2014-10-101-1/+1
* Add lvrefslice op typeFather Chrysostomos2014-10-101-0/+1
* Assignment to array elem refsFather Chrysostomos2014-10-101-0/+7
* List assignment to lexical scalar refsFather Chrysostomos2014-10-101-1/+1
* Capitalise magic descriptions consistentlyFather Chrysostomos2014-10-101-6/+6
* Add lvref magic typeFather Chrysostomos2014-10-101-9/+18
* Add lvref op typeFather Chrysostomos2014-10-102-1/+2
* Implement \my $x = ...Father Chrysostomos2014-10-101-1/+1
* First stab at lexical scalar aliasesFather Chrysostomos2014-10-101-1/+1
* Add refassign op typeFather Chrysostomos2014-10-101-0/+1
* Increase $warnings::VERSION to 1.27Father Chrysostomos2014-10-101-1/+1
* Add experimental::lvalue_refs warnings categoryFather Chrysostomos2014-10-101-0/+2
* Increase $feature::VERSION to 1.38Father Chrysostomos2014-10-101-1/+1
* Add lvalue_refs feature featureFather Chrysostomos2014-10-101-0/+1
* Deparse split-to-our-array correctlyFather Chrysostomos2014-10-101-1/+1
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+3
* Make OP_METHOD* to be of new class METHOPsyber2014-10-033-3/+5
* Tighten uses of regex synthetic start classKarl Williamson2014-09-291-0/+15
* OPpLVAL_INTRO: not used by pos substr vecDavid Mitchell2014-09-231-1/+4
* regen/op_private: tidy up rv2cv entryDavid Mitchell2014-09-191-17/+11
* move OPpTARGET_MY comments from opcode.plDavid Mitchell2014-09-192-55/+57
* regen/op_private: update TARGLEX comments.David Mitchell2014-09-191-7/+4
* regen/op_private: fix assorted typosDavid Mitchell2014-09-191-8/+8
* add $VERSION to B::Op_privateDavid Mitchell2014-09-192-0/+22
* silence diagnostics in regen/regcomp.pl for nowYves Orton2014-09-171-2/+2
* only produce diagnostic warnings in regen/regcomp.pl when STDERR is a terminalYves Orton2014-09-171-1/+2
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-1/+20
* Wrap long pod lines in B::Op_private for realFather Chrysostomos2014-09-101-3/+4
* Update rv2cv flags comment following 211a4342c9Father Chrysostomos2014-09-101-1/+1
* Note where B::Op_private’s pod is to be editedFather Chrysostomos2014-09-101-1/+2
* Wrap long lines in B::Op_private podFather Chrysostomos2014-09-101-5/+5
* add missing op_private labels to Concise etcDavid Mitchell2014-09-101-5/+5