Philip.Hazel
|
0ad89ab06d
|
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 |
Philip.Hazel
|
ed489f99ae
|
Fix Windows debug builds (Bugzilla #2600) using CMake.
|
2020-06-22 15:51:19 +00:00 |
Philip.Hazel
|
3faff02596
|
Add cast to prevent a compiler warning.
|
2020-06-05 16:11:01 +00:00 |
Philip.Hazel
|
cffe1ca463
|
Change CMakeLists.txt to use CHECK_SYMBOL_EXISTS instead of
CHECK_FUNCTION_EXISTS.
|
2020-06-05 16:06:05 +00:00 |
Philip.Hazel
|
b55dba885a
|
Allow spaces in directory name in CMake build (fixes #2588).
|
2020-06-05 15:58:28 +00:00 |
Zoltán Herczeg
|
fda3221597
|
Guard update after r1260.
|
2020-06-02 16:54:25 +00:00 |
Zoltán Herczeg
|
0652de5597
|
Add SIMD support for fast forward newline in JIT.
|
2020-06-02 10:54:37 +00:00 |
Philip.Hazel
|
e44976f929
|
Patch for CMakeLists.txt by Wolfgang Stoeggl fixes several things; see Bugzilla
#2584/
|
2020-06-01 16:36:00 +00:00 |
Zoltán Herczeg
|
e0c6029a62
|
Fix inifinite loop when a single byte newline is searched in JIT.
|
2020-05-29 14:20:23 +00:00 |
Philip.Hazel
|
5dfe817b5e
|
Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under
AutoTools.
|
2020-05-26 15:18:35 +00:00 |
Philip.Hazel
|
e73119cbfa
|
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 |
Philip.Hazel
|
768c7fe67e
|
Final file tidies for 10.35.
|
2020-05-09 15:47:41 +00:00 |
Zoltán Herczeg
|
018044a54e
|
Force match limit for JIT tests.
|
2020-05-06 11:18:31 +00:00 |
Philip.Hazel
|
9ff7f342f8
|
Restrict configuration of the JIT SELinux compatible memory allocator to Linux
and NetBSD.
|
2020-04-28 15:29:18 +00:00 |
Philip.Hazel
|
56c4bf9095
|
Check for memfd_create in configuration files.
|
2020-04-28 15:03:58 +00:00 |
Philip.Hazel
|
bf4ca900f3
|
Patch CMakeLists.txt to properly test for mkostemp.
|
2020-04-28 14:26:24 +00:00 |
Philip.Hazel
|
b940ed7520
|
Add support for pkgconfig etc and versioning to CMake builds.
|
2020-04-25 16:04:15 +00:00 |
Philip.Hazel
|
d4e4533240
|
Fix documentation typos and upgrade documentation checking script.
|
2020-04-24 16:05:36 +00:00 |
Philip.Hazel
|
ce558bbff1
|
Second attempt at getting rid of gcc 10 warning.
|
2020-04-24 15:36:53 +00:00 |
Philip.Hazel
|
5ec5c45423
|
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 |
Philip.Hazel
|
ca55d0be6b
|
Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning.
|
2020-04-23 15:41:23 +00:00 |
Philip.Hazel
|
8b3f8af535
|
File tidies for 10.35-RC1 release candidate.
|
2020-04-15 16:34:36 +00:00 |
Zoltán Herczeg
|
cf670e3bb9
|
JIT compiler update.
|
2020-04-14 05:04:32 +00:00 |
Philip.Hazel
|
28f92c8596
|
Check for secure_getenv() and strerror() in CMake build.
|
2020-04-09 15:25:14 +00:00 |
Philip.Hazel
|
9cebee7e75
|
Tidies and updates to maintenance programs utf8 and ucptest.
|
2020-04-01 17:00:33 +00:00 |
Philip.Hazel
|
c472f3f91a
|
Update to Unicode 13.0.0.
|
2020-03-25 17:18:33 +00:00 |
Philip.Hazel
|
59233b8079
|
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 |
Philip.Hazel
|
f988433788
|
Fix resource leak in pcre2test introduced by recent patch.
|
2020-03-24 17:25:58 +00:00 |
Philip.Hazel
|
8057c3c8b9
|
Renamed dftables as pcre2_dftables and enable it to write the tables in binary.
Update documentation about character tables.
|
2020-03-20 18:09:59 +00:00 |
Zoltán Herczeg
|
953d4e9c95
|
Minor improvements for single character iterators in JIT.
|
2020-03-10 14:42:41 +00:00 |
Zoltán Herczeg
|
0d0d954bbd
|
Fix issues in the early fail optimization.
|
2020-03-06 09:23:10 +00:00 |
Zoltán Herczeg
|
21c40e638b
|
Rework early fail optimization in JIT.
|
2020-03-05 07:58:49 +00:00 |
Zoltán Herczeg
|
106d9d3a25
|
Improve memory clearing in JIT.
|
2020-03-02 08:52:01 +00:00 |
Zoltán Herczeg
|
325908279e
|
Support more accelerated repeat cases in JIT.
|
2020-02-27 08:35:14 +00:00 |
Philip.Hazel
|
3155a6951f
|
Fix bugs in new UCP casing code for back references and characters with more
than 2 cases.
|
2020-02-26 16:53:39 +00:00 |
Zoltán Herczeg
|
305e273e99
|
Follow ucp changes in JIT.
|
2020-02-26 10:18:43 +00:00 |
Philip.Hazel
|
68f9c49517
|
Fix bug introduced in recent UCP changes (writing outside starting code unit
bitmap for non-UTF caseless character U+00DF).
|
2020-02-25 16:47:36 +00:00 |
Philip.Hazel
|
3be538015b
|
Fix bad lookbehind compilation when preceded by a DEFINE group.
|
2020-02-24 17:29:00 +00:00 |
Philip.Hazel
|
4e8f13cbd6
|
Documentation for PCRE2_UCP handling of upper/lower casing.
|
2020-02-24 16:35:15 +00:00 |
Philip.Hazel
|
f50ee03f5d
|
Fix bug in UTF-16 checker returning wrong offset for missing low surrogate.
|
2020-02-24 15:39:56 +00:00 |
Zoltán Herczeg
|
a3057bbecd
|
Implement simd support for requested character in JIT.
|
2020-02-24 05:26:15 +00:00 |
Philip.Hazel
|
4a7dfab0ec
|
Unicode upper/lower casing is now used when UCP is set, even if UTF is not set.
This is not yet documented, and it not yet implemented in JIT.
|
2020-02-23 16:40:05 +00:00 |
Zoltán Herczeg
|
d0666136c9
|
JIT compiler update.
|
2020-02-21 07:44:04 +00:00 |
Zoltán Herczeg
|
c39fb3a9e1
|
Remove hackings in JIT.
|
2020-02-20 08:57:39 +00:00 |
Zoltán Herczeg
|
c21bd97754
|
Fix a crash which occurs when the character type of an invalid UTF character is decoded in JIT.
|
2020-02-20 07:42:47 +00:00 |
Philip.Hazel
|
eedd9d8e55
|
Documentation update.
|
2020-02-16 17:47:14 +00:00 |
Philip.Hazel
|
a57787b7cd
|
Fix problems with new PCRE2_SUBSTITUTE_MATCHED code.
|
2020-02-16 17:46:40 +00:00 |
Philip.Hazel
|
29c0d64158
|
Documentation update.
|
2020-02-11 16:37:08 +00:00 |
Zoltán Herczeg
|
697cf5f602
|
Fix control verb chain restoration issue in JIT.
|
2020-02-10 10:18:01 +00:00 |
Zoltán Herczeg
|
d71dc302a5
|
Fix compiler warning on ARM64 with JIT.
|
2020-01-31 10:09:38 +00:00 |