| Commit message (Expand) | Author | Age | Files | Lines |
* | regcomp.sym: Add new node types POSIXA and NPOSIXA | Karl Williamson | 2012-07-24 | 1 | -1/+9 |
* | regcomp.sym: Correct and add comments | Karl Williamson | 2012-07-24 | 1 | -1/+2 |
* | regcomp.c: Optimize e.g., /[^\w]/, /[[^:word:]]/ into /\W/ | Karl Williamson | 2012-06-29 | 1 | -0/+3 |
* | regcomp.c: Simply some node calculations | Karl Williamson | 2012-06-29 | 1 | -1/+16 |
* | regcomp.sym: Reorder a couple of nodes | Karl Williamson | 2012-06-29 | 1 | -1/+1 |
* | regcomp.sym: Fix out-dated description | Karl Williamson | 2012-03-03 | 1 | -1/+1 |
* | rework how the trie logic handles the newer EXACT nodetypes | Yves Orton | 2012-03-03 | 1 | -2/+2 |
* | regex: Remove FOLDCHAR regnode type | Karl Williamson | 2012-01-19 | 1 | -2/+0 |
* | regex: Add new node type EXACTFU_NO_TRIE | Karl Williamson | 2012-01-19 | 1 | -0/+1 |
* | regex: Add new node type EXACTFU_SS | Karl Williamson | 2012-01-19 | 1 | -1/+2 |
* | regcomp.sym: Change comments | Karl Williamson | 2012-01-19 | 1 | -4/+4 |
* | regcomp.sym: Add comments | Karl Williamson | 2011-10-17 | 1 | -4/+4 |
* | regcomp.sym: Add comment | Karl Williamson | 2011-05-18 | 1 | -0/+1 |
* | regcomp.sym: Add nodes for backref of EXACTFA | Karl Williamson | 2011-02-14 | 1 | -1/+3 |
* | regcomp.sym: Add regnode for /aa matching | Karl Williamson | 2011-02-14 | 1 | -1/+2 |
* | regcomp.sym: Add nodes for /a | Karl Williamson | 2011-01-17 | 1 | -0/+8 |
* | regex: Use BOUNDU regnodes | Karl Williamson | 2011-01-16 | 1 | -0/+1 |
* | regcomp.sym: Remove unused nodes DIGITU, NDIGITU | Karl Williamson | 2011-01-16 | 1 | -2/+0 |
* | regcomp.sym: Add BOUNDU, NBOUNDU regnodes | Karl Williamson | 2011-01-16 | 1 | -2/+4 |
* | regex: Add separate regnodes for \w \s Uni semantics | Karl Williamson | 2011-01-16 | 1 | -6/+12 |
* | regcomp.sym: add clarifying comments | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | regcomp.sym: Add ANYOFV node | Karl Williamson | 2011-01-13 | 1 | -1/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -4/+4 |
* | regcomp.sym: Correct DIGITL, NDIGITL entries | Karl Williamson | 2010-12-07 | 1 | -2/+2 |
* | regcomp.sym: Re-order for better grouping | Karl Williamson | 2010-12-07 | 1 | -13/+10 |
* | regcomp.sym: Remove misleading comments | Karl Williamson | 2010-12-07 | 1 | -18/+18 |
* | regcomp.sym: Add REFFU and NREFFU nodes | Karl Williamson | 2010-12-01 | 1 | -0/+7 |
* | regcomp.sym: update comment | Karl Williamson | 2010-12-01 | 1 | -1/+1 |
* | regcomp.sym: Add EXACTFU regnode | Karl Williamson | 2010-11-28 | 1 | -0/+1 |
* | regcomp.sym: Clarify comment | Karl Williamson | 2010-11-22 | 1 | -1/+1 |
* | regcomp.sym: Fix descriptions | Karl Williamson | 2010-11-22 | 1 | -4/+4 |
* | Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding. | Nicholas Clark | 2010-05-27 | 1 | -43/+42 |
* | Re-work the regcomp.sym to remove use of hard tabs. No data change. | Nicholas Clark | 2010-05-27 | 1 | -119/+119 |
* | Correct the node numbers in comments. | Nicholas Clark | 2010-05-27 | 1 | -4/+4 |
* | Remove stray tab character in definition for VERB. | Nicholas Clark | 2010-05-27 | 1 | -1/+1 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -0/+2 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -1/+8 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -3/+7 |
* | \G with /g results in infinite loop in 5.6 and later | Yves Orton | 2006-11-22 | 1 | -1/+0 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -13/+17 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -5/+12 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -2/+5 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -1/+2 |
* | The second patch from: | Yves Orton | 2006-10-30 | 1 | -4/+4 |
* | The first patch from: | Yves Orton | 2006-10-30 | 1 | -4/+3 |
* | Fix a problem with jump-tries, add (?FAIL) pattern. | Yves Orton | 2006-10-26 | 1 | -2/+5 |
* | Add Regex conditionals. Various bugfixes. More tests. | Yves Orton | 2006-10-12 | 1 | -0/+5 |
* | Re: [PATCH] Initial attempt at named captures for perls regexp engine | Yves Orton | 2006-10-07 | 1 | -5/+11 |
* | migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm | Dave Mitchell | 2006-10-05 | 1 | -2/+3 |
* | Re: [PATCH] Add recursive regexes similar to PCRE | Yves Orton | 2006-10-05 | 1 | -1/+3 |