| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -6/+31 |
* | Symbian sync | Jarkko Hietaniemi | 2007-04-01 | 1 | -1/+1 |
* | Change 30461 was wrong. As ext/re (re)builds the regexp engine with | Nicholas Clark | 2007-03-05 | 1 | -5/+3 |
* | Define and initialise reg_name only once. | Nicholas Clark | 2007-03-03 | 1 | -6/+7 |
* | Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c... | Yves Orton | 2007-01-11 | 1 | -9/+20 |
* | Re: [PATCH] New regex syntax omnibus | Yves Orton | 2006-11-13 | 1 | -22/+33 |
* | New regex syntax omnibus | Yves Orton | 2006-11-07 | 1 | -130/+162 |
* | Add more backtracking control verbs to regex engine (?CUT), (?ERROR) | Yves Orton | 2006-11-02 | 1 | -72/+80 |
* | Add a commit verb to regex engine to allow fine tuning of backtracking control. | Yves Orton | 2006-11-01 | 1 | -66/+77 |
* | The second patch from: | Yves Orton | 2006-10-30 | 1 | -118/+118 |
* | The first patch from: | Yves Orton | 2006-10-30 | 1 | -3/+3 |