summaryrefslogtreecommitdiff
path: root/pcregrep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in pcrgrep.ph102018-06-261-2/+2
* A small fix to pcregrep to avoid compiler warnings for -Wformat-overflow=2.ph102018-02-251-3/+17
* File tidies for 8.42-RC1 test release.ph102018-02-201-1/+1
* Change pcregrep linenumbers and counts to long ints.ph102017-12-081-12/+12
* Fix possible memory leak introduced in previous bug fix.ph102017-10-221-2/+3
* Fix pcregrep recursive file name issue.ph102017-10-201-2/+8
* File tidies for 8.41-RC1 release.ph102017-06-131-8/+8
* Avoid use of a potentially overflowing buffer in pcregrep.ph102017-02-221-3/+5
* Fix bug in most recent fix for multiline pcre2grep.ph102017-02-121-0/+1
* Correct fix for pcre2grep multiline with --only-matching.ph102017-02-101-5/+15
* Fix bad interaction between -o and -M in pcregrep.ph102016-06-171-0/+6
* Allow for up to 32-bit numbers in the ordin() function in pcregrep.ph102015-11-291-1/+1
* Make pcregrep -q override -l and -c for compatibility with other greps.ph102015-08-051-6/+6
* Documentation and tidies preparatory to 8.37 release.ph102015-04-141-30/+30
* Fix pcregrep loop when \K is used in a lookbehind assertion.ph102015-04-071-37/+72
* Files tidied for 8.36-RC1.ph102014-09-151-5/+5
* Fixed several memory leaks in pcregrep.ph102014-07-081-10/+19
* Two minor changes to avoid compiler warnings.ph102014-04-031-2/+2
* Source tidies for 8.34-RC1.ph102013-11-191-2/+2
* Fix small z/OS bug.ph102013-08-131-1/+1
* Add z/OS-specific code to pcregrep.ph102013-08-121-19/+114
* Fix pcregrep looping bug for multiline empty string match.ph102013-08-051-1/+1
* Final source file tidies for 8.33 release.ph102013-05-281-5/+5
* Fix pcregrep so that it can find empty lines.ph102013-05-101-6/+12
* File tidies, preparing for 8.32-RC1.ph102012-11-111-14/+14
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-091-2/+2
* pcregrep: Fix unused variable warningchpe2012-10-181-0/+2
* pcre32: pcregrep: Use uint32 for characterschpe2012-10-161-1/+1
* Allow multiple -o in pcregrep, and add --om-separator.ph102012-09-131-215/+350
* Make pcregrep use PCRE_STUDY_EXTRA_NEEDED.ph102012-09-101-24/+20
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-20/+24
* Another stupid typo in pcregrep.ph102012-08-171-1/+1
* Fix typos #DEFINE should be #define.ph102012-08-171-3/+3
* Fix a number of issues in pcregrep.ph102012-08-151-273/+474
* Document update for 8.31-RC1 test release.ph102012-06-021-36/+36
* Fix pcregrep build problem when bzip2 but not gzip was enabled.ph102012-06-011-2/+2
* Add support for binary files to pcregrep.ph102012-03-041-6/+64
* Added --file-list to pcregrep.ph102012-02-281-9/+46
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-1/+1
* Avoid compiler warning when neither SUPPORT_LIBZ nor SUPPORT_LIBZ2 is set.ph102012-01-151-1/+6
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-3/+3
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-2/+2
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-2/+2
* Add some casts to get rid of compiler warnings from MSVC8.ph102011-10-051-3/+3
* Final source and document tidies for 8.20-RC1.ph102011-09-111-5/+5
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-7/+36
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-2/+5
* Documentation and general text tidies in preparation for test release.ph102011-08-021-21/+21
* Fix typo in error message in pcregrep.ph102011-08-011-1/+1
* Changes to pcregrep concerned with very long lines.ph102011-07-301-44/+83