summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* gelem and refassign can have OA_RETSCALARFather Chrysostomos2014-12-071-2/+2
* Give require the OA_RETSCALAR flagFather Chrysostomos2014-12-071-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-072-4/+16
* add UNOP_AUX OP classDavid Mitchell2014-12-073-0/+3
* Correct dependencies for charclass_invlists.hFather Chrysostomos2014-12-041-1/+13
* Add checksum to regcharclass.hFather Chrysostomos2014-12-031-1/+1
* Add checksum to charclass_invlists.hFather Chrysostomos2014-12-031-1/+1
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* Remove proto magic typeFather Chrysostomos2014-11-301-1/+0
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* 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