summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation update.ph102020-01-273-435/+449
* Limit function recursion in pcre2_study to avoid stack overflow issues.ph102020-01-272-9/+26
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-266-6/+61
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-257-118/+238
* Documentation update.ph102020-01-243-441/+444
* Avoid compiler "fall through" warning.ph102020-01-241-0/+1
* Support napla and naplb in JIT when no control verbs are in the assertion.zherczeg2020-01-241-9/+51
* The JIT stack should be freed when the low-level stack allocation fails.zherczeg2020-01-242-0/+7
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-2214-461/+592
* Update Windows-specific test output (overlooked wording change).ph102020-01-151-3/+3
* Fix *THEN verbs in lookahead assertions in JIT.zherczeg2020-01-113-1/+5
* Documentation update and another cunning test pattern.ph102020-01-054-17/+62
* Allow real repetition of assertions.ph102020-01-018-81/+114
* Some test files needed updating for link sizes 3 and 4.ph102019-12-296-378/+330
* Fix typo!ph102019-12-293-3/+3
* Documentation update.ph102019-12-293-16/+33
* Documentation update.ph102019-12-285-6/+9
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-289-42/+81
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-2711-227/+345
* Avoid some VS compiler warnings.ph102019-12-263-3/+5
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-2614-60/+132
* Remove atomic restriction on capture groups containing recursive back ph102019-12-1814-336/+300
* Fix the too early access of the fields of a compiled pattern in JIT.zherczeg2019-12-072-5/+8
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-292-0/+4
* Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT.zherczeg2019-11-283-2/+8
* Final file tidies for 10.34ph102019-11-217-14/+14
* Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.zherczeg2019-11-193-0/+6
* Update comment about %lu warnings.ph102019-11-171-1/+3
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-164-0/+38
* ARM64 first character fixes by Sebastian Pop.zherczeg2019-11-122-27/+91
* Documentation updateph102019-11-081-0/+3
* File tidies for 10.34-RC2.ph102019-11-068-14/+15
* JIT ARM64 fixes by Sebastian Pop.zherczeg2019-11-062-266/+539
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-1737-168/+170
* Fix error offset bug introduced at 1176.ph102019-10-163-0/+20
* JIT compiler update and disable wrong assert.zherczeg2019-10-163-6/+32
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-159-25/+47
* Ensure regexec is thread safe to avoid sanitizer warnings.ph102019-10-152-2/+5
* Fix use after free and compilation error in JIT.zherczeg2019-10-061-26/+26
* Better description for jit-sealloc option and early check for executable memory.zherczeg2019-10-014-5/+28
* Fix typo.ph102019-09-261-1/+1
* Support NEON based fast forward character search in ARM64. Patch by Sebastian...zherczeg2019-09-172-3/+347
* Optimize certain starting code unit bit maps into a single starting code unit.ph102019-09-139-2/+278
* Improve starting-byte bit map for UTF-8 patterns with wide characters in ph102019-09-104-41/+95
* Mend bug introduced in previous patch. Fixes crash detected by ClusterFuzz ph102019-09-102-9/+16
* Optimize classes such as [Aa] to be a single caseless character.ph102019-09-099-18/+114
* Add underflow check in JIT.zherczeg2019-09-092-2/+9
* Install .gitignore file to help those using svn via git.ph102019-09-072-0/+50
* When computing minimum length, don't scan subsequent branches if any branch in ph102019-09-072-2/+8
* Fix pessimizing optimization of start-of-match code units in the interpreters.ph102019-09-063-18/+79