summaryrefslogtreecommitdiff
path: root/regen/regcharclass.pl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* regen/regcharclass.pl: Error check input betterKarl Williamson2012-09-131-3/+15
* regen/regcharclass.pl: Allow comments in inputKarl Williamson2012-09-131-8/+8
* regen/regcharclass.pl: Generate macros for \X processingKarl Williamson2012-09-131-0/+28
* regen/regcharclass.pl: Change to work on an empty classKarl Williamson2012-09-131-0/+1
* regen/regcharclass.pl: Fix bug for character '0'Karl Williamson2012-09-131-1/+1
* regen/regcharclass.pl: Work on EBCDIC platformsKarl Williamson2012-09-131-8/+40
* regen/regcharclass.pl: Remove Encode:: dependencyKarl Williamson2012-09-131-6/+3
* regen/regcharclass.pl: Handle ranges, \p{}Karl Williamson2012-09-131-33/+34
* /regcharclass.pl, utf8_strings.pl: Add guard to .hKarl Williamson2012-09-131-0/+4
* regen/regcharclass.pl: Comment out obsolete codeKarl Williamson2012-08-271-10/+12
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* regex: Add commentsKarl Williamson2011-05-191-1/+1
* Rename safer_open() to open_new(), and eliminate the first parameter.Nicholas Clark2011-05-191-1/+1