Commit Graph

68 Commits

Author SHA1 Message Date
ph10
083b6c31b8 Even when coverage is not configured, clean up old coverage files during 'make
distclean'.
2014-08-30 14:57:12 +00:00
ph10
511b57efc4 Fix int/long bug in limit argument decoding. 2014-08-30 14:20:14 +00:00
ph10
af7821b2d9 Fix typos: PCREPOSIX -> PCRE2POSIX. 2014-08-30 08:52:32 +00:00
ph10
92ab924d25 Check for pcre2grep's existence before testing; clean up all temporary files
afterwards.
2014-08-29 15:24:33 +00:00
ph10
68b30db4eb Re-specify how the substring functions return lengths. 2014-08-29 12:12:34 +00:00
ph10
8c0c55e3e6 Refactor match_ref() and fix UTF-8 caseless bug. 2014-08-27 16:59:56 +00:00
ph10
41f673e0c8 Add non-API new features to ChangeLog. 2014-08-26 15:41:31 +00:00
ph10
a67ef3cade Implement (*NOTEMPTY) and (?(VERSION= features. 2014-08-26 11:46:21 +00:00
ph10
b2039649e4 Implement the "rightchar" feature of match data. 2014-08-19 17:07:22 +00:00
ph10
7a2972c914 Some missed PCRE2_SIZE updates in pcre2test. 2014-08-17 11:12:22 +00:00
ph10
13e65a6df7 Keep recursion ovecsave blocks on a chain and re-use them. 2014-08-16 15:10:42 +00:00
ph10
310bcccfb8 Change lengths to PCRE2_SIZE and revise OP_RECURSE processing. 2014-08-16 09:46:58 +00:00
ph10
1da606043a Adjust svn properties to ignore coverage files. 2014-08-15 16:17:23 +00:00
ph10
66b0244ee2 Remove (possibly temporarily) byte-ordering functions (which were dummies
anyway), to be thought about later.
2014-08-15 10:07:50 +00:00
ph10
096a418ea7 Tidy some comments; change several PCRE2_INFO fields to uint32_t instead of
int.
2014-08-15 09:55:18 +00:00
ph10
e2e684af21 Specifying that the pcre2_memctl block must be at the start of all relevant
blocks simplifies the code.
2014-08-15 09:19:04 +00:00
ph10
957fe35ba7 Remove save/load from pcre2test, as they will not be implemented just yet (if
at all).
2014-08-12 17:41:11 +00:00
ph10
4e4e302c88 Add PCRE2_CONFIG_UNICODE_VERSION to give the Unicode version string. 2014-08-12 09:48:56 +00:00
ph10
df18607a43 Re-arrange option bits and fix bad indentation. 2014-08-11 18:43:15 +00:00
ph10
20e6767e76 Enable RunTest when "make check" is obeyed. 2014-08-11 18:30:24 +00:00
ph10
ce3582f70a Remove src/config.h.in from version control. 2014-08-11 18:26:05 +00:00
ph10
1ae4f8803a Remove generated m4 files from version control. 2014-08-11 18:23:02 +00:00
ph10
0a3956d7fc Don't say "No options" or "No first/last code unit"; simplifies pcre2test
output.
2014-08-10 16:32:58 +00:00
ph10
81ed29b57f Update SVN ignores. 2014-08-10 16:20:23 +00:00
ph10
1b7cf50df6 Multi-config tests (without JIT) now work. 2014-08-10 16:09:24 +00:00
ph10
1b9aeb5e0a Test tweak. 2014-08-08 18:21:05 +00:00
ph10
db66b2b89a Preparatory work for JIT. 2014-08-08 18:18:18 +00:00
ph10
546d3f432d Fix stack overflow bug, copying fix from PCRE1. 2014-08-08 15:36:18 +00:00
ph10
02fffa9cd4 Abolish 'D' abbrevation for 'debug'. 2014-08-07 16:57:28 +00:00
ph10
391ccf7ce0 Adjust tests for PCRE/Perl anomalies in character properties & fix one bug. 2014-08-06 17:33:14 +00:00
ph10
36964b0470 Test tidies and additional tests. 2014-08-06 09:35:11 +00:00
ph10
55349aade7 All tests except JIT and save/reload are implemented. 2014-08-05 16:51:32 +00:00
ph10
6d0e162711 Changes to pcre2test single-letter modifiers. 2014-08-03 18:15:32 +00:00
ph10
17a8e5a0f3 Add more tests. 2014-08-03 17:50:08 +00:00
ph10
e8a11f17e4 Test 4 installed (combines old tests 4 and 6) 2014-07-25 16:35:51 +00:00
ph10
80a150c2f8 Tidy up test 3. 2014-07-25 09:36:50 +00:00
ph10
c872f83d9c Test 3 (locale test) converted. 2014-07-24 18:01:11 +00:00
ph10
ed57ee6028 Tests 1 and 2 are converted (but without save/restore). 2014-07-24 16:32:38 +00:00
ph10
453abda3a8 Enable pcre2grep tests. 2014-07-15 08:49:45 +00:00
ph10
0ae00b45c9 Implement pcre2grep and its test. 2014-07-15 08:46:12 +00:00
ph10
b022a5980a Add -dfa command line option to pcre2test. 2014-07-05 16:02:10 +00:00
ph10
a0941edcca DFA matching is starting to work. 2014-07-05 11:09:59 +00:00
ph10
93ec50ace7 Compiling with --disalbe-stack-for-recursion is working. Introduce PCRE2_OFFSET
for offset values.
2014-07-04 16:26:09 +00:00
ph10
90cd344d1d Convert pcredemo to pcre2demo. 2014-06-30 19:01:12 +00:00
ph10
24f990e9cc Runtime memory testing and finding match limits are working. 2014-06-30 17:01:40 +00:00
ph10
1ccc22fede Callout testing in pcre2test is now working. 2014-06-30 10:56:11 +00:00
ph10
e86a224042 The pcre2_match() function's basic facilities are working (though hardly
tested).
2014-06-28 14:23:18 +00:00
ph10
5c05b01969 Miscellanous name tidies. 2014-06-24 15:47:33 +00:00
ph10
bbc7412b08 Improve consistency in #defined names, in particular with regard to
underscores.
2014-06-24 15:30:10 +00:00
ph10
2a1ed715f7 Allow \R and newline handling to be specified at match time (as for PCRE1). 2014-06-24 09:51:58 +00:00