summaryrefslogtreecommitdiff
path: root/pcregrep.c
Commit message (Collapse)AuthorAgeFilesLines
* Allow for up to 32-bit numbers in the ordin() function in pcregrep.ph102015-11-291-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1615 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make pcregrep -q override -l and -c for compatibility with other greps.ph102015-08-051-6/+6
| | | | 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-30/+30
| | | | 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-37/+72
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1543 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Files tidied for 8.36-RC1.ph102014-09-151-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1502 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fixed several memory leaks in pcregrep.ph102014-07-081-10/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1492 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Two minor changes to avoid compiler warnings.ph102014-04-031-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1467 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.34-RC1.ph102013-11-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1404 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix small z/OS bug.ph102013-08-131-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1355 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add z/OS-specific code to pcregrep.ph102013-08-121-19/+114
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1354 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep looping bug for multiline empty string match.ph102013-08-051-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1353 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source file tidies for 8.33 release.ph102013-05-281-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1335 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep so that it can find empty lines.ph102013-05-101-6/+12
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1324 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-14/+14
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-091-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1216 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcregrep: Fix unused variable warningchpe2012-10-181-0/+2
| | | | | | When compiling with neither libz nor libbz2 support. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1136 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: pcregrep: Use uint32 for characterschpe2012-10-161-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1096 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Allow multiple -o in pcregrep, and add --om-separator.ph102012-09-131-215/+350
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1039 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Make pcregrep use PCRE_STUDY_EXTRA_NEEDED.ph102012-09-101-24/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1035 2f5784b3-3f2a-0410-8824-cb99058d5e15
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-20/+24
| | | | | | | | over time. Also the documentation. Added one test that can be run in an ASCII world to do a little testing of EBCDIC-related things. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1033 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another stupid typo in pcregrep.ph102012-08-171-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1005 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typos #DEFINE should be #define.ph102012-08-171-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1004 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix a number of issues in pcregrep.ph102012-08-151-273/+474
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1003 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document update for 8.31-RC1 test release.ph102012-06-021-36/+36
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@975 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep build problem when bzip2 but not gzip was enabled.ph102012-06-011-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@971 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add support for binary files to pcregrep.ph102012-03-041-6/+64
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@947 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added --file-list to pcregrep.ph102012-02-281-9/+46
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@944 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-1/+1
| | | | | | | also given by gcc if you turn on enough warnings. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@904 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Avoid compiler warning when neither SUPPORT_LIBZ nor SUPPORT_LIBZ2 is set.ph102012-01-151-1/+6
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@879 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@779 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add some casts to get rid of compiler warnings from MSVC8.ph102011-10-051-3/+3
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@718 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-7/+36
| | | | 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-2/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@667 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-21/+21
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@654 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo in error message in pcregrep.ph102011-08-011-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@646 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Changes to pcregrep concerned with very long lines.ph102011-07-301-44/+83
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@644 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Code tidyph102011-07-241-22/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@636 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep repeated match in same line bug.ph102011-07-221-11/+23
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@632 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies for Release 8.12ph102011-01-151-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@589 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Another bugfix for pcregrep with -M and colour.ph102011-01-151-1/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@588 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix -M bugs in pcregrepph102011-01-141-17/+18
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@587 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Move definition of pcregrep_exit() above its first reference; this applies only ph102011-01-121-25/+24
| | | | | | | to Windows. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@586 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep bug when --colour was used with -v.ph102011-01-121-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@585 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix pcregrep cast issue for 64-bit big-endian systems.ph102011-01-121-40/+44
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@584 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Tidies of documenation and code while preparing for release.ph102010-11-241-38/+38
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@579 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but ph102010-11-161-2/+22
| | | | | | | | 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-27/+55
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@565 2f5784b3-3f2a-0410-8824-cb99058d5e15