summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Remove OA_DANGEROUS from non-integer postdec/incFather Chrysostomos2014-11-081-4/+4
* Allow OPpTARGET_MY on non-integer postdec/incFather Chrysostomos2014-11-081-2/+2
* 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-082-2/+2
* Renumber op flags so TARGET_MY and OUR_INTRO differFather Chrysostomos2014-11-081-16/+16
* op_private: Remove incorrect OPpLVREF_TYPE commentFather Chrysostomos2014-11-081-1/+0
* Allow OPpTARGET_MY optimisation for xFather Chrysostomos2014-11-072-2/+1
* Allow OPpTARGET_MY optimisation for vecFather Chrysostomos2014-11-072-2/+1
* Add 'locale' warning categoryKarl Williamson2014-11-041-1/+2
* [perl #123103] Allow ext magic on read-onliesFather Chrysostomos2014-11-031-1/+2
* end the pp_mapstart trickeryJim Cromie2014-11-021-1/+2
* regen/ebcdic.pl: Allow making tables in hexKarl Williamson2014-11-011-2/+13
* 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