summaryrefslogtreecommitdiff
path: root/RunGrepTest
Commit message (Collapse)AuthorAgeFilesLines
* Fix RunGrepTest's handling of binary zeros on Solaris by using /usr/xpg4/bin/tr ph102021-02-071-7/+16
| | | | | | | instead of tr if /usr/xpg4/bin/tr exists. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1299 6239d852-aaf2-0410-a92c-79f79f948069
* Update RunGrepTest to use tr for handling binary zeros instead of sed, which it ph102021-01-041-8/+3
| | | | | | | is hoped with increase portability. Bugzilla #2681. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1289 6239d852-aaf2-0410-a92c-79f79f948069
* Final file tidies for 10.36ph102020-12-041-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1287 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies for 10.36-RC1 ph102020-11-061-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1283 6239d852-aaf2-0410-a92c-79f79f948069
* Fix binary zero issue (Bugzilla #2628) in RunGrepTest.ph102020-10-091-14/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1278 6239d852-aaf2-0410-a92c-79f79f948069
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-0/+25
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1274 6239d852-aaf2-0410-a92c-79f79f948069
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-251-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1211 6239d852-aaf2-0410-a92c-79f79f948069
* Source tidies (trailing spaces) etc. for 10.34-RC1.ph102019-10-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1180 6239d852-aaf2-0410-a92c-79f79f948069
* Fix minor test issues and tidies/updates for 10.34-RC1 testing release.ph102019-10-151-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1177 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-0/+7
| | | | | | | raise the default limit; give error if -o requests an uncaptured parens. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1106 6239d852-aaf2-0410-a92c-79f79f948069
* Add support for invalid UTF-8 matching to pcre2grep.ph102019-05-281-1/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1096 6239d852-aaf2-0410-a92c-79f79f948069
* More file tidies for 10.33-RC1ph102019-03-041-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1079 6239d852-aaf2-0410-a92c-79f79f948069
* Redirect stderr in RunGrepTest instead of appending to testtrygrep from two ph102018-12-061-3/+3
| | | | | | | different file descriptors, because the latter doesn't always work as expected. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1051 6239d852-aaf2-0410-a92c-79f79f948069
* Cut out test of NUL characters in RunGrepTest for all OS except Linux, as it ph102018-12-061-11/+15
| | | | | | | | doesn't work for *BSD as well as for Solaris and MacOS (which were already cut out). git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1050 6239d852-aaf2-0410-a92c-79f79f948069
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-4/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1042 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies and documentation update for 10.32-RC1 Release Candidate.ph102018-08-131-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@983 6239d852-aaf2-0410-a92c-79f79f948069
* Patches for portability.ph102018-06-201-13/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@941 6239d852-aaf2-0410-a92c-79f79f948069
* Typos in documentation and comments noted by Jason Hood.ph102018-06-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@936 6239d852-aaf2-0410-a92c-79f79f948069
* Add support to pcre2grep for binary zeros in -f files. ph102018-02-241-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@920 6239d852-aaf2-0410-a92c-79f79f948069
* Fix \K issues in pcre2grep.ph102017-12-261-0/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@896 6239d852-aaf2-0410-a92c-79f79f948069
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-131-7/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@878 6239d852-aaf2-0410-a92c-79f79f948069
* Fudge binary zero pcre2grep test for Darwin, similar to SunOS.ph102017-08-181-2/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@855 6239d852-aaf2-0410-a92c-79f79f948069
* Cut out the binary zero pcre2grep test on Solaris (SunOS) as it isn't possibleph102017-07-181-2/+11
| | | | | | | to check the output because sed won't handle binary zeros on Solaris. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@841 6239d852-aaf2-0410-a92c-79f79f948069
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-171-0/+13
| | | | | | | (?) bugs. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@831 6239d852-aaf2-0410-a92c-79f79f948069
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@806 6239d852-aaf2-0410-a92c-79f79f948069
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-0/+7
| | | | | | | and also an inbuilt callout echo. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@734 6239d852-aaf2-0410-a92c-79f79f948069
* Fix new test (119) for running in non-source directly.ph102017-02-121-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@664 6239d852-aaf2-0410-a92c-79f79f948069
* Fix previously broken fix for pcre2grep with -Mo matching strings that cross ph102017-02-101-0/+5
| | | | | | | line boundaries. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@662 6239d852-aaf2-0410-a92c-79f79f948069
* Ensure user colour settings are turned off for pcre2grep testing.ph102016-12-311-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@642 6239d852-aaf2-0410-a92c-79f79f948069
* Fix typos; unset GREP_COLO[U]R.ph102016-12-291-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@633 6239d852-aaf2-0410-a92c-79f79f948069
* Add -t to pcre2grep.ph102016-10-161-0/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@572 6239d852-aaf2-0410-a92c-79f79f948069
* Implement buffer expansion in pcre2grep.ph102016-10-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@563 6239d852-aaf2-0410-a92c-79f79f948069
* Documentation detrail and make HTML for 10.22-RC1.ph102016-06-291-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@538 6239d852-aaf2-0410-a92c-79f79f948069
* Fix bad interaction between -o and -M in pcre2grep.ph102016-06-171-0/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@528 6239d852-aaf2-0410-a92c-79f79f948069
* Update valgrind parameters in RunGrepTest and arrange for the suppressions file ph102016-05-311-120/+125
| | | | | | | to be used when JIT is supported. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@520 6239d852-aaf2-0410-a92c-79f79f948069
* Add callout support to pcre2grepph102016-04-011-0/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@507 6239d852-aaf2-0410-a92c-79f79f948069
* File tidies, version updates, etc. for 10.21-RC1ph102015-12-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@471 6239d852-aaf2-0410-a92c-79f79f948069
* Implement #newline_default and adjust testdata and scripts to use it.ph102015-09-081-3/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@365 6239d852-aaf2-0410-a92c-79f79f948069
* Make -q override -l and -q in pcre2grep for compatibility with other greps.ph102015-08-051-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@336 6239d852-aaf2-0410-a92c-79f79f948069
* Maintenance on test after running ManyConfigTests.ph102015-05-171-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@270 6239d852-aaf2-0410-a92c-79f79f948069
* Fix pcre2grep loop provoked by \K in a lookbehind assertion in a non-anchored ph102015-04-031-0/+9
| | | | | | | pattern. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@242 6239d852-aaf2-0410-a92c-79f79f948069
* Changed jit_stack_alloc to jit_stack_create.ph102014-11-031-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@131 6239d852-aaf2-0410-a92c-79f79f948069
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-0/+24
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@128 6239d852-aaf2-0410-a92c-79f79f948069
* Tidy a lot of files (remove trailing spaces)ph102014-10-201-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@120 6239d852-aaf2-0410-a92c-79f79f948069
* Change --enable-pcre8 etc to --enable-pcre2-8 etc and consequent changes; ph102014-10-171-2/+2
| | | | | | | change "pcre" to "pcre2" in a number of files. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@117 6239d852-aaf2-0410-a92c-79f79f948069
* Some typosph102014-09-261-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@80 6239d852-aaf2-0410-a92c-79f79f948069
* Check for pcre2grep's existence before testing; clean up all temporary files ph102014-08-291-0/+8
| | | | | | | afterwards. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@65 6239d852-aaf2-0410-a92c-79f79f948069
* Implement pcre2grep and its test.ph102014-07-151-0/+571
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@29 6239d852-aaf2-0410-a92c-79f79f948069