summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #123539] regcomp.c node overrun/segfaultKarl Williamson2015-01-101-1/+15
* PATCH: [perl #123198] Memory leak in regex in 5.20.1Karl Williamson2014-12-271-2/+3
* Correct 5.20 regression: '"X" !~ /[x]/i'Karl Williamson2014-09-071-4/+10
* regcomp.c: Don't read outside array boundKarl Williamson2014-08-111-2/+2
* PATCH: [perl #122460] Regression with (?{})(?=...) and posKarl Williamson2014-08-111-1/+5
* Do not invert a NULL cp_list.Jarkko Hietaniemi2014-07-221-1/+2
* [perl #121854] use re 'taint' regressionDavid Mitchell2014-05-131-1/+1
* PATCH: [perl #121778]:BBC KAMIPO/autobox-String-InflectorKarl Williamson2014-05-071-54/+81
* Fix for Coverity perl5 CID 29034: Out-of-bounds read (OVERRUN) overrun-local:...Jarkko Hietaniemi2014-04-301-2/+6
* Fix for Coverity perl5 CID 29032: Out-of-bounds read (OVERRUN) overrun-local:...Jarkko Hietaniemi2014-04-301-4/+4
* 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