summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* fixup regen/regcharclass.pl for no '.'in @INCDavid Mitchell2017-04-071-1/+1
* reentr: update size after RenewHugo van der Sanden2017-03-151-18/+19
* Followup on a4570f51 for t/porting/extrefs.tJarkko Hietaniemi2017-02-241-0/+4
* Revise documentation of eval and evalbytesKarl Williamson2017-02-191-45/+17
* ckDEAD: PL_curcop->cop_warnings only if PL_curcopDavid Mitchell2017-01-231-1/+2
* Fix the Unicode Bug in the range operatorAaron Crane2017-01-051-2/+4
* regen/mk_invlists.pl: Create list of Assigned code pointsKarl Williamson2016-12-231-0/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-239-12/+12
* regen/embed.pl: Enforce static fcn can't be declared pure.Karl Williamson2016-12-141-0/+1
* regen/embed.pl: Keep parsing for some fatal issuesKarl Williamson2016-12-141-10/+19
* perlapi: Document ckWARN-type macrosKarl Williamson2016-12-141-0/+58
* regen/regcharclass.pl: Add const castKarl Williamson2016-12-111-1/+1
* Remove support for Splint static source code analyzerAndy Lester2016-11-301-14/+3
* Make (P)ure funcs in embed.fnc imply (R)eturn must be checkedAndy Lester2016-11-221-1/+1
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-141-6/+0
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-1118-26/+29
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-2/+12
* Better optimise my/local @a = split()David Mitchell2016-10-041-2/+2
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-042-7/+10
* sassign is wrongly declared as BASEOP, not BINOP.Reini Urban2016-09-291-2/+1
* padrange, aelemfast: use label for private bitsDavid Mitchell2016-09-271-2/+2
* OP_AVHVSWITCH: make op_private bits 0..1 symbolicDavid Mitchell2016-09-271-1/+7
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-171-0/+10
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-171-0/+43
* isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCIIKarl Williamson2016-09-171-18/+12
* regen/regcharclass.pl: surrogates are code pointsKarl Williamson2016-09-171-1/+1
* Make PERLLIB_SEP dynamic on VMS.Craig A. Berry2016-09-011-0/+2
* Add C macros for UTF-8 for BOM and REPLACEMENT CHARACTERKarl Williamson2016-08-311-0/+31
* Make 3 UTF-8 macros APIKarl Williamson2016-08-311-2/+2
* regen/embed.pl: Allow inline funcs to be named Perl_fooKarl Williamson2016-08-311-7/+3
* add OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK opsDavid Mitchell2016-08-032-0/+15
* bump feature.pm $VERSIONDavid Mitchell2016-07-171-1/+1
* Update docs for declared_refsFather Chrysostomos2016-07-171-0/+16
* Add declared_refs feature featureFather Chrysostomos2016-07-171-0/+1
* Add experimental::declared_refs warn categFather Chrysostomos2016-07-171-0/+2
* Get regen to work before 5.10Father Chrysostomos2016-07-161-2/+3
* [perl #128597] Crash from gp_free/ckWARN_dFather Chrysostomos2016-07-111-2/+4
* Prepare for Unicode 9.0Karl Williamson2016-06-211-61/+172
* Sort @def before generating $warnings::DEFAULT.Matthew Horsfall2016-06-211-2/+2
* Another op description correction: & -> &.Father Chrysostomos2016-05-201-3/+3
* Correct ‘bitiwse’ in two op descriptionsFather Chrysostomos2016-05-201-2/+2
* Allow assignment to &CORE::keys()Father Chrysostomos2016-05-201-1/+1
* Allow &CORE::foo() with hash functionsFather Chrysostomos2016-05-201-1/+5
* Add avhvswitch opFather Chrysostomos2016-05-201-0/+1
* regen/opcodes: Re-order aeach, akeys, and avaluesFather Chrysostomos2016-05-201-1/+1
* Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-201-2/+9
* Remove @experimental from regen/feature.plFather Chrysostomos2016-05-201-7/+0
* Increase $feature::VERSION to 1.44Father Chrysostomos2016-05-201-1/+1
* Update feature.pm docs for lex sub acceptanceFather Chrysostomos2016-05-201-8/+12
* [perl #128187] Forbid keys @_ in assigned lv subFather Chrysostomos2016-05-201-1/+2