summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagged for 10.36pcre2-10.36ph102020-12-040-0/+0
* Final file tidies for 10.36ph102020-12-049-17/+42
* Fixed a Windows CMake testing issue, as advised by Daniel Richard G.ph102020-12-031-1/+4
* Fix bug in RunTest: not reporting failure in test 2, and fix bugs in RunTest ph102020-11-225-5/+19
* Fix ARM64 compilation warning in JIT.zherczeg2020-11-132-0/+6
* File tidies for 10.36-RC1 ph102020-11-0627-140/+150
* Documentation updateph102020-11-043-1275/+1364
* JIT compiler update.zherczeg2020-11-032-5/+5
* Fixed a word boundary check bug in JIT when partial matching is enabled.zherczeg2020-10-274-0/+14
* JIT compiler update.zherczeg2020-10-197-12768/+2887
* Fix binary zero issue (Bugzilla #2628) in RunGrepTest.ph102020-10-092-14/+16
* Documentation updateph102020-10-076-1256/+1311
* Fix potential memory leak in error situation in recent new code.ph102020-10-061-2/+4
* Documentation update.ph102020-10-052-20/+39
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-0415-1259/+1511
* Fixed a bug in character set matching when JIT is enabled.zherczeg2020-09-193-8/+32
* Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf ph102020-09-154-2/+22
* Ooops, forgot to update ChangeLog for previous commit.ph102020-09-141-0/+3
* Update pcre2test to check delimiters after #perltest and fix some in test 1.ph102020-09-144-29/+42
* Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641). ph102020-09-138-58/+99
* JIT compiler update.zherczeg2020-08-2723-439/+690
* Fix an early fail optimization issue and a buffer overread in JIT.zherczeg2020-07-153-12/+17
* Fix read overflow for invalid VERSION test with one fractional digit at the end ph102020-06-294-0/+10
* Fix Windows debug builds (Bugzilla #2600) using CMake.ph102020-06-228-13/+26
* Add cast to prevent a compiler warning.ph102020-06-052-1/+3
* Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of ph102020-06-052-5/+11
* Allow spaces in directory name in CMake build (fixes #2588).ph102020-06-052-1/+9
* Guard update after r1260.zherczeg2020-06-021-0/+4
* Add SIMD support for fast forward newline in JIT.zherczeg2020-06-021-35/+102
* Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla ph102020-06-013-11/+24
* Fix inifinite loop when a single byte newline is searched in JIT.zherczeg2020-05-293-14/+36
* Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under ph102020-05-261-0/+2
* Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is ph102020-05-254-0/+44
* Final file tidies for 10.35.ph102020-05-097-54/+54
* Force match limit for JIT tests.zherczeg2020-05-061-3/+6
* Restrict configuration of the JIT SELinux compatible memory allocator to Linux ph102020-04-283-9/+27
* Check for memfd_create in configuration files.ph102020-04-286-7/+22
* Patch CMakeLists.txt to properly test for mkostemp.ph102020-04-282-2/+15
* Add support for pkgconfig etc and versioning to CMake builds.ph102020-04-253-14/+95
* Fix documentation typos and upgrade documentation checking script.ph102020-04-2416-69/+80
* Second attempt at getting rid of gcc 10 warning.ph102020-04-243-27/+38
* Added tests for __attribute__((uninitialized)) to both the configure and ph102020-04-237-3/+53
* Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning.ph102020-04-232-11/+31
* File tidies for 10.35-RC1 release candidate.ph102020-04-1533-207/+232
* JIT compiler update.zherczeg2020-04-144-18/+62
* Check for secure_getenv() and strerror() in CMake build.ph102020-04-093-4/+9
* Tidies and updates to maintenance programs utf8 and ucptest.ph102020-04-017-790/+1082
* Update to Unicode 13.0.0.ph102020-03-2526-4131/+5888
* Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a ph102020-03-242-2/+10
* Fix resource leak in pcre2test introduced by recent patch.ph102020-03-241-6/+7