Commit Graph

484 Commits

Author SHA1 Message Date
ph10
cd0085ed22 Fix workspace overflow for deep nested parentheses with (*ACCEPT). 2016-02-10 18:24:02 +00:00
ph10
0c70759be9 Fix pcre2test loop when a callout is in an initial lookbehind. 2016-02-06 16:40:59 +00:00
ph10
7fb9eeed8a Ensure all _free() functions do nothing for NULL, and document this. 2016-02-06 12:45:56 +00:00
ph10
6be7402551 Expand documenation about multi-threading. 2016-02-05 19:39:45 +00:00
ph10
a17e068b1a Detect and warn when pcre2test is linked with an alien POSIX library. 2016-02-03 15:22:01 +00:00
ph10
3d93c737c8 Detect unmatched closing parentheses in the pre-scan to avoid giving incorrect
error messages.
2016-02-02 17:22:55 +00:00
ph10
efb2a55e9a Tidy pcre2demo.c 2016-02-02 16:25:47 +00:00
ph10
acc1a9b13c Don't set PCRE2_NO_AUTO_CAPTURE when REG_NOSUB is passed to regcomp(). 2016-01-31 19:14:15 +00:00
ph10
535d33a8bc Update maintenance script (easier test set selection). 2016-01-30 16:00:55 +00:00
ph10
40d06d3bdf Update valgrind parameters. 2016-01-30 15:19:48 +00:00
ph10
0a6b780629 Fix typo. 2016-01-30 10:08:18 +00:00
ph10
74a085802c Two pcre2test extensions: quoted literal substrings in hex patterns and
detection of unsupported binary zeros in file input.
2016-01-29 18:16:59 +00:00
ph10
ace3d74cc7 Patches to fix tests under Windows. 2016-01-29 15:01:17 +00:00
ph10
b284d0d068 Final file updates for 10.21 release. 2016-01-12 14:44:34 +00:00
ph10
995365cc8b Remove unwanted trailing space in test data. 2016-01-07 16:08:44 +00:00
ph10
8796d29c7a Fix erroneous COPYING file. 2016-01-05 15:49:53 +00:00
ph10
022abe34be Final file tidies for 8.21-RC1. 2015-12-18 10:35:03 +00:00
ph10
f9c08cb6d8 File tidies, version updates, etc. for 10.21-RC1 2015-12-17 18:44:06 +00:00
ph10
de8e06beaf Cast needed for 32-bit environments. 2015-12-17 17:15:19 +00:00
ph10
9936504425 Fix printing of *MARK names containing binary zeroes in pcre2test. 2015-12-16 18:44:24 +00:00
ph10
42c40455d7 Some tests were in the wrong files. 2015-12-15 18:21:49 +00:00
ph10
79e9fa0f00 Fix minor glitch. 2015-12-15 18:20:50 +00:00
ph10
f4959ea6b1 Documentation update. 2015-12-15 12:07:41 +00:00
ph10
203b6126ff Implement PCRE2_SUBSTITUTE_{OVERFLOW_LENGTH,UNKNOWN_UNSET}. 2015-12-12 18:45:40 +00:00
ph10
b6f644735c Update overflow checks in pcre2test to allow for ULONG_MAX==UINT32_MAX. 2015-12-09 17:33:07 +00:00
ph10
c5abfa13a3 Harden pcre2test against ridiculously large values in modifiers and command
line arguments.
2015-12-05 18:17:41 +00:00
ph10
9a4b616f3c Update forgotten document 2015-12-04 18:43:00 +00:00
ph10
90cb7c0d75 Implement PCRE2_SUBSTITUTE_UNSET_EMPTY. 2015-12-04 18:39:08 +00:00
ph10
ea42e9515b Fix typo introduced by ChangeLog 107. 2015-12-04 14:34:35 +00:00
ph10
2fb94fbefb Fix \) in (*verb) "name" bug. 2015-12-03 18:36:36 +00:00
ph10
5dced99eae Documentation clarification. 2015-12-03 17:19:13 +00:00
ph10
963424525c Tidy comment 2015-12-03 17:08:23 +00:00
ph10
21f39a6300 Fix /x bug when pattern starts with whitespace followed by (?-x). 2015-12-03 16:58:31 +00:00
ph10
58ab72f70b Fix issues with NULL characters in patterns. 2015-12-02 17:39:26 +00:00
ph10
396d7a6139 Fix extended *verb name ignored terminating whitespace bug. 2015-12-01 17:41:24 +00:00
ph10
70a8ef110a Fix empty \Q\E between an item and a qualifier in auto-callout mode. 2015-11-30 17:31:16 +00:00
ph10
d54755b24a Allow for up to 32-bit numbers in the ordin() function in pcre2grep. 2015-11-29 17:45:27 +00:00
ph10
8a23b2128d Give error for regexec with pmatch=NULL and REG_STARTEND set. 2015-11-29 17:38:12 +00:00
ph10
055e6c2d56 Fix bad behaviour for isolated \E before qualifier with auto-callout. 2015-11-27 17:34:36 +00:00
ph10
37e2be8319 Updated tests for previous patch. 2015-11-27 17:14:51 +00:00
ph10
4423a9e968 Fix negated POSIX class bug. 2015-11-27 17:03:58 +00:00
ph10
865ab5cd5d Fix bad offset value in invalid UTF pattern error. 2015-11-27 15:58:44 +00:00
ph10
2a47f4453f Fix auto-callout with (?# comment bug. 2015-11-25 18:46:35 +00:00
ph10
f06fe5b92f Documentation updates. 2015-11-21 16:27:06 +00:00
ph10
702c2433f8 Make startoffset a synonym of offset in pcre2test. 2015-11-21 16:10:24 +00:00
ph10
99bd83d261 Fix wide character problem with negated POSIX ascii and xdigit class items. 2015-11-20 16:55:36 +00:00
zherczeg
f93414708c Hotfix for [:punct:] in JIT. 2015-11-18 08:01:33 +00:00
ph10
836b40fbd9 Fix [:punct:] bug in UCP mode (matching chars in the range 128-255) 2015-11-17 17:59:35 +00:00
ph10
7a19cd2097 Fix single-character POSIX class bug in UCP mode. 2015-11-17 17:13:43 +00:00
zherczeg
e2ae62a7a9 Fix two offset_limit bug in JIT. 2015-11-16 08:30:48 +00:00