summaryrefslogtreecommitdiff
path: root/src/third_party/pcre-8.42
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48116 fix init-order bug in pcrecpp::RE::InitBilly Donahue2020-05-132-3/+35
| | | | (cherry picked from commit cb3f49285f8a5663244f94d89e56c2f28f7ae685)
* SERVER-39693 fix PCRE support for start option (*LF)Ian Boros2019-02-272-0/+8
|
* SERVER-39693 Add unit tests to pcrecppIan Boros2019-02-271-0/+12
| | | | | | | | | | Note: Originally this patch also set up pcrecpp_unittest.cc to run as a C++ unit test along with the rest of the server. This caused some issues, so we abandoned it. I am leaving the new unit tests, however, in case we need to patch PCRE again and run the tests during development. Changes to PCRE made by MongoDB (not the original authors) are tested through the $regex expression.
* SERVER-39693 patch by Philip Hazel to fix PCRE start options bugIan Boros2019-02-272-7/+85
|
* SERVER-32413 Update pcre_get_sources.sh to incorporate patchesMathew Robinson2019-01-021-0/+29
|
* SERVER-38002 Fix typo in HAVE_STRTOLL defineMathew Robinson2018-12-171-2/+2
|
* Revert "SERVER-32391 use HAVE_STRTOLL instead of HAVE_STRTOQ in pcre"Gregory Wlodarek2018-12-141-2/+2
| | | | This reverts commit bf820bd2feca5b1125ebf4c825910bfcf622f9fb.
* SERVER-32391 use HAVE_STRTOLL instead of HAVE_STRTOQ in pcreMathew Robinson2018-12-141-2/+2
|
* SERVER-38002 Upgrade PCRE to 8.42Mathew Robinson2018-12-14127-0/+81745