Commit Graph

393 Commits

Author SHA1 Message Date
ph10
1794fee4f3 Add replication feature for patterns to pcre2test. 2015-10-30 15:20:07 +00:00
ph10
4818eb5d39 Improve error message for overly-complicated patterns. 2015-10-28 09:59:53 +00:00
ph10
92bf097431 Fix overlong (*MARK) or (*THEN) names bug. 2015-10-28 09:25:31 +00:00
ph10
dacf24431f Fix minor buglet in this script. 2015-10-27 16:15:25 +00:00
ph10
e7e2775db1 Fix PCRE2_NO_AUTO_CAPTURE bug. 2015-10-25 17:35:34 +00:00
ph10
5b1ef05ab0 Fix spurious error in pcre2test when single-letter modifiers at the end of a line have trailing spaces. 2015-10-22 15:49:54 +00:00
ph10
03fe310abf Add attribution for last bug. 2015-10-21 15:59:45 +00:00
ph10
3d9e87df54 Fix UCP with [[:<]] and [[:>:]] bad compile bug. 2015-10-21 11:29:07 +00:00
ph10
ca95dacdd6 Include --enable-never-backslash-C in one test, and arrange to ignore spurious
warning message from ar: `u' modifier ignored ...
2015-10-17 18:31:29 +00:00
ph10
dc31be8386 Fix erroneous "\ at end of pattern" errors, introduced by
PCRE2_SUBSTITUTE_EXTENDED patch.
2015-10-17 18:29:01 +00:00
ph10
866778623c Fix bug: test 22 not skipped when Unicode not configured. 2015-10-17 18:27:38 +00:00
ph10
57a8611a13 Implement --never-backslash-C 2015-10-17 13:50:56 +00:00
ph10
aed54d0e95 Fix integer overflow for patterns whose minimum matching length is very, very
large.
2015-10-09 16:54:29 +00:00
ph10
520540902f Fix compiler bug for classes such as [\W\p{Any}]. 2015-10-09 16:06:53 +00:00
ph10
1aec9d3bde Ignore src/config.h 2015-10-07 17:40:22 +00:00
ph10
b07532782a Remove src/config.h, accidentally added to the repo. 2015-10-07 17:37:57 +00:00
ph10
6d2acc9cc0 Implement PCRE2_SUBSTITUTE_EXTENDED. 2015-10-07 17:32:48 +00:00
ph10
9878849709 List of test files needed updating. 2015-09-25 16:14:40 +00:00
ph10
efc14eac3e Update generic versions of config.h and pcre2.h. 2015-09-25 16:00:50 +00:00
ph10
b1d152833d Put pcre2.h in the repository. 2015-09-24 17:51:03 +00:00
ph10
fc43c23ecd Put config files in the repo for those without autotools. 2015-09-24 17:40:38 +00:00
ph10
94c27404fa Add null_context to pcre2test for testing NULL contexts. 2015-09-23 11:49:03 +00:00
ph10
504e5a9652 Documentation for offset limits. 2015-09-22 16:51:11 +00:00
ph10
6f8ed60536 Correct previous commit. 2015-09-22 16:41:25 +00:00
ph10
81143db1e4 Some man pages were being missed when creating pcre2.txt. 2015-09-22 16:40:41 +00:00
ph10
389a476cb0 Implement PCRE2_USE_OFFSET_LIMIT and pcre2_set_offset_limit(). No documentation
yet.
2015-09-22 11:24:28 +00:00
ph10
cdb20c3526 Tidied up a lot of comments in the test files. 2015-09-16 16:49:48 +00:00
ph10
f2fce85c63 Implement comment lines in subject strings in pcre2test (and perltest.sh) input files. 2015-09-14 15:10:19 +00:00
ph10
0ef875b394 Update HTML documentation. 2015-09-12 18:12:01 +00:00
ph10
4e58d5d641 Expand documentation about JIT compilation. 2015-09-12 18:10:57 +00:00
ph10
b72808da39 Create a suppressions file for valgrind with JIT. 2015-09-11 16:56:47 +00:00
ph10
c480097507 Update obsolete comments. 2015-09-09 09:21:38 +00:00
ph10
60dd91d2eb Implement #newline_default and adjust testdata and scripts to use it. 2015-09-08 17:01:17 +00:00
ph10
03cb11cab8 Clarify semantics of the POSIX wrapper. 2015-09-03 15:53:14 +00:00
ph10
e24d6719da Fix documentation typos. 2015-09-03 15:27:43 +00:00
zherczeg
eaf0138957 Fix two issues in JIT. 2015-09-02 08:35:50 +00:00
ph10
ad96f2003a Complete escape processing for PCRE2_ALT_VERBNAMES 2015-09-01 17:32:42 +00:00
ph10
29e47648ec Implemented PCRE2_ALT_VERBNAMES 2015-08-30 17:47:36 +00:00
ph10
d9ad0ecbd4 Fix pcre2test splitting modifier lists at white space. 2015-08-30 14:11:15 +00:00
zherczeg
f9c9bc19a9 SSE2 refactor, JIT compiler update. 2015-08-30 05:30:43 +00:00
ph10
30ea6bf425 Add ${*MARK} feature to pcre2_substitute(). 2015-08-29 17:13:09 +00:00
zherczeg
7c2c7e84b7 Fixed a corner case of range optimization in JIT. 2015-08-26 13:35:58 +00:00
ph10
20680900f0 Update for added test 14. 2015-08-24 16:31:30 +00:00
ph10
28c3fe6b77 Fix bug in RunTest.bat for new test. 2015-08-24 16:09:39 +00:00
ph10
6657802b38 Fix CMAKE_C_FLAGS setting 2015-08-24 16:04:32 +00:00
zherczeg
83f4b3e483 Fix two assertion fails in JIT found by Karl Skomski. 2015-08-24 09:25:04 +00:00
zherczeg
b67f14c7c7 Continue working on SSE2 support. 2015-08-23 09:47:08 +00:00
zherczeg
89076950b7 Improve first character match in JIT with SSE2 on x86. 2015-08-23 01:54:04 +00:00
ph10
d3b16b84c2 Fix typo in new test. 2015-08-18 10:39:59 +00:00
ph10
db81c6b5e6 Runtime UTF checks now take not of the starting offset. 2015-08-18 10:34:05 +00:00