summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged release 10.23.pcre2-10.23ph102017-02-140-0/+0
* Final file updates for 10.23.ph102017-02-147-34/+34
* Update Windows grep test script in line with the non-Windows version.ph102017-02-142-9/+24
* Fix new test (119) for running in non-source directly.ph102017-02-121-1/+1
* Fix bug in most recent fix for pcre2grep.ph102017-02-121-0/+1
* Fix previously broken fix for pcre2grep with -Mo matching strings that cross ph102017-02-104-7/+36
* Small code tidy to make it more understandable.ph102017-02-101-2/+2
* Cache group minima to speed up studying of pathological patterns. Fixes ph102017-02-104-49/+138
* Reduce recursion limit for auto-possessify to reduce stack usage at compile ph102017-02-084-1/+20
* Don't use %td (use %lu instead) in pcre2test under MSVC.ph102017-02-042-8/+17
* Fix \g+ bug when the number that follows is too big.ph102017-01-314-4/+25
* Fix warnings in 32-bit environments.ph102017-01-171-3/+3
* File tidies for 10.23-RC1ph102017-01-1644-1351/+1519
* Minor tidies to pcre2grep.ph102017-01-162-6/+18
* Update build system for changes in the JIT modules.ph102017-01-123-7/+47
* JIT compiler update. Patch insipred by Christian Persch.zherczeg2017-01-123-18/+88
* Ignore all JIT compile errors in pcre2grep.ph102017-01-112-14/+14
* Fix pcre2test mishandling "end before start" return with POSIX interface.ph102017-01-114-6/+28
* Fix hyphen after \E after POSIX class causing an error.ph102017-01-114-22/+47
* JIT compiler update.zherczeg2017-01-0516-195/+270
* Improve class handling for \H and \V by ignoring caseless.ph102017-01-035-26/+140
* Detect overlong patterns earlier.ph102017-01-032-2/+11
* Reduce stack requirements for test 6.ph102017-01-022-8/+8
* JIT compiler update.zherczeg2017-01-0213-122/+322
* Fix very minor typo.ph102017-01-011-1/+1
* Ensure user colour settings are turned off for pcre2grep testing.ph102016-12-311-1/+2
* Fix typos.ph102016-12-312-2/+2
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-315-80/+212
* Minor tidy.ph102016-12-312-1/+4
* Add RunGrepTest.bat (supplied by Jason Hood).ph102016-12-313-3/+682
* Fix Windows test script.ph102016-12-312-2/+4
* Limit the subject length in the fuzzer support function, to avoid wasting time ph102016-12-311-1/+9
* Make the test for over-complication while auto-possessifying bite sooner.ph102016-12-314-5/+22
* Very minor tidy to pcre2grep, plus fix typos in comments.ph102016-12-293-40/+43
* Fix typos; unset GREP_COLO[U]R.ph102016-12-291-3/+3
* Fix typo in ChangeLog.ph102016-12-291-2/+2
* Add callout_error to pcre2test and stop the fuzzer after 100 callouts.ph102016-12-286-21/+69
* Fix issue with \Q\E after a callout before an assertion condition.ph102016-12-284-8/+26
* Fail hyphen after POSIX character class.ph102016-12-275-7/+27
* Fix class bug when UCP but not UTF was set and all wide characters need to be ph102016-12-267-1/+39
* Fix bug when a character > 0xffff appears in a lookbehind within a lookbehind.ph102016-12-244-20/+42
* Fix mis-parsing of a conditional group with callout but a question mark where ph102016-12-234-40/+60
* Add the -ac option (auto_callout) to pcre2test.ph102016-12-233-24/+33
* More refactoring: keep track of empty branches during compiling, replacing a ph102016-12-234-540/+145
* Make the recursion limit apply to DFA matching.ph102016-12-2310-30/+66
* Fix name table sort buffer overflow.ph102016-12-214-6/+14
* Limit the fuzzing function with match limit = recursion limit = 100.ph102016-12-201-2/+21
* Fix incorrect internal error for very complicated back reference handling.ph102016-12-204-1/+26
* Correct ChangeLog.ph102016-12-111-81/+82
* Fix \Q\E quantification bug.ph102016-12-114-12/+42