| Commit message (Expand) | Author | Age | Files | Lines |
* | regcharclass.h: Add macro for non-ASCII PATWS | Karl Williamson | 2013-01-23 | 1 | -0/+22 |
* | regcharclass.h: Add macro for finding pattern white space | Karl Williamson | 2013-01-11 | 1 | -0/+44 |
* | Rename property involved in \X matching, for clarity | Karl Williamson | 2012-12-16 | 1 | -3/+3 |
* | make regcharclass generate submacros if necessary to keep them short | Yves Orton | 2012-12-06 | 1 | -63/+71 |
* | regexec.c: Use SPACE macros instead of swash | Karl Williamson | 2012-11-19 | 1 | -0/+59 |
* | Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros | Karl Williamson | 2012-11-19 | 1 | -0/+27 |
* | Refactor is_BLANK_uni() and is_BLANK_utf8() macros | Karl Williamson | 2012-11-19 | 1 | -0/+34 |
* | handy.h: Add isVERTWS_uni(), isVERTWS_utf8() | Karl Williamson | 2012-11-19 | 1 | -0/+12 |
* | make regcharclass hash order determinisitic | Yves Orton | 2012-11-17 | 1 | -2/+2 |
* | Eliminate test from generated cp macros | Yves Orton | 2012-11-17 | 1 | -4/+2 |
* | regen/regcharclass.pl: Generate better code for some macros | Karl Williamson | 2012-10-20 | 1 | -13/+13 |
* | regen/regcharclass.pl: Change name of generated macro | Karl Williamson | 2012-10-16 | 1 | -2/+2 |
* | regen/regcharclass.pl: Generate macros for multi-char fold sequences | Karl Williamson | 2012-10-09 | 1 | -0/+225 |
* | regen/regcharclass.pl: improved optree generation | Yves Orton | 2012-10-03 | 1 | -12/+6 |
* | remove test define from regen/regcharclass.pl | Yves Orton | 2012-09-29 | 1 | -16/+0 |
* | improve conditional folding logic in regen/regcharclass.pl | Yves Orton | 2012-09-29 | 1 | -122/+40 |
* | fix perl #115078, ternary folding logic failure | Yves Orton | 2012-09-29 | 1 | -4/+5 |
* | add a new define for testing perl #115078 | Yves Orton | 2012-09-29 | 1 | -0/+19 |
* | utf8.h: Remove some EBCDIC dependencies | Karl Williamson | 2012-09-13 | 1 | -0/+39 |
* | regen/regcharclass.pl: Add optimization | Karl Williamson | 2012-09-13 | 1 | -39/+46 |
* | regen/regcharclass.pl: Extend previously added optimization | Karl Williamson | 2012-09-13 | 1 | -4/+4 |
* | regen/regcharclass.pl: Add an optimization | Karl Williamson | 2012-09-13 | 1 | -30/+30 |
* | Use macro not swash for utf8 quotemeta | Karl Williamson | 2012-09-13 | 1 | -0/+65 |
* | regen/regcharclass.pl: Generate macros for \X processing | Karl Williamson | 2012-09-13 | 1 | -0/+128 |
* | regen/regcharclass.pl: Handle ranges, \p{} | Karl Williamson | 2012-09-13 | 1 | -33/+3 |
* | /regcharclass.pl, utf8_strings.pl: Add guard to .h | Karl Williamson | 2012-09-13 | 1 | -0/+6 |
* | regen/regcharclass.pl: Comment out obsolete code | Karl Williamson | 2012-08-27 | 1 | -163/+0 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+1 |
* | regex: Add comments | Karl Williamson | 2011-05-19 | 1 | -1/+1 |
* | regcharclass: Add tricky fold characters. | Karl Williamson | 2011-03-20 | 1 | -5/+77 |
* | Move regencharclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-23 | 1 | -1/+1 |
* | Convert regcharclass.pl to use regen_lib.pl | Nicholas Clark | 2011-01-23 | 1 | -4/+3 |
* | Change Porting/regcharclass.pl so it doesn't depend on unpack 'U0C*' | Yves Orton | 2007-07-19 | 1 | -1/+2 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-27 | 1 | -228/+310 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -15/+68 |
* | Switch to hex format for integer constants in regcharclass.h | Rafael Garcia-Suarez | 2007-04-23 | 1 | -160/+160 |
* | Change boilerplate of regcharclass.h | Rafael Garcia-Suarez | 2007-04-23 | 1 | -13/+17 |
* | Add Yves Orton's script to regenerate regcharclass.h | Rafael Garcia-Suarez | 2007-04-23 | 1 | -53/+117 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -0/+250 |