summaryrefslogtreecommitdiff
path: root/testdata/grepoutput
Commit message (Expand)AuthorAgeFilesLines
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-0/+24
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-0/+7
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-15/+16
* Add support to pcre2grep for binary zeros in -f files. ph102018-02-241-0/+3
* Fix \K issues in pcre2grep.ph102017-12-261-0/+9
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-131-5/+91
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-171-8/+24
* Update test output.ph102017-04-121-3/+3
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-0/+5
* Fix previously broken fix for pcre2grep with -Mo matching strings that cross ph102017-02-101-0/+10
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-15/+15
* Very minor tidy to pcre2grep, plus fix typos in comments.ph102016-12-291-37/+37
* Add -t to pcre2grep.ph102016-10-161-0/+32
* Implement buffer expansion in pcre2grep.ph102016-10-111-2/+2
* Fix bad interaction between -o and -M in pcre2grep.ph102016-06-171-9/+40
* pcre2grep: fix \r\r\n problem for Windows, and give buffer size in error ph102016-04-011-1/+2
* Make -q override -l and -q in pcre2grep for compatibility with other greps.ph102015-08-051-0/+4
* Fix pcre2grep loop provoked by \K in a lookbehind assertion in a non-anchored ph102015-04-031-0/+8
* Test output needed updating.ph102015-02-061-1/+1
* Update and improve substring handling and its documentation.ph102014-12-141-7/+7
* Code for pcre2_substitute(), and tests.ph102014-11-111-7/+7
* Improve test coverage; minor typo in JIT test and other minor buglets fixed.ph102014-10-311-4/+4
* API documentation and a lot of little related changes to the code.ph102014-09-191-7/+7
* Implement pcre2grep and its test.ph102014-07-151-0/+745