summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
Commit message (Expand)AuthorAgeFilesLines
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+8
* Avoid unnecessary malformed checkingKarl Williamson2014-01-271-2/+2
* regen/regcharclass.pl: Don't test UV >= 0Karl Williamson2014-01-271-3/+11
* regen/regcharclass.pl: Fix warningKarl Williamson2014-01-271-1/+0
* Move an inversion list generation to mktablesKarl Williamson2014-01-271-0/+4
* rename aggref warnings to autoderefRicardo Signes2014-01-141-1/+1
* Make key/push $scalar experimentalFather Chrysostomos2014-01-141-0/+1
* regen/regcharclass.pl: Make more EBCDIC-friendlyKarl Williamson2013-08-291-3/+19
* typo fixes for regen scriptsDavid Steinbrunner2013-05-221-6/+6
* regcharclass.h: Add macro for non-ASCII PATWSKarl Williamson2013-01-231-1/+1
* /regen/regcharclass.pl: white-space only; no code changesKarl Williamson2013-01-231-4/+4
* regen/regcharclass.pl: Add capabilityKarl Williamson2013-01-231-4/+11
* regcharclass.h: Add macro for finding pattern white spaceKarl Williamson2013-01-111-0/+4
* Rename property involved in \X matching, for clarityKarl Williamson2012-12-161-2/+2
* make regcharclass generate submacros if necessary to keep them shortYves Orton2012-12-061-11/+23
* regexec.c: Use SPACE macros instead of swashKarl Williamson2012-11-191-0/+4
* Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-191-0/+4
* Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-191-1/+1
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-191-1/+1
* regen/regcharclass.pl: Add 'cp_high' macro typeKarl Williamson2012-11-191-14/+20
* make regcharclass hash order determinisiticYves Orton2012-11-171-5/+5
* Eliminate test from generated cp macrosYves Orton2012-11-171-2/+7
* regen/regcharclass.pl: White space only; no code changesKarl Williamson2012-10-201-10/+10
* regen/regcharclass.pl: Generate better code for some macrosKarl Williamson2012-10-201-81/+280
* regen/regcharclass.pl: White-space only; no code changesKarl Williamson2012-10-201-88/+88
* regen/regcharclass.pl: Refactor a 'return' slightlyKarl Williamson2012-10-201-2/+2
* regen/regcharclass.pl: Change name of generated macroKarl Williamson2012-10-161-3/+3
* regen/regcharclass.pl: Generate macros for multi-char fold sequencesKarl Williamson2012-10-091-0/+13
* regen/regcharclass.pl: Simplify regexKarl Williamson2012-10-091-1/+1
* regen/regcharclass.pl: Add ability for more complex inputsKarl Williamson2012-10-091-4/+23
* regen/regcharclass.pl: improved optree generationYves Orton2012-10-031-20/+26
* regen/regcharclass.pl: add comments and some minor code cleanupYves Orton2012-10-031-17/+34
* remove test define from regen/regcharclass.plYves Orton2012-09-291-5/+0
* improve conditional folding logic in regen/regcharclass.plYves Orton2012-09-291-7/+12
* fix perl #115078, ternary folding logic failureYves Orton2012-09-291-5/+22
* add a new define for testing perl #115078Yves Orton2012-09-291-0/+5
* add shebangs where missingSawyer X2012-09-221-0/+1
* utf8.h: Use machine generated IS_UTF8_CHAR()Karl Williamson2012-09-131-0/+16
* regen/regcharclass.pl: Add ability to restrict platformsKarl Williamson2012-09-131-0/+9
* utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-131-0/+12
* regen/regcharclass.pl: Add optimizationKarl Williamson2012-09-131-5/+42
* regen/regcharclass.pl: White-space onlyKarl Williamson2012-09-131-7/+7
* regen/regcharclass.pl: Extend previously added optimizationKarl Williamson2012-09-131-13/+71
* regen/regcharclass.pl: Rmv always true components from gen'd macroKarl Williamson2012-09-131-0/+3
* regen/regcharclass.pl: Add an optimizationKarl Williamson2012-09-131-0/+126
* regen/regcharclass.pl: Rename a variableKarl Williamson2012-09-131-3/+3
* regen/regcharclass.pl: Pass options deeper into call stackKarl Williamson2012-09-131-8/+8
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-0/+4
* regen/regcharclass.pl: Add new output macro typeKarl Williamson2012-09-131-5/+10
* regen/regcharclass.pl: Add documentationKarl Williamson2012-09-131-32/+128