summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/grep/grep.c
Commit message (Expand)AuthorAgeFilesLines
* Part of r245761 makes "grep -D skip" broken for pipes, i.e.ache2013-08-081-5/+7
* grep: change some int types.pfg2013-05-201-2/+2
* Make "-D skip" option work with FIFO by opening file in non-blocking mode.davidxu2013-01-221-2/+6
* Remove redundant string length check from the previous commit.jkim2005-10-211-2/+2
* Fix a longstanding buglet in bz-prefixed grep(1).jkim2005-10-201-5/+5
* Removed redundant (and incorrect) code in prline. Fixes grep -i --color "",tjr2005-05-141-27/+0
* Fix background colour problems with --color output (RH bug #138913).tjr2005-05-141-0/+1
* Remove mb-caching hack.tjr2005-05-141-41/+22
* Fix regression in output with -R compared to previous version.obrien2005-02-131-1/+1
* Make grep run much (~10x) faster in multibyte locales by caching the widetjr2004-07-041-22/+41
* Improve case-insensitive matching in multibyte locales.tjr2004-07-041-0/+37
* Merge local changes.tjr2004-07-041-380/+673
* Merge conflicts, upgradeache2004-03-011-3/+2
* Allow -J to simultaneously do non-bzip2 grepping.obrien2002-10-061-10/+32
* Create bzgrep.obrien2002-09-161-0/+35
* Restore backwards compatible -R option.ru2000-05-301-1/+1
* Merge FreeBSD changes into 2.4d.ru2000-01-311-73/+33
* Fix conflicts.ru2000-01-181-5/+32
* * Make --null option work in (HAVE_LIBZ > 0) case.ru2000-01-041-11/+5
* Merge FreeBSD chagnes into GNU grep 2.4.obrien2000-01-041-205/+281
* Support the environtmental var "GREP_OPTIONS". Which can hold a set ofobrien1999-11-261-0/+61
* Alias -R to -r for backward compatibility.obrien1999-11-211-2/+3
* Set default matcher from argv[0].obrien1999-11-211-546/+825
* Back out the botched attempt to update to gnu grep 2.3 (lots of historypeter1999-11-201-0/+1103
* Upgrade grep to version 2.3ru1999-10-281-1103/+0
* Fixed printf format errors.bde1998-06-301-1/+1
* When called as `zgrep', the -Z argument is assumed. Make awosch1997-12-211-0/+6
* Added builtin decompression using zlib library, option -Z.wosch1997-12-201-61/+105
* Add unsigned char cast to ctype macrosache1997-10-231-1/+1
* grep -q pattern filewosch1996-09-271-1/+5
* Pick collate info tooache1996-08-121-1/+1
* recursive grep, enabled with -DHAVE_FTS=1wosch1996-02-021-3/+220
* Add setlocale LC_CTYPEache1995-10-281-0/+6
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Update GNU grep to version 2.0nate1993-07-061-843/+662
* Gnu e?grep 1.6nate1993-06-291-0/+1007
OpenPOWER on IntegriCloud