summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/grep.c
Commit message (Expand)AuthorAgeFilesLines
* - Avoid unnecessary strdup()gabor2013-01-201-2/+2
* - Fix handling of the case when multiple patterns are specified in a singlegabor2013-01-051-2/+12
* Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-201-1/+2
* More -Wmissing-variable-declarations fixes.ed2012-10-191-3/+4
* Remove duplicate line from usageeadler2012-01-151-1/+0
* Add missing "static const" to long options table.ed2011-12-101-1/+1
* - Match GNU behavior of exit codegabor2011-12-071-2/+2
* - Use getprogname() instead of __prognamegabor2011-10-111-6/+9
* Update BSD grep to the latest development version. It has some codegabor2011-10-051-52/+76
* - Fix handling of environmental variables when they are set to empty stringgabor2011-08-171-3/+4
* - Use REG_NOSUB to bypass submatch counting when not necessary. This maygabor2011-06-121-1/+5
* - Adjust a comment to actual behaviourgabor2011-04-071-0/+2
* Revert a minor part of revision 211364:delphij2010-08-191-4/+1
* UTFize my name.des2010-08-191-1/+1
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-151-25/+24
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-291-15/+10
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-291-31/+45
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-251-24/+50
* Fix crashes when using grep -R:delphij2010-07-231-2/+2
* Add BSD grep to the base system and make it our default grep.gabor2010-07-221-0/+667
OpenPOWER on IntegriCloud