summaryrefslogtreecommitdiff
path: root/regnodes.h
Commit message (Expand)AuthorAgeFilesLines
* regcomp.sym: Update \b descriptionsKarl Williamson2015-03-181-7/+7
* Add qr/\b{gcb}/Karl Williamson2015-02-191-8/+8
* Reserve a bit for 'the re strict subpragma.Karl Williamson2015-01-131-3/+3
* Add regex nodes for localeKarl Williamson2014-12-291-148/+163
* Create bit for /n.Karl Williamson2014-12-281-7/+7
* Eliminate unused BACK regnodeAaron Crane2014-09-291-132/+127
* Make space for /xx flagKarl Williamson2014-09-291-7/+7
* Up regex flags limit for (??{})Karl Williamson2014-09-291-1/+1
* regcomp.sym: ANYOF nodes have an argumentKarl Williamson2014-09-291-1/+1
* regexp.h Remove unused bit placeholdersKarl Williamson2014-09-291-7/+7
* regexp.h: Move regex flag bit positions.Karl Williamson2014-09-291-6/+6
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-207/+198
* 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