summaryrefslogtreecommitdiff
path: root/regcharclass.h
Commit message (Expand)AuthorAgeFilesLines
* regcharclass.h: Add macro for non-ASCII PATWSKarl Williamson2013-01-231-0/+22
* regcharclass.h: Add macro for finding pattern white spaceKarl Williamson2013-01-111-0/+44
* Rename property involved in \X matching, for clarityKarl Williamson2012-12-161-3/+3
* make regcharclass generate submacros if necessary to keep them shortYves Orton2012-12-061-63/+71
* regexec.c: Use SPACE macros instead of swashKarl Williamson2012-11-191-0/+59
* Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-191-0/+27
* Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-191-0/+34
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-191-0/+12
* make regcharclass hash order determinisiticYves Orton2012-11-171-2/+2
* Eliminate test from generated cp macrosYves Orton2012-11-171-4/+2
* regen/regcharclass.pl: Generate better code for some macrosKarl Williamson2012-10-201-13/+13
* regen/regcharclass.pl: Change name of generated macroKarl Williamson2012-10-161-2/+2
* regen/regcharclass.pl: Generate macros for multi-char fold sequencesKarl Williamson2012-10-091-0/+225
* regen/regcharclass.pl: improved optree generationYves Orton2012-10-031-12/+6
* remove test define from regen/regcharclass.plYves Orton2012-09-291-16/+0
* improve conditional folding logic in regen/regcharclass.plYves Orton2012-09-291-122/+40
* fix perl #115078, ternary folding logic failureYves Orton2012-09-291-4/+5
* add a new define for testing perl #115078Yves Orton2012-09-291-0/+19
* utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-131-0/+39
* regen/regcharclass.pl: Add optimizationKarl Williamson2012-09-131-39/+46
* regen/regcharclass.pl: Extend previously added optimizationKarl Williamson2012-09-131-4/+4
* regen/regcharclass.pl: Add an optimizationKarl Williamson2012-09-131-30/+30
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-0/+65
* regen/regcharclass.pl: Generate macros for \X processingKarl Williamson2012-09-131-0/+128
* regen/regcharclass.pl: Handle ranges, \p{}Karl Williamson2012-09-131-33/+3
* /regcharclass.pl, utf8_strings.pl: Add guard to .hKarl Williamson2012-09-131-0/+6
* regen/regcharclass.pl: Comment out obsolete codeKarl Williamson2012-08-271-163/+0
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* regex: Add commentsKarl Williamson2011-05-191-1/+1
* regcharclass: Add tricky fold characters.Karl Williamson2011-03-201-5/+77
* Move regencharclass.pl from Porting/ to regen/Nicholas Clark2011-01-231-1/+1
* Convert regcharclass.pl to use regen_lib.plNicholas Clark2011-01-231-4/+3
* Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*'Yves Orton2007-07-191-1/+2
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-271-228/+310
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-15/+68
* Switch to hex format for integer constants in regcharclass.hRafael Garcia-Suarez2007-04-231-160/+160
* Change boilerplate of regcharclass.hRafael Garcia-Suarez2007-04-231-13/+17
* Add Yves Orton's script to regenerate regcharclass.hRafael Garcia-Suarez2007-04-231-53/+117
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-0/+250