summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* 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
* better glibc i_modulo bug handlingjimc2016-05-171-4/+21
* embed.fnc: Alter 'b' flag meaningKarl Williamson2016-05-121-2/+6
* regen/embed.pl: Don't: #define FOO FOOKarl Williamson2016-05-121-1/+3
* embed.fnc: Change 'b' flag to not imply 'p' flagKarl Williamson2016-05-121-1/+1
* regen/embed.pl: Verify flags field of embed.fncKarl Williamson2016-05-121-0/+3
* feature.pm: add the v5.25 bundlev5.25.0Ricardo Signes2016-05-091-1/+3
* silence -Wparentheses-equalityDavid Mitchell2016-03-281-2/+2
* regen/mk_invlists.pl: Revamp so works on earlier UnicodesKarl Williamson2016-03-171-336/+596
* bump $strict::VERSION and $warnings::VERSIONTony Cook2016-03-021-1/+1
* narrow the filename check in strict.pm/warnings.pmAristotle Pagaltzis2016-03-021-4/+5
* Use table lookup for qr/\b{wb}/Karl Williamson2016-02-031-0/+240
* split CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARYDavid Mitchell2016-02-031-2/+3
* regen/mk_invlists.pl: add braces round subobject initialisersAaron Crane2016-01-211-14/+12
* Use lookup table for /\b{gcb}/ instead of switch stmtKarl Williamson2016-01-191-7/+116
* Add qr/\b{lb}/Karl Williamson2016-01-191-1/+567
* Make tables for Perl-tailored Unicode Line_Break propertyKarl Williamson2016-01-191-0/+38