summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #121777] User-defined prop and packagesKarl Williamson2014-05-311-0/+13
* regcomp.c: Rmv temporary variableKarl Williamson2014-05-311-4/+2
* regcomp.c: Fix commentKarl Williamson2014-05-301-1/+2
* regcomp.c: Tighten up synthetic start class for Unicode charactersKarl Williamson2014-05-301-57/+127
* regcomp.c: Fix typo in commentKarl Williamson2014-05-301-3/+3
* regcomp.c: Add assertionKarl Williamson2014-05-301-0/+5
* regcomp.c: Change a panic into an assertKarl Williamson2014-05-301-3/+2
* regcomp.c: Move code into a functionKarl Williamson2014-05-301-72/+71
* regcomp.c: Remove obsolete codeKarl Williamson2014-05-301-12/+0
* regcomp.c, regexec.c: Move common code to a functionKarl Williamson2014-05-301-12/+18
* Optimize /[a-z]/ and /[A-Z]/Karl Williamson2014-05-301-0/+20
* /x in patterns now includes all \p{PatWS}Karl Williamson2014-05-301-88/+43
* Fatalize splitting '(?' and '(*' in regexesKarl Williamson2014-05-301-4/+6
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-17/+17
* Insert asserts to paths suspected by Coverity.Jarkko Hietaniemi2014-05-291-0/+3
* Annotate intentional case fallthrough, or add breaks.Jarkko Hietaniemi2014-05-281-0/+2
* Fix for Coverity perl5 CID 28936: Wrong operator used (CONSTANT_EXPRESSION_RE...Jarkko Hietaniemi2014-05-281-1/+1
* g++ cleanups.Jarkko Hietaniemi2014-05-281-1/+1
* UCHARAT unnecessary with isSPACE().Jarkko Hietaniemi2014-05-281-3/+3
* Do not invert a NULL cp_list.Jarkko Hietaniemi2014-05-281-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