summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update to Unicode 13.0.0.ph102020-03-253-2111/+2207
* Fix resource leak in pcre2test introduced by recent patch.ph102020-03-241-6/+7
* Renamed dftables as pcre2_dftables and enable it to write the tables in binary. ph102020-03-209-132/+271
* Minor improvements for single character iterators in JIT.zherczeg2020-03-101-47/+41
* Fix issues in the early fail optimization.zherczeg2020-03-061-16/+38
* Rework early fail optimization in JIT.zherczeg2020-03-051-208/+302
* Improve memory clearing in JIT.zherczeg2020-03-026-6/+56
* Support more accelerated repeat cases in JIT.zherczeg2020-02-271-42/+116
* Fix bugs in new UCP casing code for back references and characters with more ph102020-02-262-14/+29
* Follow ucp changes in JIT.zherczeg2020-02-261-22/+32
* Fix bug introduced in recent UCP changes (writing outside starting code unit ph102020-02-251-1/+1
* Fix bad lookbehind compilation when preceded by a DEFINE group.ph102020-02-241-0/+5
* Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.ph102020-02-241-2/+2
* Implement simd support for requested character in JIT.zherczeg2020-02-242-33/+176
* Unicode upper/lower casing is now used when UCP is set, even if UTF is not set. ph102020-02-237-108/+219
* 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-202-0/+8
* Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.ph102020-02-161-15/+36
* Fix control verb chain restoration issue in JIT.zherczeg2020-02-102-4/+5
* Fix compiler warning on ARM64 with JIT.zherczeg2020-01-311-4/+26
* JIT compiler update.zherczeg2020-01-2820-438/+995
* Limit function recursion in pcre2_study to avoid stack overflow issues.ph102020-01-271-9/+22
* Fix bug in processing (?(DEFINE)...) within lookbehind assertions.ph102020-01-261-6/+14
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-251-4/+62
* 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-241-0/+5
* Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY.ph102020-01-223-154/+173
* Fix *THEN verbs in lookahead assertions in JIT.zherczeg2020-01-112-1/+3
* Allow real repetition of assertions.ph102020-01-011-7/+10
* Add (?* and (?<* synonyms for non-atomic lookarounds.ph102019-12-281-15/+20
* Implement PCRE2_SUBSTITUTE_MATCHED.ph102019-12-273-53/+91
* Avoid some VS compiler warnings.ph102019-12-262-3/+3
* Implement PCRE2_SUBSTITUTE_LITERAL.ph102019-12-263-20/+36
* Remove atomic restriction on capture groups containing recursive back ph102019-12-182-50/+4
* Fix the too early access of the fields of a compiled pattern in JIT.zherczeg2019-12-071-5/+5
* Fix ARMv5 JIT improper handling of labels right after a constant pool.zherczeg2019-11-291-0/+2
* Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT.zherczeg2019-11-282-2/+3
* Final file tidies for 10.34ph102019-11-214-9/+9
* Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.zherczeg2019-11-192-0/+3
* Update comment about %lu warnings.ph102019-11-171-1/+3
* Fix sometimes failing caseless non-ASCII matching in assertion. ph102019-11-161-0/+13
* ARM64 first character fixes by Sebastian Pop.zherczeg2019-11-122-27/+91
* File tidies for 10.34-RC2.ph102019-11-062-5/+5
* JIT ARM64 fixes by Sebastian Pop.zherczeg2019-11-062-266/+539
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-179-22/+24
* Fix error offset bug introduced at 1176.ph102019-10-161-0/+4
* JIT compiler update and disable wrong assert.zherczeg2019-10-163-6/+32
* Ensure regexec is thread safe to avoid sanitizer warnings.ph102019-10-151-2/+1