| Commit message (Expand) | Author | Age | Files | Lines |
* | Change 'semantics' to 'rules' | Karl Williamson | 2014-02-20 | 1 | -12/+12 |
* | Revert "Free up bit for regex ANYOF nodes" | Karl Williamson | 2014-02-15 | 1 | -1/+0 |
* | Free up bit for regex ANYOF nodes | Karl Williamson | 2014-02-15 | 1 | -0/+1 |
* | Use bit instead of node for regex SSC | Karl Williamson | 2014-01-22 | 1 | -1/+0 |
* | Convert regnode to a flag for [...] | Karl Williamson | 2013-12-31 | 1 | -1/+0 |
* | Allow trie use for /iaa matching | Karl Williamson | 2013-08-29 | 1 | -0/+1 |
* | Remove newly unnecessary regnode, code | Karl Williamson | 2013-08-29 | 1 | -1/+0 |
* | Add new regnode for synthetic start class | Karl Williamson | 2012-12-28 | 1 | -0/+1 |
* | Free up regex ANYOF bit. | Karl Williamson | 2012-12-28 | 1 | -0/+1 |
* | Regenerate the regnode table in perldebguts.pod automatically | Father Chrysostomos | 2012-12-22 | 1 | -35/+40 |
* | Consolidate some regex OPS | Karl Williamson | 2012-12-22 | 1 | -45/+9 |
* | regcomp.sym: Change regkind for NPOSIX regnodes | Karl Williamson | 2012-11-19 | 1 | -4/+4 |
* | regex: Remove old code that tried to handle multi-char folds | Karl Williamson | 2012-10-14 | 1 | -1/+0 |
* | 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 |