summaryrefslogtreecommitdiff
path: root/regnodes.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for Coverity perl5 CID 29034: Out-of-bounds read (OVERRUN) overrun-local:...Jarkko Hietaniemi2014-04-301-0/+8
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-12/+12
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-151-155/+150
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-151-150/+155
* Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlenYves Orton2014-02-031-1/+1
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-8/+12
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-6/+8
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-2/+4
* Use bit instead of node for regex SSCKarl Williamson2014-01-221-155/+150
* Convert regnode to a flag for [...]Karl Williamson2013-12-311-157/+152
* Allow trie use for /iaa matchingKarl Williamson2013-08-291-111/+116
* Remove newly unnecessary regnode, codeKarl Williamson2013-08-291-116/+111
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-221-6/+6
* Show intflags as well as extflagsYves Orton2013-06-221-0/+15
* 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