summaryrefslogtreecommitdiff
path: root/RunGrepTest
Commit message (Collapse)AuthorAgeFilesLines
* File tidies for 8.39-RC1.ph102016-05-231-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make pcregrep -q override -l and -c for compatibility with other greps.ph102015-08-051-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1586 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1548 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep loop when \K is used in a lookbehind assertion.ph102015-04-071-0/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1543 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Change RunGrepTest's files so as not to clash with RunTest's; now "make -j ph102014-04-031-409/+409
| | | | | | | check" works when the tests are run concurrently. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1469 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep looping bug for multiline empty string match.ph102013-08-051-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1353 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep so that it can find empty lines.ph102013-05-101-0/+16
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1324 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Change group separator character in test 101 from / to | because / gets mangled ph102012-09-161-1/+1
| | | | | | | in the Msys shell. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1042 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Allow multiple -o in pcregrep, and add --om-separator.ph102012-09-131-0/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1039 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix missing "sort" in test 35.ph102012-09-071-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1029 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix RunGrepTest so that it runs in a non-source build directory. Recent changes ph102012-08-271-19/+20
| | | | | | | broke it. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1018 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Style tidies to some scripts.ph102012-08-261-6/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1016 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix oversight in updated pcregrep test script.ph102012-08-251-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1013 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix a number of issues in pcregrep.ph102012-08-151-4/+36
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1003 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add support for binary files to pcregrep.ph102012-03-041-0/+32
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@947 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added --file-list to pcregrep.ph102012-02-281-0/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@944 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-2/+3
| | | | | | | | RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@842 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix msys RunGrepTest failure (Bugzilla #1185).ph102011-12-291-2/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@837 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.20-RC3.ph102011-10-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@733 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix RunGrepTest colour bug.ph102011-10-071-2/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@720 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Look for testdata in parent directory if not found in current.ph102011-09-251-5/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@711 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@685 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Changes to pcregrep concerned with very long lines.ph102011-07-301-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@644 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep repeated match in same line bug.ph102011-07-221-0/+48
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@632 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix -M bugs in pcregrepph102011-01-141-0/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@587 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep bug when --colour was used with -v.ph102011-01-121-5/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@585 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but ph102010-11-161-1/+1
| | | | | | | | leave the old versions as undocumented synonyms. (In GNU grep, hyphens are used.) git-svn-id: svn://vcs.exim.org/pcre/code/trunk@571 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added parentheses argument to -o and --only-matching options of pcregrep.ph102010-10-311-0/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@565 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a ph102010-10-311-22/+80
| | | | | | | match). git-svn-id: svn://vcs.exim.org/pcre/code/trunk@564 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added --match-limit and --recursion-limit to pcregrep; tidied some error ph102010-10-301-0/+6
| | | | | | | messages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@561 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@461 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add test for diff -u to RunGrepTest.ph102009-09-061-2/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@437 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix --regex(p)=pattern not working in pcregrep.ph102009-08-141-2/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@422 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix infelicities to do with --count in pcregrep.ph102009-08-121-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@420 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make pcregrep with --colour show all matches in a line in colour.ph102009-03-011-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@378 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-081-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@325 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add --line-offsets and --file-offsets to pcregrep.ph102007-12-051-0/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@280 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix line ending missing for pcregrep with --colour.ph102007-09-111-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@239 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep -Mv looping bug.ph102007-08-171-0/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@222 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix RunGrepTest for make distcheck (previous change added a bug).ph102007-05-021-10/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@160 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add code to configure.ac to remove -g from default CFLAGS and CXXFLAGS.ph102007-05-021-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@159 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More test updates.ph102007-05-011-17/+21
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@158 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-1/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@149 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Trailing spaces.ph102007-03-301-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@142 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix RunGrepTest so that it can be run when the build directory is not the ph102007-03-291-75/+79
| | | | | | | source directory. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@138 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Daniel's patches.ph102007-03-291-0/+253
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@137 2f5784b3-3f2a-0410-8824-cb99058d5e15