summaryrefslogtreecommitdiff
path: root/regcomp.h
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Make SSC node clone safeKarl Williamson2014-03-121-9/+13
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-20/+16
* regcomp.h: Allow compiler to perform calculationKarl Williamson2014-02-191-1/+1
* Change method of passing some info from regcomp to regexecKarl Williamson2014-02-191-14/+6
* regcomp.h: Remove extraneous commentKarl Williamson2014-02-191-7/+0
* regcomp.h: Free up flag bit in ANYOF nodesKarl Williamson2014-02-191-10/+8
* regexes: Remove uses of ANYOF_LOCALE flagKarl Williamson2014-02-191-4/+2
* regcomp.c: Simplify /l Synthetic Start Class constructionKarl Williamson2014-02-191-3/+12
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-151-5/+21
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-151-16/+10
* regcomp.h: Rmv false commentsKarl Williamson2014-02-121-4/+4
* eliminate RXf_ANCH_SINGLEDavid Mitchell2014-02-071-2/+2
* Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlenYves Orton2014-02-031-0/+2
* rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match RXf_ and PREGf_ conven...Yves Orton2014-01-311-12/+11
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-2/+9
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-1/+3
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-0/+1
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-0/+5
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-1/+1
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-3/+23
* Rename regex internal flag bitKarl Williamson2014-01-221-1/+1
* Use bit instead of node for regex SSCKarl Williamson2014-01-221-4/+16
* regcomp.h: Reorder some #definesKarl Williamson2013-12-311-8/+8
* Re-order some flag bits to avoid potential branchesKarl Williamson2013-12-311-3/+4
* Output regex above-Unicode matching in syn strt classKarl Williamson2013-12-311-1/+1
* Convert regnode to a flag for [...]Karl Williamson2013-12-311-4/+6
* regcomp.c: Split #define into twoKarl Williamson2013-12-311-0/+5
* Avoid pointer churn in study_chunk recursion bitmap allocationYves Orton2013-11-241-0/+1
* regcomp.c: Move bit to different data structureKarl Williamson2013-09-241-8/+17
* Teach regex optimizer to handle above-Latin1Karl Williamson2013-09-241-8/+2
* regcomp.c: Add some static functionsKarl Williamson2013-09-241-0/+7
* Enlarge dummy regex pass1 compilation nodeKarl Williamson2013-09-241-1/+1
* Rename regex flag bit for clarityKarl Williamson2013-09-241-9/+10
* regcomp.h: Create new typedef synonym for clarityKarl Williamson2013-09-241-8/+8
* regcomp.h: Parenthesize macro formal parameterKarl Williamson2013-09-241-1/+1
* regcomp.h: Add better named synonymsKarl Williamson2013-09-241-25/+39
* regcomp.h: Move #defineKarl Williamson2013-09-241-4/+4
* Add regnode struct for synthetic start classKarl Williamson2013-09-241-0/+11
* regcomp.h: Add a couple #define synonymsKarl Williamson2013-08-141-0/+2
* regcomp.h, sv.c, utf8.c: Comment nitsKarl Williamson2013-08-101-3/+0
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-7/+0
* eliminate PL_regdummyDavid Mitchell2013-06-021-1/+1
* Revert "PATCH: regex longjmp flaws"Nicholas Clark2013-03-191-3/+1
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-0/+3
* handy.h, regcomp.h, regexec.c: Sort initializers, switch()Karl Williamson2012-12-311-12/+12
* regcomp.c: Free up ANYOF flag bitKarl Williamson2012-12-281-18/+11
* Add new regnode for synthetic start classKarl Williamson2012-12-281-11/+1
* regcomp.c, regcomp.h: White-space, comment onlyKarl Williamson2012-12-281-3/+3
* regcomp.h: Split two ANYOF flag bitsKarl Williamson2012-12-281-5/+5
* Free up regex ANYOF bit.Karl Williamson2012-12-281-4/+0