summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/util.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r268798, r268799, r268801:pfg2014-07-211-1/+1
* MFC r267693:gjb2014-06-251-1/+1
* Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-201-2/+1
* - Match GNU behavior of exit codegabor2011-12-071-3/+2
* - Call warnx() instead of errx() if a directory is not readable when usinggabor2011-11-281-1/+3
* - Fix behavior of --null to match GNU grepgabor2011-11-281-5/+5
* - Fix counting of match limit (-m)gabor2011-10-121-1/+1
* Update BSD grep to the latest development version. It has some codegabor2011-10-051-75/+69
* - Fix exclusion of directories from a recursive searchgabor2011-08-171-14/+5
* - Use REG_NOSUB to bypass submatch counting when not necessary. This maygabor2011-06-121-1/+3
* - Fix -w behaviorgabor2011-06-121-13/+12
* - Adjust a comment to actual behaviourgabor2011-04-071-0/+2
* - Simplify the fixed string pattern preprocessing codegabor2011-04-071-5/+7
* UTFize my name.des2010-08-191-1/+1
* - Refactor file reading code to use pure syscalls and an internal buffergabor2010-08-181-2/+2
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-151-26/+17
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-291-1/+1
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-291-16/+57
* - Fix -l and -L by really surpressing output and just showing filenamesgabor2010-07-251-1/+1
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-251-4/+5
* Fix crashes when using grep -R:delphij2010-07-231-9/+14
* Add BSD grep to the base system and make it our default grep.gabor2010-07-221-0/+464
OpenPOWER on IntegriCloud