summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* JIT compiler update.zherczeg2020-02-213-5/+13
* Remove hackings in JIT.zherczeg2020-02-201-30/+13
* Fix a crash which occurs when the character type of an invalid UTF character ...zherczeg2020-02-203-0/+11
* Documentation update.ph102020-02-162-273/+288
* Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.ph102020-02-164-62/+155
* Documentation update.ph102020-02-112-3/+7
* Fix control verb chain restoration issue in JIT.zherczeg2020-02-103-4/+8
* Fix compiler warning on ARM64 with JIT.zherczeg2020-01-311-4/+26
* JIT compiler update.zherczeg2020-01-2820-438/+995
* 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