summaryrefslogtreecommitdiff
path: root/regnodes.h
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-5/+5
* regex: Remove FOLDCHAR regnode typeKarl Williamson2012-01-191-11/+6
* regex: Add new node type EXACTFU_NO_TRIEKarl Williamson2012-01-191-124/+129
* regex: Add new node type EXACTFU_SSKarl Williamson2012-01-191-125/+130
* regcomp.sym: Change commentsKarl Williamson2012-01-191-4/+4
* regcomp.sym: Add commentsKarl Williamson2011-10-171-4/+4
* regcomp.sym: Add nodes for backref of EXACTFAKarl Williamson2011-02-141-90/+100
* regcomp.sym: Add regnode for /aa matchingKarl Williamson2011-02-141-118/+123
* Initial setup to accommodate /aa regex modifierKarl Williamson2011-02-141-4/+4
* Move all the generated file header printing into read_only_top()Nicholas Clark2011-01-231-1/+1
* regcomp.sym: Add nodes for /aKarl Williamson2011-01-171-185/+226
* regcomp.sym: Remove unused nodes DIGITU, NDIGITUKarl Williamson2011-01-161-148/+137
* regcomp.sym: Add BOUNDU, NBOUNDU regnodesKarl Williamson2011-01-161-185/+195
* regex: Add separate regnodes for \w \s Uni semanticsKarl Williamson2011-01-161-156/+187
* regcomp.sym: add clarifying commentsKarl Williamson2011-01-161-2/+2
* Use multi-bit field for regex character setKarl Williamson2011-01-161-2/+2
* regcomp.sym: Add ANYOFV nodeKarl Williamson2011-01-131-160/+165
* Run make regen after 486ec47ab73770ab updated regcomp.sym.Nicholas Clark2011-01-071-1/+1
* regcomp.sym: Correct DIGITL, NDIGITL entriesKarl Williamson2010-12-071-3/+3
* regcomp.sym: Re-order for better groupingKarl Williamson2010-12-071-134/+134
* regcomp.sym: Add REFFU and NREFFU nodesKarl Williamson2010-12-011-9/+20
* regcomp.sym: Add EXACTFU regnodeKarl Williamson2010-11-281-6/+11
* regcomp.sym: Clarify commentKarl Williamson2010-11-221-1/+1
* regcomp.sym: Fix descriptionsKarl Williamson2010-11-221-4/+4
* regcomp.pl -> regen/regcomp.plFather Chrysostomos2010-10-131-1/+1
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-221-2/+2
* regexp.h: Move bits aroundKarl Williamson2010-08-111-13/+13
* Convert REGNODE_{SIMPLE,VARIES} to a bitmask lookup, from a strchr() lookup.Nicholas Clark2010-05-271-6/+22
* Encapsulate lookups in PL_{varies,simple} within macros REGNODE_{VARIES,SIMPLE}Nicholas Clark2010-05-271-0/+4
* Generate PL_simple[] and PL_varies[] with regcomp.pl, rather than hard-coding.Nicholas Clark2010-05-271-0/+24
* Remove stray tab character in definition for VERB.Nicholas Clark2010-05-271-2/+2
* Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().Nicholas Clark2008-01-051-2/+2
* Reorder the external regexp flags to get RXf_PMf_STD_PMMOD into theNicholas Clark2007-12-291-30/+30
* TRIE must use 'yes' state transitions when more than one match possible to en...Marcus Holland-Moritz2007-08-181-2/+2
* /p vs (?p)Abigail2007-06-301-0/+42
* Re: Analysis of problems with mixed encoding case insensitive matches in rege...Yves Orton2007-04-261-6/+11
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-6/+31
* Symbian syncJarkko Hietaniemi2007-04-011-1/+1
* Change 30461 was wrong. As ext/re (re)builds the regexp engine withNicholas Clark2007-03-051-5/+3
* Define and initialise reg_name only once.Nicholas Clark2007-03-031-6/+7
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-9/+20
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-22/+33
* New regex syntax omnibusYves Orton2006-11-071-130/+162
* Add more backtracking control verbs to regex engine (?CUT), (?ERROR)Yves Orton2006-11-021-72/+80
* Add a commit verb to regex engine to allow fine tuning of backtracking control.Yves Orton2006-11-011-66/+77
* The second patch from:Yves Orton2006-10-301-118/+118
* The first patch from:Yves Orton2006-10-301-3/+3
* Fix a problem with jump-tries, add (?FAIL) pattern.Yves Orton2006-10-261-66/+71
* Add Regex conditionals. Various bugfixes. More tests.Yves Orton2006-10-121-168/+183