summaryrefslogtreecommitdiff
path: root/pcregrep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Code tidyph102011-07-241-22/+9
* Fix pcregrep repeated match in same line bug.ph102011-07-221-11/+23
* Tidies for Release 8.12ph102011-01-151-4/+4
* Another bugfix for pcregrep with -M and colour.ph102011-01-151-1/+2
* Fix -M bugs in pcregrepph102011-01-141-17/+18
* Move definition of pcregrep_exit() above its first reference; this applies only ph102011-01-121-25/+24
* Fix pcregrep bug when --colour was used with -v.ph102011-01-121-2/+2
* Fix pcregrep cast issue for 64-bit big-endian systems.ph102011-01-121-40/+44
* Tidies of documenation and code while preparing for release.ph102010-11-241-38/+38
* Rename --{in,ex}clude_dir with hyphen instead of underscore in pcregrep, but ph102010-11-161-2/+22
* Added parentheses argument to -o and --only-matching options of pcregrep.ph102010-10-311-27/+55