summaryrefslogtreecommitdiff
path: root/src/pcre2grep.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies for 10.36-RC1 ph102020-11-061-3/+3
* Fix potential memory leak in error situation in recent new code.ph102020-10-061-2/+4
* pcre2grep update: -m and $x{..}, $o{..} escapes. Also some doc updates.ph102020-10-041-311/+380
* Ensure a newline after the final line in a file is output by pcre2grep.ph102020-01-251-4/+62
* Add the pcre2_maketables_free() function.ph102019-09-031-1/+1
* Fix pcre2grep -o bug when ovector overflows; add option to adjust the limit; ph102019-06-151-18/+37
* Add support for invalid UTF-8 matching to pcre2grep.ph102019-05-281-1/+25
* Add VMS support for pcre2grep callout of an external program.ph102018-11-241-7/+34
* Add --disable-pcre2grep-callout-fork configuration setting.ph102018-11-171-10/+23
* Add pcre2_jit_free_unused_memory() to pcre2grep, for tidiness.ph102018-10-281-0/+1
* Fix small bug in pcre2grep (no effect other than a sanitizer warning).ph102018-09-101-1/+1
* Make bcopy() emulation of memmove() work properly.ph102018-08-101-1/+38
* Undefine WIN32 for pcre2grep under Cygwin.ph102018-06-191-2/+2
* More typos and changes to "Kibibytes" for "Kilobytes".ph102018-06-181-1/+1
* Apply some of Daniel Richard G's Windows patches.ph102018-04-191-4/+14
* A small fix to pcre2grep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-251-8/+15
* Add support to pcre2grep for binary zeros in -f files. ph102018-02-241-37/+44
* Fix \K issues in pcre2grep.ph102017-12-261-5/+44
* Change pcre2grep line number and count variables to unsigned long int.ph102017-12-081-16/+17
* Fix crash for --line-buffered with a .gz or .bz2 file in pcre2grep.ph102017-11-131-0/+1
* Fix multiple multiline matching issues in pcre2grep.ph102017-11-131-30/+40
* Remove superflous variable.ph102017-11-091-11/+10
* Fix memory leak issue introduced in last bug fix in pcre2grep.ph102017-10-221-1/+2
* Fix pcre2grep recursive file name length issue.ph102017-10-201-3/+9
* Set PCRE2GREP_RC to the pcre2grep exit status when running under VMS.ph102017-10-111-0/+16
* Modify #ifdefs for Cygwin.ph102017-07-271-1/+7
* Rename the FWRITE macro in pcre2grep to avoid clash in cygwin.ph102017-07-211-14/+14
* Convert pcre2grep to use new pcre2_compile() options, thereby fixing two minor ph102017-06-171-68/+45
* Minor code tidy.ph102017-06-161-0/+13
* Add suitable "fall through" comments for latest gcc warnings.ph102017-06-031-1/+1
* Implement PCRE2_NEWLINE_NUL.ph102017-05-261-5/+21
* Add explicit heap limiting options to pcre2_match(), with associated features ph102017-04-111-16/+21
* Documentation tidies and code tidies for Windows.ph102017-04-081-13/+13
* Jason Hood's pcre2grep patches (modified a bit) to add --output to pcre2grep, ph102017-04-061-25/+337
* Fix typo and remove extraneous blank lines.ph102017-04-051-5/+2
* Fix pcre2grep Windows problem for new output-colouring code when not under ph102017-03-211-61/+66
* Change "limit recursion" to "limit depth" in code and build systems because the ph102017-03-121-8/+9
* Fix bug in most recent fix for pcre2grep.ph102017-02-121-0/+1
* Fix previously broken fix for pcre2grep with -Mo matching strings that cross ph102017-02-101-7/+16
* File tidies for 10.23-RC1ph102017-01-161-4/+6
* Minor tidies to pcre2grep.ph102017-01-161-6/+10
* Ignore all JIT compile errors in pcre2grep.ph102017-01-111-14/+10
* Fix very minor typo.ph102017-01-011-1/+1
* Upgrade pcre2grep for Windows courtesy of Jason Hood.ph102016-12-311-33/+144
* Very minor tidy to pcre2grep, plus fix typos in comments.ph102016-12-291-3/+3
* Remove all "register" declarations.ph102016-11-031-3/+3
* Update the pcre2grep patch for colouring on Windows so that "auto" is the same ph102016-11-031-13/+18
* Add -t to pcre2grep.ph102016-10-161-2/+19
* Dmitry Cherniachenko's patch for colouring pcre2grep output in Windows.ph102016-10-141-9/+78
* Added some "const" qualifiers to variables in pcre2grep.ph102016-10-141-11/+12