summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation typos.ph102021-06-141-3/+3
* Fix invalid single character repetition issues in JIT.zherczeg2021-06-042-4/+7
* Minor improvement for s390x SIMD.zherczeg2021-05-301-15/+6
* JIT compiler updatezherczeg2021-05-2717-899/+1226
* Final source changes for 10.37ph102021-05-262-5/+5
* Final file tidies for 10.37-RC1ph102021-04-287-31/+100
* Remove real POSIX function names from the pcre2-posix library.ph102021-04-271-2/+16
* JIT compiler update.zherczeg2021-04-263-11/+24
* Prefer single character optimization over bracket repetition in JIT.zherczeg2021-02-191-21/+17
* Restore single character repetition optimization in JIT.zherczeg2021-02-191-1/+1
* Fix \K within recursion bug in interpreter.ph102021-02-181-1/+3
* JIT compiler update.zherczeg2021-02-123-71/+87
* Update version number for next release.ph102021-02-021-17/+76
* Fix some numerical checking bugs, Bugzilla 2690.ph102021-02-011-17/+35
* Get rid of gcc -fanalyzer error (though it was probably a false positive).ph102021-01-141-4/+9
* Add fast forward requested char simd support for s390x.zherczeg2021-01-101-0/+165
* Add fast forward char pair simd support for s390x.zherczeg2021-01-091-49/+302
* Add fast forward char simd support for s390x.zherczeg2021-01-061-22/+348
* Final file tidies for 10.36ph102020-12-042-5/+5
* Fix ARM64 compilation warning in JIT.zherczeg2020-11-131-0/+4
* File tidies for 10.36-RC1 ph102020-11-066-15/+15
* JIT compiler update.zherczeg2020-11-032-5/+5
* Fixed a word boundary check bug in JIT when partial matching is enabled.zherczeg2020-10-271-0/+2
* JIT compiler update.zherczeg2020-10-197-12768/+2887
* Fix potential memory leak in error situation in recent new code.ph102020-10-061-2/+4
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-311/+380
* Fixed a bug in character set matching when JIT is enabled.zherczeg2020-09-192-8/+29
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-151-2/+8
* Update pcre2test to check delimiters after #perltest and fix some in test 1.ph102020-09-141-0/+8
* JIT compiler update.zherczeg2020-08-2723-439/+690
* Fix an early fail optimization issue and a buffer overread in JIT.zherczeg2020-07-152-12/+13
* Fix read overflow for invalid VERSION test with one fractional digit at the end ph102020-06-291-0/+1
* Add cast to prevent a compiler warning.ph102020-06-051-1/+1
* Guard update after r1260.zherczeg2020-06-021-0/+4
* Add SIMD support for fast forward newline in JIT.zherczeg2020-06-021-35/+102
* Fix inifinite loop when a single byte newline is searched in JIT.zherczeg2020-05-292-14/+33
* Final file tidies for 10.35.ph102020-05-092-5/+5
* Force match limit for JIT tests.zherczeg2020-05-061-3/+6
* Check for memfd_create in configuration files.ph102020-04-282-3/+12
* Second attempt at getting rid of gcc 10 warning.ph102020-04-241-27/+11
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-233-1/+16
* Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning.ph102020-04-231-11/+28
* File tidies for 10.35-RC1 release candidate.ph102020-04-158-63/+67
* JIT compiler update.zherczeg2020-04-144-18/+62
* 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