summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* 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
* regen/mk_invlists.pl: Use property's real valuesKarl Williamson2016-01-191-1/+8
* regen/mk_invlists.pl: Internal housekeepingKarl Williamson2016-01-191-2/+1
* regen/mk_invlists.pl: Keep internal enum values lastKarl Williamson2016-01-191-7/+12
* embed.fnc and regen: detect duplicate fn defsDavid Mitchell2016-01-151-2/+23
* Don't generate EBCDIC POSIX-BC tablesKarl Williamson2016-01-141-19/+19
* Tailor \b{wb} for PerlKarl Williamson2016-01-081-0/+1
* Deparse.pm lives in lib/B now, not dist/B-DeparseLukas Mai2016-01-081-17/+12
* Skip casing for high code pointsKarl Williamson2015-12-091-0/+16
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-252-4/+15
* regen/ebcdic.pl: Output tables in hexKarl Williamson2015-11-251-8/+12
* split pp_postdec() from pp_postinc() and improveDavid Mitchell2015-11-101-1/+2
* split pp_predec() from pp_preinc() and improveDavid Mitchell2015-11-101-1/+2
* [perl #126051] make the warnings::enabled example use warnings::enabledTony Cook2015-10-121-2/+4
* sync regen/warnings.pl and warnings.pm $VERSIONTony Cook2015-10-121-2/+9
* Cleanup, document, and restructure regen/regcomp.plYves Orton2015-10-051-282/+478