summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* document the postderef feature in feature.pmRicardo Signes2014-11-221-1/+22
* [perl #123161] Add %B::Op_private::ops_usingFather Chrysostomos2014-11-121-1/+30
* rename [] from "anonymous list" to "anonymous array"Lukas Mai2014-11-111-1/+1
* Don’t allow OPpTARGET_MY with integer negationFather Chrysostomos2014-11-101-1/+1
* op_private: Update concat TARGLEX commentFather Chrysostomos2014-11-101-2/+2
* More TARGLEX comments in op_privateFather Chrysostomos2014-11-091-0/+5
* Don’t allow OPpTARGET_MY on postdec/incFather Chrysostomos2014-11-091-4/+4
* Shrink PL_op_private_bitdefsFather Chrysostomos2014-11-081-5/+17
* values and each are OA_DANGEROUSFather Chrysostomos2014-11-081-6/+6
* kill is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* exec is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* enterwrite is not OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* tied is OA_DANGEROUSFather Chrysostomos2014-11-081-1/+1
* Remove OA_DANGEROUS from exitFather Chrysostomos2014-11-081-1/+1
* Remove OA_DANGEROUS from loopctl-type opsFather Chrysostomos2014-11-081-5/+5
* Remove OA_DANGEROUS from dieFather Chrysostomos2014-11-081-1/+1
* Remove OA_DANGEROUS from cond_exprFather Chrysostomos2014-11-081-1/+1
* Remove OA_DANGEROUS from grep and mapFather Chrysostomos2014-11-081-4/+4
* Remove OA_DANGEROUS from sortFather Chrysostomos2014-11-081-1/+1
* Don’t copy VMS hints to cop->op_privateFather Chrysostomos2014-11-081-4/+0
* 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