summaryrefslogtreecommitdiff
path: root/regnodes.h
Commit message (Expand)AuthorAgeFilesLines
* rework split() special case interaction with regex engineYves Orton2013-03-271-5/+5
* Improve how regcomp.pl handles multibitsYves Orton2013-03-271-3/+3
* Add new regnode for synthetic start classKarl Williamson2012-12-281-150/+155
* Free up regex ANYOF bit.Karl Williamson2012-12-281-150/+155
* Regenerate the regnode table in perldebguts.pod automaticallyFather Chrysostomos2012-12-221-2/+2
* Consolidate some regex OPSKarl Williamson2012-12-221-293/+150
* regcomp.sym: Change regkind for NPOSIX regnodesKarl Williamson2012-11-191-4/+4
* regex: Remove old code that tried to handle multi-char foldsKarl Williamson2012-10-141-212/+207
* RXf_MODIFIES_VARSFather Chrysostomos2012-10-111-2/+2
* Define RXf_SPLIT and RXf_SKIPWHITE as 0Father Chrysostomos2012-10-111-3/+3
* regcomp.sym: Add new node types POSIXA and NPOSIXAKarl Williamson2012-07-241-141/+182
* regcomp.c: Simply some node calculationsKarl Williamson2012-06-291-148/+158
* regcomp.sym: Reorder a couple of nodesKarl Williamson2012-06-291-9/+9
* 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