Commit Graph

1276 Commits

Author SHA1 Message Date
zherczeg
949dba5401 Add fast forward char simd support for s390x. 2021-01-06 07:52:05 +00:00
ph10
e53f902658 Update RunGrepTest to use tr for handling binary zeros instead of sed, which it
is hoped with increase portability. Bugzilla #2681.
2021-01-04 17:17:48 +00:00
ph10
22b568eee6 Final file tidies for 10.36 2020-12-04 14:30:03 +00:00
ph10
e116ecfa1f Fixed a Windows CMake testing issue, as advised by Daniel Richard G. 2020-12-03 15:41:54 +00:00
ph10
b27b2114ff Fix bug in RunTest: not reporting failure in test 2, and fix bugs in RunTest
and RunTest.bat causing test 2 to fail when not building in source directory.
2020-11-22 15:16:05 +00:00
zherczeg
cd3ddadd0a Fix ARM64 compilation warning in JIT. 2020-11-13 08:04:06 +00:00
ph10
36ac47a708 File tidies for 10.36-RC1 2020-11-06 17:27:35 +00:00
ph10
5e5c05956f Documentation update 2020-11-04 17:01:13 +00:00
zherczeg
2cbd6db8ec JIT compiler update. 2020-11-03 13:20:09 +00:00
zherczeg
09155786d1 Fixed a word boundary check bug in JIT when partial matching is enabled. 2020-10-27 08:16:04 +00:00
zherczeg
2f8836a4d7 JIT compiler update. 2020-10-19 06:20:18 +00:00
ph10
b913e44647 Fix binary zero issue (Bugzilla #2628) in RunGrepTest. 2020-10-09 15:25:27 +00:00
ph10
d9fbec9c29 Documentation update 2020-10-07 16:27:20 +00:00
ph10
d223132a64 Fix potential memory leak in error situation in recent new code. 2020-10-06 08:04:40 +00:00
ph10
a26f52cd9b Documentation update. 2020-10-05 16:52:39 +00:00
ph10
2aa6acdf8d pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates. 2020-10-04 16:34:31 +00:00
zherczeg
a2b6f3bd2d Fixed a bug in character set matching when JIT is enabled. 2020-09-19 03:49:32 +00:00
ph10
8c7615be24 Fix Bugzilla #2642: no match bug in 8-bit mode for caseless invalid utf
matching.
2020-09-15 14:36:23 +00:00
ph10
8cb4067273 Ooops, forgot to update ChangeLog for previous commit. 2020-09-14 15:45:34 +00:00
ph10
33c8552813 Update pcre2test to check delimiters after #perltest and fix some in test 1. 2020-09-14 15:39:39 +00:00
ph10
b768df5216 Fix delimiters in tests 1 and 4 for correct Perl behaviour (Bugzilla #2641).
Also move \K in lookaround tests to test 2 (Perl no longer supports).
2020-09-13 15:56:32 +00:00
zherczeg
884c83189b JIT compiler update. 2020-08-27 06:19:17 +00:00
zherczeg
1d59bfc1d1 Fix an early fail optimization issue and a buffer overread in JIT. 2020-07-15 04:35:32 +00:00
ph10
80bb6cd6b8 Fix read overflow for invalid VERSION test with one fractional digit at the end
of a pattern. Fixes ClusterFuzz 23779.
2020-06-29 15:35:49 +00:00
ph10
fdc64483e7 Fix Windows debug builds (Bugzilla #2600) using CMake. 2020-06-22 15:51:19 +00:00
ph10
4ddd284477 Add cast to prevent a compiler warning. 2020-06-05 16:11:01 +00:00
ph10
2257656017 Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of
CHECK_FUNCTION_EXISTS.
2020-06-05 16:06:05 +00:00
ph10
519643e0c2 Allow spaces in directory name in CMake build (fixes #2588). 2020-06-05 15:58:28 +00:00
zherczeg
3734b54c04 Guard update after r1260. 2020-06-02 16:54:25 +00:00
zherczeg
6c662b873d Add SIMD support for fast forward newline in JIT. 2020-06-02 10:54:37 +00:00
ph10
eec6530879 Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla
#2584/
2020-06-01 16:36:00 +00:00
zherczeg
6a19a68b29 Fix inifinite loop when a single byte newline is searched in JIT. 2020-05-29 14:20:23 +00:00
ph10
c520524484 Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under
AutoTools.
2020-05-26 15:18:35 +00:00
ph10
04d043ff43 Apply H.J. Lu's patch to pass -mshstk to the compiler when Intel CET is
enabled. CMake version invented by PH, but only tested on non-CET system.
2020-05-25 16:03:24 +00:00
ph10
06ee7f58f2 Final file tidies for 10.35. 2020-05-09 15:47:41 +00:00
zherczeg
75d0264cdf Force match limit for JIT tests. 2020-05-06 11:18:31 +00:00
ph10
accac2c613 Restrict configuration of the JIT SELinux compatible memory allocator to Linux
and NetBSD.
2020-04-28 15:29:18 +00:00
ph10
2ce7e40148 Check for memfd_create in configuration files. 2020-04-28 15:03:58 +00:00
ph10
9d1b82ba09 Patch CMakeLists.txt to properly test for mkostemp. 2020-04-28 14:26:24 +00:00
ph10
f0eb80db2a Add support for pkgconfig etc and versioning to CMake builds. 2020-04-25 16:04:15 +00:00
ph10
02b9ff1760 Fix documentation typos and upgrade documentation checking script. 2020-04-24 16:05:36 +00:00
ph10
f7ba97affe Second attempt at getting rid of gcc 10 warning. 2020-04-24 15:36:53 +00:00
ph10
9e5c54ebe6 Added tests for __attribute__((uninitialized)) to both the configure and
CMake build files. Used to disable initialization of the match stack frames
vector (clang has an automatic initialization feature).
2020-04-23 16:50:45 +00:00
ph10
865a68b4d1 Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning. 2020-04-23 15:41:23 +00:00
ph10
32186e6bd0 File tidies for 10.35-RC1 release candidate. 2020-04-15 16:34:36 +00:00
zherczeg
ad006ad9e5 JIT compiler update. 2020-04-14 05:04:32 +00:00
ph10
8b1adaba6e Check for secure_getenv() and strerror() in CMake build. 2020-04-09 15:25:14 +00:00
ph10
ae1bc84dd4 Tidies and updates to maintenance programs utf8 and ucptest. 2020-04-01 17:00:33 +00:00
ph10
960f237a78 Update to Unicode 13.0.0. 2020-03-25 17:18:33 +00:00
ph10
041c6f082b Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a
setting from the command line to be included.
2020-03-24 17:45:28 +00:00