Commit Graph

  • e0c6029a62 Fix inifinite loop when a single byte newline is searched in JIT. Zoltán Herczeg 2020-05-29 14:20:23 +0000
  • 5dfe817b5e Fix previous commit: include CET_CFLAGS in 16-bit and 32-bit builds under AutoTools. Philip.Hazel 2020-05-26 15:18:35 +0000
  • 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. Philip.Hazel 2020-05-25 16:03:24 +0000
  • 0c4141b78b Tagged release 10.35 pcre2-10.35 Philip.Hazel 2020-05-09 15:48:36 +0000
  • 768c7fe67e Final file tidies for 10.35. Philip.Hazel 2020-05-09 15:47:41 +0000
  • 018044a54e Force match limit for JIT tests. Zoltán Herczeg 2020-05-06 11:18:31 +0000
  • 9ff7f342f8 Restrict configuration of the JIT SELinux compatible memory allocator to Linux and NetBSD. Philip.Hazel 2020-04-28 15:29:18 +0000
  • 56c4bf9095 Check for memfd_create in configuration files. Philip.Hazel 2020-04-28 15:03:58 +0000
  • bf4ca900f3 Patch CMakeLists.txt to properly test for mkostemp. Philip.Hazel 2020-04-28 14:26:24 +0000
  • b940ed7520 Add support for pkgconfig etc and versioning to CMake builds. Philip.Hazel 2020-04-25 16:04:15 +0000
  • d4e4533240 Fix documentation typos and upgrade documentation checking script. Philip.Hazel 2020-04-24 16:05:36 +0000
  • ce558bbff1 Second attempt at getting rid of gcc 10 warning. Philip.Hazel 2020-04-24 15:36:53 +0000
  • 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). Philip.Hazel 2020-04-23 16:50:45 +0000
  • ca55d0be6b Avoid using [-1] as a suffix in pcre2test as it can provoke a compiler warning. Philip.Hazel 2020-04-23 15:41:23 +0000
  • 8b3f8af535 File tidies for 10.35-RC1 release candidate. Philip.Hazel 2020-04-15 16:34:36 +0000
  • cf670e3bb9 JIT compiler update. Zoltán Herczeg 2020-04-14 05:04:32 +0000
  • 28f92c8596 Check for secure_getenv() and strerror() in CMake build. Philip.Hazel 2020-04-09 15:25:14 +0000
  • 9cebee7e75 Tidies and updates to maintenance programs utf8 and ucptest. Philip.Hazel 2020-04-01 17:00:33 +0000
  • c472f3f91a Update to Unicode 13.0.0. Philip.Hazel 2020-03-25 17:18:33 +0000
  • 59233b8079 Change setting of CMAKE_MODULE_PATH from SET to LIST(APPEND...) to allow a setting from the command line to be included. Philip.Hazel 2020-03-24 17:45:28 +0000
  • f988433788 Fix resource leak in pcre2test introduced by recent patch. Philip.Hazel 2020-03-24 17:25:58 +0000
  • 8057c3c8b9 Renamed dftables as pcre2_dftables and enable it to write the tables in binary. Update documentation about character tables. Philip.Hazel 2020-03-20 18:09:59 +0000
  • 953d4e9c95 Minor improvements for single character iterators in JIT. Zoltán Herczeg 2020-03-10 14:42:41 +0000
  • 0d0d954bbd Fix issues in the early fail optimization. Zoltán Herczeg 2020-03-06 09:23:10 +0000
  • 21c40e638b Rework early fail optimization in JIT. Zoltán Herczeg 2020-03-05 07:58:49 +0000
  • 106d9d3a25 Improve memory clearing in JIT. Zoltán Herczeg 2020-03-02 08:52:01 +0000
  • 325908279e Support more accelerated repeat cases in JIT. Zoltán Herczeg 2020-02-27 08:35:14 +0000
  • 3155a6951f Fix bugs in new UCP casing code for back references and characters with more than 2 cases. Philip.Hazel 2020-02-26 16:53:39 +0000
  • 305e273e99 Follow ucp changes in JIT. Zoltán Herczeg 2020-02-26 10:18:43 +0000
  • 68f9c49517 Fix bug introduced in recent UCP changes (writing outside starting code unit bitmap for non-UTF caseless character U+00DF). Philip.Hazel 2020-02-25 16:47:36 +0000
  • 3be538015b Fix bad lookbehind compilation when preceded by a DEFINE group. Philip.Hazel 2020-02-24 17:29:00 +0000
  • 4e8f13cbd6 Documentation for PCRE2_UCP handling of upper/lower casing. Philip.Hazel 2020-02-24 16:35:15 +0000
  • f50ee03f5d Fix bug in UTF-16 checker returning wrong offset for missing low surrogate. Philip.Hazel 2020-02-24 15:39:56 +0000
  • a3057bbecd Implement simd support for requested character in JIT. Zoltán Herczeg 2020-02-24 05:26:15 +0000
  • 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. Philip.Hazel 2020-02-23 16:40:05 +0000
  • d0666136c9 JIT compiler update. Zoltán Herczeg 2020-02-21 07:44:04 +0000
  • c39fb3a9e1 Remove hackings in JIT. Zoltán Herczeg 2020-02-20 08:57:39 +0000
  • c21bd97754 Fix a crash which occurs when the character type of an invalid UTF character is decoded in JIT. Zoltán Herczeg 2020-02-20 07:42:47 +0000
  • eedd9d8e55 Documentation update. Philip.Hazel 2020-02-16 17:47:14 +0000
  • a57787b7cd Fix problems with new PCRE2_SUBSTITUTE_MATCHED code. Philip.Hazel 2020-02-16 17:46:40 +0000
  • 29c0d64158 Documentation update. Philip.Hazel 2020-02-11 16:37:08 +0000
  • 697cf5f602 Fix control verb chain restoration issue in JIT. Zoltán Herczeg 2020-02-10 10:18:01 +0000
  • d71dc302a5 Fix compiler warning on ARM64 with JIT. Zoltán Herczeg 2020-01-31 10:09:38 +0000
  • ed8a3146b9 JIT compiler update. Zoltán Herczeg 2020-01-28 14:13:06 +0000
  • e2c8dc8c2e Documentation update. Philip.Hazel 2020-01-27 15:36:29 +0000
  • b040e2e1cd Limit function recursion in pcre2_study to avoid stack overflow issues. Philip.Hazel 2020-01-27 10:28:19 +0000
  • 3a6b4948d1 Fix bug in processing (?(DEFINE)...) within lookbehind assertions. Philip.Hazel 2020-01-26 15:31:27 +0000
  • 9e960f5465 Ensure a newline after the final line in a file is output by pcre2grep. Philip.Hazel 2020-01-25 15:50:44 +0000
  • f3c658cf87 Documentation update. Philip.Hazel 2020-01-24 15:26:44 +0000
  • 9e8c98587f Avoid compiler "fall through" warning. Philip.Hazel 2020-01-24 15:17:15 +0000
  • 0a6ca6d420 Support napla and naplb in JIT when no control verbs are in the assertion. Zoltán Herczeg 2020-01-24 12:40:07 +0000
  • 09984bb0e4 The JIT stack should be freed when the low-level stack allocation fails. Zoltán Herczeg 2020-01-24 08:28:23 +0000
  • e8d70e2459 Implement PCRE2_SUBSTITUTE_REPLACEMENT_ONLY. Philip.Hazel 2020-01-22 17:50:12 +0000
  • 7171d86587 Update Windows-specific test output (overlooked wording change). Philip.Hazel 2020-01-15 16:50:45 +0000
  • bf4cd8212f Fix *THEN verbs in lookahead assertions in JIT. Zoltán Herczeg 2020-01-11 15:28:15 +0000
  • 03720de840 Documentation update and another cunning test pattern. Philip.Hazel 2020-01-05 12:32:29 +0000
  • 5ba5230b82 Allow real repetition of assertions. Philip.Hazel 2020-01-01 12:07:02 +0000
  • eaf4572ff8 Some test files needed updating for link sizes 3 and 4. Philip.Hazel 2019-12-29 11:56:45 +0000
  • 6707614863 Fix typo! Philip.Hazel 2019-12-29 11:50:37 +0000
  • 279128cbde Documentation update. Philip.Hazel 2019-12-29 11:44:51 +0000
  • f006fa5e3c Documentation update. Philip.Hazel 2019-12-28 14:09:09 +0000
  • ac4ab7186d Add (?* and (?<* synonyms for non-atomic lookarounds. Philip.Hazel 2019-12-28 13:53:59 +0000
  • d170829b26 Implement PCRE2_SUBSTITUTE_MATCHED. Philip.Hazel 2019-12-27 13:35:17 +0000
  • 777582d4de Avoid some VS compiler warnings. Philip.Hazel 2019-12-26 15:10:26 +0000
  • f3fd8b18cb Implement PCRE2_SUBSTITUTE_LITERAL. Philip.Hazel 2019-12-26 14:53:24 +0000
  • 0a2033f0f7 Remove atomic restriction on capture groups containing recursive back references, as since 10.30 it has been unnecessary. Philip.Hazel 2019-12-18 16:16:12 +0000
  • 880aac5dda Fix the too early access of the fields of a compiled pattern in JIT. Zoltán Herczeg 2019-12-07 16:00:53 +0000
  • 2632526c67 Fix ARMv5 JIT improper handling of labels right after a constant pool. Zoltán Herczeg 2019-11-29 11:03:10 +0000
  • f5286d8f56 Use PCRE2_MATCH_EMPTY flag to detect empty matches in JIT. Zoltán Herczeg 2019-11-28 11:35:08 +0000
  • 031c07cc61 Release 10.34 pcre2-10.34 Philip.Hazel 2019-11-21 16:31:53 +0000
  • add4db4c87 Final file tidies for 10.34 Philip.Hazel 2019-11-21 16:31:08 +0000
  • af45f41fbb Fixed the incorrect computation of jump sizes on x86 CPUs in JIT. Zoltán Herczeg 2019-11-19 12:25:32 +0000
  • 26fc863155 Update comment about %lu warnings. Philip.Hazel 2019-11-17 17:38:53 +0000
  • 3c869816ac Fix sometimes failing caseless non-ASCII matching in assertion. Philip.Hazel 2019-11-16 17:30:07 +0000
  • 6f41a5a01a ARM64 first character fixes by Sebastian Pop. Zoltán Herczeg 2019-11-12 13:10:44 +0000
  • 9323fa32b2 Documentation update Philip.Hazel 2019-11-08 16:04:43 +0000
  • 8855b0efe1 File tidies for 10.34-RC2. Philip.Hazel 2019-11-06 16:51:31 +0000
  • 1838261037 JIT ARM64 fixes by Sebastian Pop. Zoltán Herczeg 2019-11-06 14:00:21 +0000
  • ae9208ab7b Source tidies (trailing spaces) etc. for 10.34-RC1. Philip.Hazel 2019-10-17 16:39:38 +0000
  • 7ecc9cdfaf Fix error offset bug introduced at 1176. Philip.Hazel 2019-10-16 17:12:13 +0000
  • f768448fd3 JIT compiler update and disable wrong assert. Zoltán Herczeg 2019-10-16 12:50:55 +0000
  • 90ae0ae01e Fix minor test issues and tidies/updates for 10.34-RC1 testing release. Philip.Hazel 2019-10-15 15:23:31 +0000
  • 2a0faa2114 Ensure regexec is thread safe to avoid sanitizer warnings. Philip.Hazel 2019-10-15 10:46:36 +0000
  • 97acc05f0c Fix use after free and compilation error in JIT. Zoltán Herczeg 2019-10-06 03:36:20 +0000
  • 70b0debf10 Better description for jit-sealloc option and early check for executable memory. Zoltán Herczeg 2019-10-01 13:46:41 +0000
  • 3787601f81 Fix typo. Philip.Hazel 2019-09-26 16:10:30 +0000
  • e69a614430 Support NEON based fast forward character search in ARM64. Patch by Sebastian Pop. Zoltán Herczeg 2019-09-17 06:59:45 +0000
  • e413f3147c Optimize certain starting code unit bit maps into a single starting code unit. Philip.Hazel 2019-09-13 17:02:06 +0000
  • d917899be5 Improve starting-byte bit map for UTF-8 patterns with wide characters in classes. Philip.Hazel 2019-09-10 15:38:42 +0000
  • 78fae97f6c Mend bug introduced in previous patch. Fixes crash detected by ClusterFuzz 17101. Philip.Hazel 2019-09-10 13:22:08 +0000
  • bf15267c30 Optimize classes such as [Aa] to be a single caseless character. Philip.Hazel 2019-09-09 17:00:19 +0000
  • aae44b83f8 Add underflow check in JIT. Zoltán Herczeg 2019-09-09 07:12:00 +0000
  • b48aa469d6 Install .gitignore file to help those using svn via git. Philip.Hazel 2019-09-07 15:27:05 +0000
  • 27d40c8ad8 When computing minimum length, don't scan subsequent branches if any branch in a group has zero minimum length. Philip.Hazel 2019-09-07 15:16:10 +0000
  • 7bbdc58513 Fix pessimizing optimization of start-of-match code units in the interpreters. Philip.Hazel 2019-09-06 16:08:45 +0000
  • 963b570fd0 Back off failed attempt to handle nested lookbehinds for estimating how much of a partial match to retain for multi-segment matching. Document the current difficulty if the whole first segment cannot be retained. Philip.Hazel 2019-09-04 18:14:54 +0000
  • 87bc092222 Cut out maketables_free when included in freestanding program. Philip.Hazel 2019-09-04 07:23:01 +0000
  • 0970ae4195 Add the pcre2_maketables_free() function. Philip.Hazel 2019-09-03 14:16:07 +0000
  • 45b219e6bc Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not always properly handled. Philip.Hazel 2019-08-26 16:28:26 +0000
  • 1e5e9aaa70 Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution. Philip.Hazel 2019-08-26 15:10:31 +0000