summaryrefslogtreecommitdiff
path: root/pcregrep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix bad return code from pcregrep when -o is used (yielded 1, not 0, after a ph102010-10-311-0/+2
* Added --match-limit and --recursion-limit to pcregrep; tidied some error ph102010-10-301-28/+95
* Fix missing code for missing strtoul() and strerror(). ph102010-10-261-4/+12
* Prepare for release candidate.ph102010-06-031-26/+26
* Added a lot of (int) casts to avoid compiler warnings in systems where ph102010-06-011-10/+11
* Added --line-buffered to pcregrep.ph102010-05-211-9/+82
* Avoid warnings about fwrite in pcregrep.ph102010-05-041-15/+23
* Tidy up, remove trailing spaces, etc. for 8.00-RC1.ph102009-10-051-18/+18
* Fix --regex(p)=pattern not working in pcregrep.ph102009-08-141-9/+31
* Fix --fixed-strings.ph102009-08-141-1/+1
* Fix infelicities to do with --count in pcregrep.ph102009-08-121-5/+10
* Open with "rb" in pcregrep.ph102009-08-121-1/+1
* Update after detrailing for a test release.ph102009-03-171-16/+16
* Add support for UTF-8 in EBCDIC environments.ph102009-03-171-6/+8
* Lock out empty string matches in pcregrep.ph102009-03-021-3/+4
* Make pcregrep with --colour show all matches in a line in colour.ph102009-03-011-40/+87
* Use colour when requested with -o in pcregrep.ph102009-03-011-1/+5
* Added two (int) casts to pcregrep.ph102008-07-081-2/+2
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-6/+6
* Add --include_dir and --exclude_dir to pcregrep.ph102008-03-081-12/+55
* Fix bugs with --include and --exclude in pcregrep.ph102008-03-071-10/+13
* Update copyright year to 2008.ph102008-01-201-1/+1
* Remove the use of %n from pcregrep.ph102008-01-011-2/+1
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-36/+213
* David Byron's patch for typos and one re-arrangement in Windows code in ph102007-12-071-6/+8
* Add --line-offsets and --file-offsets to pcregrep.ph102007-12-051-8/+42
* Fix -o bugs in pcregrep.ph102007-12-041-7/+22
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-1/+1
* Fix line ending missing for pcregrep with --colour.ph102007-09-111-1/+2
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-2/+2
* Fix pcregrep -Mv looping bug.ph102007-08-171-7/+30