.. |
grepbinary
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
grepfilelist
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
grepinput
|
Fix bad interaction between -o and -M in pcre2grep.
|
2016-06-17 17:37:26 +00:00 |
grepinput3
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
grepinput8
|
Fix pcre2grep loop provoked by \K in a lookbehind assertion in a non-anchored
|
2015-04-03 11:14:19 +00:00 |
grepinputv
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
grepinputx
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
greplist
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
grepoutput
|
Fix bad interaction between -o and -M in pcre2grep.
|
2016-06-17 17:37:26 +00:00 |
grepoutput8
|
Maintenance on test after running ManyConfigTests.
|
2015-05-17 17:44:21 +00:00 |
grepoutputC
|
Add callout support to pcre2grep
|
2016-04-01 15:52:08 +00:00 |
grepoutputN
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
greppatN4
|
Implement pcre2grep and its test.
|
2014-07-15 08:46:12 +00:00 |
testinput1
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput2
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput3
|
Remove unwanted trailing space in test data.
|
2016-01-07 16:08:44 +00:00 |
testinput4
|
Updated tests for previous patch.
|
2015-11-27 17:14:51 +00:00 |
testinput5
|
Fix callout display bug in pcre2test.
|
2016-10-05 16:53:34 +00:00 |
testinput6
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput7
|
Implement --never-backslash-C
|
2015-10-17 13:50:56 +00:00 |
testinput8
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput9
|
Adjust tests for workspace overflow and relevant comments in pcre2_compile.c
|
2015-11-08 14:41:34 +00:00 |
testinput10
|
Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when
|
2016-08-03 17:22:59 +00:00 |
testinput11
|
Update pcre2test with the /utf8_input option, for generating wide characters in
|
2016-08-03 09:01:02 +00:00 |
testinput12
|
Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when
|
2016-08-03 17:22:59 +00:00 |
testinput13
|
All tests except JIT and save/reload are implemented.
|
2014-08-05 16:51:32 +00:00 |
testinput14
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testinput15
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput16
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testinput17
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testinput18
|
Detect missing closing parentheses during the pre-pass.
|
2016-02-13 15:30:29 +00:00 |
testinput19
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
testinput20
|
Implemented pcre2_code_copy().
|
2016-02-26 18:26:17 +00:00 |
testinput21
|
Some tests were in the wrong files.
|
2015-12-15 18:21:49 +00:00 |
testinput22
|
Support \C in lookbehinds and DFA matching in UTF-32 mode.
|
2016-06-20 18:14:51 +00:00 |
testinput23
|
Implement --never-backslash-C
|
2015-10-17 13:50:56 +00:00 |
testinputEBC
|
Fix EBCDIC 0x41 omission and give error for \p and \P in a class when not
|
2015-06-19 16:41:22 +00:00 |
testoutput1
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput2
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput3
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
testoutput3A
|
Remove unwanted trailing space in test data.
|
2016-01-07 16:08:44 +00:00 |
testoutput3B
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
testoutput4
|
Updated tests for previous patch.
|
2015-11-27 17:14:51 +00:00 |
testoutput5
|
Fix callout display bug in pcre2test.
|
2016-10-05 16:53:34 +00:00 |
testoutput6
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput7
|
Implement --never-backslash-C
|
2015-10-17 13:50:56 +00:00 |
testoutput8-8-2
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-8-3
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-8-4
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-16-2
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-16-3
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-16-4
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-32-2
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-32-3
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput8-32-4
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput9
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput10
|
Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when
|
2016-08-03 17:22:59 +00:00 |
testoutput11-16
|
Update pcre2test with the /utf8_input option, for generating wide characters in
|
2016-08-03 09:01:02 +00:00 |
testoutput11-32
|
Update pcre2test with the /utf8_input option, for generating wide characters in
|
2016-08-03 09:01:02 +00:00 |
testoutput12-16
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput12-32
|
Fix bug that caused chars > 255 not to be matched by classes like [\W\pL] when
|
2016-08-03 17:22:59 +00:00 |
testoutput13
|
All tests except JIT and save/reload are implemented.
|
2014-08-05 16:51:32 +00:00 |
testoutput14-8
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testoutput14-16
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testoutput14-32
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testoutput15
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput16
|
Runtime UTF checks now take not of the starting offset.
|
2015-08-18 10:34:05 +00:00 |
testoutput17
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput18
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput19
|
Tidied up a lot of comments in the test files.
|
2015-09-16 16:49:48 +00:00 |
testoutput20
|
Implemented pcre2_code_copy().
|
2016-02-26 18:26:17 +00:00 |
testoutput21
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput22-8
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput22-16
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutput22-32
|
Support \C in lookbehinds and DFA matching in UTF-32 mode.
|
2016-06-20 18:14:51 +00:00 |
testoutput23
|
Major refactoring of pcre2_compile.c; see ChangeLog and HACKING.
|
2016-10-02 16:01:01 +00:00 |
testoutputEBC
|
Fix EBCDIC 0x41 omission and give error for \p and \P in a class when not
|
2015-06-19 16:41:22 +00:00 |
valgrind-jit.supp
|
Update valgrind parameters in RunGrepTest and arrange for the suppressions file
|
2016-05-31 11:36:10 +00:00 |
wintestinput3
|
Remove computing the JIT read-only data size in advance and use on-demand memory allocation.
|
2015-03-06 07:41:36 +00:00 |
wintestoutput3
|
Patches to fix tests under Windows.
|
2016-01-29 15:01:17 +00:00 |