summaryrefslogtreecommitdiff
path: root/regcomp.sym
Commit message (Expand)AuthorAgeFilesLines
* regcomp.sym: Fix out-dated descriptionKarl Williamson2012-03-031-1/+1
* rework how the trie logic handles the newer EXACT nodetypesYves Orton2012-03-031-2/+2
* regex: Remove FOLDCHAR regnode typeKarl Williamson2012-01-191-2/+0
* regex: Add new node type EXACTFU_NO_TRIEKarl Williamson2012-01-191-0/+1
* regex: Add new node type EXACTFU_SSKarl Williamson2012-01-191-1/+2
* regcomp.sym: Change commentsKarl Williamson2012-01-191-4/+4
* regcomp.sym: Add commentsKarl Williamson2011-10-171-4/+4
* regcomp.sym: Add commentKarl Williamson2011-05-181-0/+1
* regcomp.sym: Add nodes for backref of EXACTFAKarl Williamson2011-02-141-1/+3
* regcomp.sym: Add regnode for /aa matchingKarl Williamson2011-02-141-1/+2
* regcomp.sym: Add nodes for /aKarl Williamson2011-01-171-0/+8
* regex: Use BOUNDU regnodesKarl Williamson2011-01-161-0/+1
* regcomp.sym: Remove unused nodes DIGITU, NDIGITUKarl Williamson2011-01-161-2/+0
* regcomp.sym: Add BOUNDU, NBOUNDU regnodesKarl Williamson2011-01-161-2/+4
* regex: Add separate regnodes for \w \s Uni semanticsKarl Williamson2011-01-161-6/+12
* regcomp.sym: add clarifying commentsKarl Williamson2011-01-161-2/+2
* regcomp.sym: Add ANYOFV nodeKarl Williamson2011-01-131-1/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-4/+4
* regcomp.sym: Correct DIGITL, NDIGITL entriesKarl Williamson2010-12-071-2/+2
* regcomp.sym: Re-order for better groupingKarl Williamson2010-12-071-13/+10
* regcomp.sym: Remove misleading commentsKarl Williamson2010-12-071-18/+18
* regcomp.sym: Add REFFU and NREFFU nodesKarl Williamson2010-12-011-0/+7
* regcomp.sym: update commentKarl Williamson2010-12-011-1/+1
* regcomp.sym: Add EXACTFU regnodeKarl Williamson2010-11-281-0/+1
* regcomp.sym: Clarify commentKarl Williamson2010-11-221-1/+1
* regcomp.sym: Fix descriptionsKarl Williamson2010-11-221-4/+4
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-271-43/+42
* Re-work the regcomp.sym to remove use of hard tabs. No data change.Nicholas Clark2010-05-271-119/+119
* Correct the node numbers in comments.Nicholas Clark2010-05-271-4/+4
* Remove stray tab character in definition for VERB.Nicholas Clark2010-05-271-1/+1
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-0/+2
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-1/+8
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-3/+7
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-221-1/+0
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-13/+17
* New regex syntax omnibusYves Orton2006-11-071-5/+12
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-2/+5
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-1/+2
* The second patch from:Yves Orton2006-10-301-4/+4
* The first patch from:Yves Orton2006-10-301-4/+3
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-2/+5
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-0/+5
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-5/+11
* migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigmDave Mitchell2006-10-051-2/+3
* Re: [PATCH] Add recursive regexes similar to PCREYves Orton2006-10-051-1/+3
* Automate generation of the regmatch() state constantsYves Orton2006-09-251-8/+37
* Teach regex optimiser how to handle (?=) and (?<=) properly.Yves Orton2006-09-111-16/+46
* Re: [PATCH] Trie jumpingYves Orton2006-09-051-1/+3
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-291-4/+14
* Re: recursion now removed from the regex engineYves Orton2006-04-241-5/+6