summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Automate processing of op_private flagsDavid Mitchell2014-09-102-4/+1408
* better document OA_ flagsDavid Mitchell2014-09-101-9/+9
* regcomp.c: Make macro a lookupKarl Williamson2014-09-061-0/+4
* regen/unicode_constants.pl: Find max ascii print cpKarl Williamson2014-08-251-0/+7
* unicode_constants.h: Add definitions for ESC and VTKarl Williamson2014-08-211-0/+2
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-2/+0
* Unused contexts found under PERL_GLOBAL_STRUCT.Jarkko Hietaniemi2014-06-241-0/+3
* Add a new warning about redundant printf argumentsÆvar Arnfjörð Bjarmason2014-06-211-1/+2
* Split up the fake "missing" warning category into an actual categoryÆvar Arnfjörð Bjarmason2014-06-211-1/+7
* avoid copying the while ebcidic mapping to the stack calling get_a2n()Tony Cook2014-06-186-7/+8
* avoid copying the whole map to the stack on each call to get_I8_2_utf()Tony Cook2014-06-182-5/+5
* Deprecate unescaped literal "{" in regex patternsKarl Williamson2014-06-121-8/+0
* add a warning for using the :win32 PerlIO layerTony Cook2014-06-101-1/+3
* regcomp.c: Skip work that is a no-opKarl Williamson2014-06-011-5/+36
* Add some (UN)?LIKELY() to UTF8 handlingKarl Williamson2014-05-311-3/+4
* utf8.h: Use new macro type from previous commitKarl Williamson2014-05-311-4/+8
* regen/regcharclass.pl: Add new macro type with intermed checkingKarl Williamson2014-05-311-10/+38