summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c: Don't read past string-endKarl Williamson2014-03-121-1/+1
* regcomp.c: Make SSC node clone safeKarl Williamson2014-03-121-0/+3
* regcomp.c: Use minimal struct formal parameterKarl Williamson2014-03-041-5/+3
* regcomp.c: Don't read uninitialized dataKarl Williamson2014-03-041-3/+5
* Revert most of 3a8bbffbce: Avoid unnecessary malformed checkingKarl Williamson2014-03-011-4/+4
* Fix RT #121321 - Fencepost error causes infinite loop in regex compilationYves Orton2014-02-251-2/+10
* Improve how regprop dumps REF-like nodes during executionYves Orton2014-02-241-22/+39
* comments and whitespace fixups to inprove clarity of the codeYves Orton2014-02-241-5/+14
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-3/+3
* regcomp.c: Don't read uninitialized dataKarl Williamson2014-02-191-2/+9
* Make taint checking regex compile time instead of runtimeKarl Williamson2014-02-191-5/+27
* regcomp.c: Remove no longer used functionKarl Williamson2014-02-191-17/+0
* regcomp.c: Move some locale initialization codeKarl Williamson2014-02-191-23/+18
* regcomp.c,regexec.c: White-space onlyKarl Williamson2014-02-191-18/+18
* regcomp.c: Fix more alignment problemsKarl Williamson2014-02-191-51/+67
* Change method of passing some info from regcomp to regexecKarl Williamson2014-02-191-3/+10
* regexes: Remove uses of ANYOF_LOCALE flagKarl Williamson2014-02-191-23/+8
* regcomp.c: Simplify /l Synthetic Start Class constructionKarl Williamson2014-02-191-21/+9
* Convert more EXACTFish nodes to EXACT when possibleKarl Williamson2014-02-191-14/+59
* regcomp.c: Fix some alignment problemsKarl Williamson2014-02-171-33/+33
* Revert "Free up bit for regex ANYOF nodes"Karl Williamson2014-02-151-4/+3
* Free up bit for regex ANYOF nodesKarl Williamson2014-02-151-3/+4
* regex substrs: record index of check substrDavid Mitchell2014-02-071-0/+4
* eliminate RXf_ANCH_SINGLEDavid Mitchell2014-02-071-1/+1
* regcomp utf8 len cache panicDavid Mitchell2014-02-071-5/+8
* Make a literal "{" fatal after \b and \B in regexesKarl Williamson2014-02-051-2/+4
* Forbid "\c{" and \c{non-ascii}Karl Williamson2014-02-051-2/+2
* Fix regression in floating mandatory string optimisationYves Orton2014-02-061-2/+2
* Eliminate stupid macroYves Orton2014-02-061-26/+27
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-2/+2
* Revert "'use utf8' should imply /u regex matching"Karl Williamson2014-02-041-10/+4
* do not overflow when the pattern is unboundedYves Orton2014-02-041-7/+9
* Fix [[:blank:]] handling when no isblank() on platformKarl Williamson2014-02-031-21/+0
* Add RXf_UNBOUNDED_QUANTIFIER and regexp->maxlenYves Orton2014-02-031-7/+32
* PATCH [perl #121144]: \S, \W, etc fail for above ASCIIKarl Williamson2014-02-021-4/+6
* 'use utf8' should imply /u regex matchingKarl Williamson2014-02-021-4/+10
* Simplify expression, cannot be ANCH_GPOS without being REG_GPOS_SEENYves Orton2014-02-011-1/+3
* rename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match RXf_ and PREGf_ conven...Yves Orton2014-01-311-61/+61
* regcomp.c: Revert mistakenly changed lineKarl Williamson2014-01-301-1/+1
* Move the RXf_ANCH flags to intflags as PREGf_ANCH_xxx and add RXf_IS_ANCHORED...Yves Orton2014-01-311-19/+23
* move RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflagsYves Orton2014-01-311-4/+4
* Rename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from extflags to intflagsYves Orton2014-01-311-2/+2
* move RXf_NOSCAN from extflags to intflags as PREGf_NOSCANYves Orton2014-01-311-2/+2
* regcomp.c: Process all POSIXes in [...] under /lKarl Williamson2014-01-291-1/+6
* regcomp.c: White-space onlyKarl Williamson2014-01-291-7/+7
* regcomp.c: Change a variable and flag bit namesKarl Williamson2014-01-271-19/+22
* White-space, comments onlyKarl Williamson2014-01-271-26/+26
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-225/+370
* regcomp.c: Avoid calling heavy duty functions when possibleKarl Williamson2014-01-271-1/+21
* regcomp.c: Nit in commentsKarl Williamson2014-01-271-2/+4