| Commit message (Expand) | Author | Age | Files | Lines |
* | rework split() special case interaction with regex engine | Yves Orton | 2013-03-27 | 1 | -5/+5 |
* | Improve how regcomp.pl handles multibits | Yves Orton | 2013-03-27 | 1 | -3/+3 |
* | Add new regnode for synthetic start class | Karl Williamson | 2012-12-28 | 1 | -150/+155 |
* | Free up regex ANYOF bit. | Karl Williamson | 2012-12-28 | 1 | -150/+155 |
* | Regenerate the regnode table in perldebguts.pod automatically | Father Chrysostomos | 2012-12-22 | 1 | -2/+2 |
* | Consolidate some regex OPS | Karl Williamson | 2012-12-22 | 1 | -293/+150 |
* | 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 | -212/+207 |
* | RXf_MODIFIES_VARS | Father Chrysostomos | 2012-10-11 | 1 | -2/+2 |
* | Define RXf_SPLIT and RXf_SKIPWHITE as 0 | Father Chrysostomos | 2012-10-11 | 1 | -3/+3 |
* | regcomp.sym: Add new node types POSIXA and NPOSIXA | Karl Williamson | 2012-07-24 | 1 | -141/+182 |
* | regcomp.c: Simply some node calculations | Karl Williamson | 2012-06-29 | 1 | -148/+158 |
* | regcomp.sym: Reorder a couple of nodes | Karl Williamson | 2012-06-29 | 1 | -9/+9 |
* | 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 | -5/+5 |
* | regex: Remove FOLDCHAR regnode type | Karl Williamson | 2012-01-19 | 1 | -11/+6 |
* | regex: Add new node type EXACTFU_NO_TRIE | Karl Williamson | 2012-01-19 | 1 | -124/+129 |
* | regex: Add new node type EXACTFU_SS | Karl Williamson | 2012-01-19 | 1 | -125/+130 |
* | 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 nodes for backref of EXACTFA | Karl Williamson | 2011-02-14 | 1 | -90/+100 |
* | regcomp.sym: Add regnode for /aa matching | Karl Williamson | 2011-02-14 | 1 | -118/+123 |
* | Initial setup to accommodate /aa regex modifier | Karl Williamson | 2011-02-14 | 1 | -4/+4 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -1/+1 |
* | regcomp.sym: Add nodes for /a | Karl Williamson | 2011-01-17 | 1 | -185/+226 |
* | regcomp.sym: Remove unused nodes DIGITU, NDIGITU | Karl Williamson | 2011-01-16 | 1 | -148/+137 |
* | regcomp.sym: Add BOUNDU, NBOUNDU regnodes | Karl Williamson | 2011-01-16 | 1 | -185/+195 |
* | regex: Add separate regnodes for \w \s Uni semantics | Karl Williamson | 2011-01-16 | 1 | -156/+187 |
* | regcomp.sym: add clarifying comments | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -2/+2 |
* | regcomp.sym: Add ANYOFV node | Karl Williamson | 2011-01-13 | 1 | -160/+165 |
* | Run make regen after 486ec47ab73770ab updated regcomp.sym. | Nicholas Clark | 2011-01-07 | 1 | -1/+1 |
* | regcomp.sym: Correct DIGITL, NDIGITL entries | Karl Williamson | 2010-12-07 | 1 | -3/+3 |
* | regcomp.sym: Re-order for better grouping | Karl Williamson | 2010-12-07 | 1 | -134/+134 |
* | regcomp.sym: Add REFFU and NREFFU nodes | Karl Williamson | 2010-12-01 | 1 | -9/+20 |
* | regcomp.sym: Add EXACTFU regnode | Karl Williamson | 2010-11-28 | 1 | -6/+11 |
* | regcomp.sym: Clarify comment | Karl Williamson | 2010-11-22 | 1 | -1/+1 |
* | regcomp.sym: Fix descriptions | Karl Williamson | 2010-11-22 | 1 | -4/+4 |
* | regcomp.pl -> regen/regcomp.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -2/+2 |
* | regexp.h: Move bits around | Karl Williamson | 2010-08-11 | 1 | -13/+13 |
* | Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup. | Nicholas Clark | 2010-05-27 | 1 | -6/+22 |
* | Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMPLE} | Nicholas Clark | 2010-05-27 | 1 | -0/+4 |
* | Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding. | Nicholas Clark | 2010-05-27 | 1 | -0/+24 |
* | Remove stray tab character in definition for VERB. | Nicholas Clark | 2010-05-27 | 1 | -2/+2 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into the | Nicholas Clark | 2007-12-29 | 1 | -30/+30 |
* | TRIE must use 'yes' state transitions when more than one match possible to en... | Marcus Holland-Moritz | 2007-08-18 | 1 | -2/+2 |
* | /p vs (?p) | Abigail | 2007-06-30 | 1 | -0/+42 |
* | Re: Analysis of problems with mixed encoding case insensitive matches in rege... | Yves Orton | 2007-04-26 | 1 | -6/+11 |