zherczeg
|
2d9aabd6b1
|
Fixed the incorrect computation of jump sizes on x86 CPUs in JIT.
|
2019-11-19 12:25:32 +00:00 |
|
ph10
|
17f36650f2
|
Update comment about %lu warnings.
|
2019-11-17 17:38:53 +00:00 |
|
ph10
|
ccd16426b5
|
Fix sometimes failing caseless non-ASCII matching in assertion.
|
2019-11-16 17:30:07 +00:00 |
|
zherczeg
|
9e84f83c0a
|
ARM64 first character fixes by Sebastian Pop.
|
2019-11-12 13:10:44 +00:00 |
|
ph10
|
160f6da85b
|
Documentation update
|
2019-11-08 16:04:43 +00:00 |
|
ph10
|
bc876fd379
|
File tidies for 10.34-RC2.
|
2019-11-06 16:51:31 +00:00 |
|
zherczeg
|
3d84fda863
|
JIT ARM64 fixes by Sebastian Pop.
|
2019-11-06 14:00:21 +00:00 |
|
ph10
|
4c00e57983
|
Source tidies (trailing spaces) etc. for 10.34-RC1.
|
2019-10-17 16:39:38 +00:00 |
|
ph10
|
da81c5ef02
|
Fix error offset bug introduced at 1176.
|
2019-10-16 17:12:13 +00:00 |
|
zherczeg
|
86bfdd21a9
|
JIT compiler update and disable wrong assert.
|
2019-10-16 12:50:55 +00:00 |
|
ph10
|
aad727c420
|
Fix minor test issues and tidies/updates for 10.34-RC1 testing release.
|
2019-10-15 15:23:31 +00:00 |
|
ph10
|
7d9f2966d7
|
Ensure regexec is thread safe to avoid sanitizer warnings.
|
2019-10-15 10:46:36 +00:00 |
|
zherczeg
|
ec9cc8eb7b
|
Fix use after free and compilation error in JIT.
|
2019-10-06 03:36:20 +00:00 |
|
zherczeg
|
106a4f47f3
|
Better description for jit-sealloc option and early check for executable memory.
|
2019-10-01 13:46:41 +00:00 |
|
ph10
|
2f7d303fe4
|
Fix typo.
|
2019-09-26 16:10:30 +00:00 |
|
zherczeg
|
2288475398
|
Support NEON based fast forward character search in ARM64. Patch by Sebastian Pop.
|
2019-09-17 06:59:45 +00:00 |
|
ph10
|
131f75bafd
|
Optimize certain starting code unit bit maps into a single starting code unit.
|
2019-09-13 17:02:06 +00:00 |
|
ph10
|
5314e962ae
|
Improve starting-byte bit map for UTF-8 patterns with wide characters in
classes.
|
2019-09-10 15:38:42 +00:00 |
|
ph10
|
734e484057
|
Mend bug introduced in previous patch. Fixes crash detected by ClusterFuzz
17101.
|
2019-09-10 13:22:08 +00:00 |
|
ph10
|
ff953b4f20
|
Optimize classes such as [Aa] to be a single caseless character.
|
2019-09-09 17:00:19 +00:00 |
|
zherczeg
|
c9e6293f49
|
Add underflow check in JIT.
|
2019-09-09 07:12:00 +00:00 |
|
ph10
|
0e0e9315c4
|
Install .gitignore file to help those using svn via git.
|
2019-09-07 15:27:05 +00:00 |
|
ph10
|
01b4082ec6
|
When computing minimum length, don't scan subsequent branches if any branch in
a group has zero minimum length.
|
2019-09-07 15:16:10 +00:00 |
|
ph10
|
d16a3a3c8a
|
Fix pessimizing optimization of start-of-match code units in the interpreters.
|
2019-09-06 16:08:45 +00:00 |
|
ph10
|
964fd5f142
|
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.
|
2019-09-04 18:14:54 +00:00 |
|
ph10
|
c0d45d1865
|
Cut out maketables_free when included in freestanding program.
|
2019-09-04 07:23:01 +00:00 |
|
ph10
|
6f74eeca4d
|
Add the pcre2_maketables_free() function.
|
2019-09-03 14:16:07 +00:00 |
|
ph10
|
d82479245a
|
Fix bug introduced in commit 1133. Lookbehinds that follow a condition were not
always properly handled.
|
2019-08-26 16:28:26 +00:00 |
|
ph10
|
9807ba2ec2
|
Update Makefile.am to add src/pcre2_jit_simd_inc.h to distribution.
|
2019-08-26 15:10:31 +00:00 |
|
zherczeg
|
e237aa7cc0
|
Move JIT simd into a separate header file.
|
2019-08-26 12:02:03 +00:00 |
|
ph10
|
7df8394d62
|
Fix allusedtext bug, rightmost consulted character incorrect in negative
lookaheads.
|
2019-08-10 11:34:50 +00:00 |
|
ph10
|
45c721324c
|
Partial match documentation rewritten.
|
2019-08-07 17:21:02 +00:00 |
|
ph10
|
f2fa9d8b14
|
Fix incorrect computation of group length when one branch exceeded 65535.
|
2019-08-03 08:30:40 +00:00 |
|
ph10
|
ade6ed0f2b
|
Comments updates.
|
2019-08-01 16:59:50 +00:00 |
|
ph10
|
c8bf4999d4
|
Documentation update and ensure current pcre2.h.generic.
|
2019-08-01 16:49:09 +00:00 |
|
ph10
|
82771b4fb6
|
Fix typo in test data comment.
|
2019-08-01 16:42:36 +00:00 |
|
ph10
|
9020e977ea
|
Minor upgrade to pcre2test and comment in ucptest.
|
2019-07-30 17:59:42 +00:00 |
|
ph10
|
2e50144a50
|
Documentation update.
|
2019-07-29 16:19:58 +00:00 |
|
ph10
|
710676119d
|
Avoid compiler warnings for this maintenance test program.
|
2019-07-29 16:10:31 +00:00 |
|
ph10
|
ff1cf824e4
|
Remove incorrect comment.
|
2019-07-29 16:03:25 +00:00 |
|
ph10
|
d5702f9917
|
Upgrade to Unicode 12.1.0
|
2019-07-29 15:32:36 +00:00 |
|
ph10
|
d2334db3e4
|
Correct tables argument data type for pcre2_set_character_tables() and fix
documentation for pcre2_maketables().
|
2019-07-28 15:58:24 +00:00 |
|
ph10
|
f5914f28c6
|
Documentation and test update.
|
2019-07-28 15:32:11 +00:00 |
|
ph10
|
3dce3f0dbb
|
(*ACCEPT) at start of branch was not recording "may match empty string".
|
2019-07-23 16:58:57 +00:00 |
|
zherczeg
|
b1fb07001d
|
Follow the partial matching changes in JIT.
|
2019-07-23 12:34:58 +00:00 |
|
ph10
|
f1174f1f79
|
More partial match tweaks.
|
2019-07-22 16:30:44 +00:00 |
|
ph10
|
2f19f2ed8d
|
Documentation typo fixes.
|
2019-07-22 11:05:19 +00:00 |
|
ph10
|
523758cea2
|
Update definition of partial match and fix \z and \Z (as documented).
|
2019-07-21 16:48:13 +00:00 |
|
ph10
|
704b76bc3f
|
Update pcre2demo with match_data block size information.
|
2019-07-19 15:31:54 +00:00 |
|
ph10
|
587d25b5a8
|
Fix bug in recent patch for lookbehinds within lookaheads. Fixes ClusterFuzz
15933.
|
2019-07-18 17:20:29 +00:00 |
|