| Commit message (Expand) | Author | Age | Files | Lines |
* | \s matching VT is no longer experimental | Karl Williamson | 2015-02-21 | 1 | -32/+32 |
* | regcomp.c: Make macro a lookup | Karl Williamson | 2014-09-06 | 1 | -28/+28 |
* | Deprecate unescaped literal "{" in regex patterns | Karl Williamson | 2014-06-12 | 1 | -28/+28 |
* | regcomp.c: Skip work that is a no-op | Karl Williamson | 2014-06-01 | 1 | -36/+36 |
* | regen/mk_PL_charclass.pl: Update to use EBCDIC utilities | Karl Williamson | 2014-05-31 | 1 | -0/+795 |
* | regen/mk_PL_charclass.pl: Rmv hard-coded char names | Karl Williamson | 2014-05-31 | 1 | -66/+66 |
* | Deprecate certain rare uses of backslashes within regexes | Karl Williamson | 2013-01-19 | 1 | -7/+7 |
* | regex: Add pseudo-Posix class: 'cased' | Karl Williamson | 2012-12-31 | 1 | -117/+117 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 1 | -127/+127 |
* | regexes: Add \v to table of latin1 char classes | Karl Williamson | 2012-11-19 | 1 | -5/+5 |
* | regen/mk_PL_charclass.pl: Use mktables table for charname | Karl Williamson | 2012-11-11 | 1 | -1/+1 |
* | regen/mk_PL_charclass.pl: Move code to subroutine | Karl Williamson | 2012-10-20 | 1 | -1/+1 |
* | regen/mk_PL_charclass.pl: Add bit for if character folds | Karl Williamson | 2012-10-11 | 1 | -115/+115 |
* | mktables: Generate tables for chars that aren't in final fold pos | Karl Williamson | 2012-08-02 | 1 | -19/+19 |
* | handy.h: Free up bits in PL_charclass[] | Karl Williamson | 2012-07-24 | 1 | -256/+256 |
* | handy.h: Move bit shifting into base macro | Karl Williamson | 2012-07-24 | 1 | -256/+256 |
* | handy.h: l1_charclass.h: Add bit for matching ASCII | Karl Williamson | 2012-07-24 | 1 | -128/+128 |
* | mk_PL_charclass.pl: Allow to work on early Unicodes | Karl Williamson | 2012-06-02 | 1 | -2/+1 |
* | handy.h: New defn of isOCTAL_A() to free up bit | Karl Williamson | 2012-05-22 | 1 | -8/+8 |
* | Experimentally add VT to \s definition | Karl Williamson | 2012-05-22 | 1 | -1/+1 |
* | l1_char_class_tab.h: Add field for quotemeta | Karl Williamson | 2012-02-15 | 1 | -117/+117 |
* | Unicode 6.1 | Karl Williamson | 2012-02-04 | 1 | -2/+2 |
* | mk_PL_charclass.pl: Revise comments, gen'd header | Karl Williamson | 2011-10-01 | 1 | -2/+2 |
* | Revert "l1_char_class_tab.h: Remove multi-char fold targets" | Karl Williamson | 2011-02-14 | 1 | -21/+21 |
* | l1_char_class_tab.h: Remove multi-char fold targets | Karl Williamson | 2011-02-04 | 1 | -21/+21 |
* | Move mk_PL_charclass.pl from Porting/ to regen/ | Nicholas Clark | 2011-01-24 | 1 | -1/+1 |
* | Convert mk_PL_charclass.pl to use regen_lib.pl | Nicholas Clark | 2011-01-24 | 1 | -1/+9 |
* | Move the non-generated parts of l1_char_class_tab.h out into handy.h | Nicholas Clark | 2011-01-24 | 1 | -46/+0 |
* | l1_char_class_tab.h: include multi-char folds | Karl Williamson | 2010-12-15 | 1 | -21/+21 |
* | l1_char_class_tab.h: Add new bit to table. | Karl Williamson | 2010-11-22 | 1 | -9/+9 |
* | l1_char_class_tab.h: Wrong for ALNUMC | Karl Williamson | 2010-10-31 | 1 | -65/+65 |
* | Add 256 word bit table of character classes | Karl Williamson | 2010-09-25 | 1 | -0/+303 |