summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* regcharclass.h: Change to use new inRANGE macroKarl Williamson2019-03-301-93/+35
* Add warning category for variable length lookbehindKarl Williamson2019-03-181-0/+2
* regen/mk_invlists.pl: Add tables for Unicode wildcardsKarl Williamson2019-03-121-0/+132
* Add warnings category experimental::uniprop_wildcardsKarl Williamson2019-03-121-0/+2
* regen/mk_invlists.pl: Remove stray debugging stmtsKarl Williamson2019-03-121-2/+0
* regen/mk_invlists.pl: Comment/white-space onlyKarl Williamson2019-03-121-3/+6
* regen/mk_invlists.pl, lib/utf8_heavy.pl: Rename variableKarl Williamson2019-03-121-7/+14
* charclass_invlists.h: Add commentKarl Williamson2019-03-121-1/+1
* Add hook for Unicode private use overrideKarl Williamson2019-03-072-1/+39
* Check for \n in EBCDIC code pagesKarl Williamson2019-03-061-1/+6
* ebcdic_tables.h: Remove alien '#'Karl Williamson2019-03-041-2/+2
* regen/ebcdic.pl: Move code to functionKarl Williamson2019-03-041-8/+18
* add Perl_dup_warnings() and fix leakDavid Mitchell2019-02-271-4/+1
* PERL_GLOBAL_STRUCT_PRIVATE: fix some const stringsDavid Mitchell2019-02-191-1/+1
* regen/regcharclass.pl: Remove obsolete macroKarl Williamson2019-02-051-4/+0
* regen/mk_invlists.pl: Create new inversion listKarl Williamson2019-02-051-0/+30
* regen/unicode_constants.pl: generate UTF-8 for U+307Karl Williamson2019-02-041-1/+1
* pp.c: Don't use function call for easy copyKarl Williamson2019-02-041-1/+0
* pp.c: Don't use function call for easy copyKarl Williamson2019-02-041-1/+0
* regen/warnings.pl: Fix undefined C behaviorKarl Williamson2019-01-051-2/+2
* regen/mk_invlists.pl: Rmv extraneous tab in outputKarl Williamson2019-01-041-1/+1
* Revert "regen/mk_invlists.pl: Fix bug when 2 ident tables"Karl Williamson2018-12-311-6/+4
* regen/mk_invlists.pl: Rmv outdated codeKarl Williamson2018-12-261-15/+2
* regen/mph.pl: Remove unused variableKarl Williamson2018-12-261-2/+0
* Move 2 property defns to mktablesKarl Williamson2018-12-251-32/+2
* regen/mk_invlists.pl: Fix bug when 2 ident tablesKarl Williamson2018-12-251-4/+6
* regen/mk_invlists.pl: Add new tableKarl Williamson2018-12-071-3/+15
* regen/mk_invlists.pl: Rmv no longer used arrayKarl Williamson2018-12-071-2/+0
* Provide header guards to prevent re-inclusionJames E Keenan2018-12-041-0/+5
* regen/mk_invlists.pl: Generate a new valueKarl Williamson2018-11-261-1/+24
* Split NAME line on multiple whitespacesJames E Keenan2018-11-231-1/+1
* regcomp.sym: longj field is a booleanKarl Williamson2018-11-161-1/+6
* fix typosAlexandr Savca2018-10-092-2/+2
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-10/+17
* Move Unicode \p{} definitions to regcomp.cKarl Williamson2018-08-021-33/+127
* lib/warnings.pm: Bump version to 1.43Karl Williamson2018-07-221-1/+1
* Ensure perlmodlib.pod contains all non-dual-life modulesAaron Crane2018-07-221-0/+1
* regen/mk_invlists.pl: Collapse unused boundary valuesKarl Williamson2018-07-211-37/+70
* regen/mk_invlists.pl: Make adjacent comment and its codeKarl Williamson2018-07-211-2/+2
* regen/mph.pl: Add commentsKarl Williamson2018-07-201-0/+22
* Use Unicode 11.0Unicode Consortium2018-07-201-10/+5
* Prepare for Unicode 11.0Karl Williamson2018-07-201-3/+50
* regen/mk_invlists.pl: Fix a couple typos, nitsKarl Williamson2018-07-201-3/+3
* Make new EBCDIC tables global.Craig A. Berry2018-07-081-3/+3
* regen/mph.pl: Use 'bignum'Karl Williamson2018-07-071-1/+1
* uni_keywords.h: Fix misspelling typoKarl Williamson2018-07-071-1/+1
* Make isC9_STRICT_UTF8_CHAR() an inline dfaKarl Williamson2018-07-052-47/+91
* Make isSTRICT_UTF8_CHAR() an inline functionKarl Williamson2018-07-051-21/+0
* Use strict dfa to translate from UTF-8 to code pointKarl Williamson2018-07-051-0/+4
* Add dfa for strict translation from UTF-8Karl Williamson2018-07-051-0/+158