summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/grep.h
Commit message (Expand)AuthorAgeFilesLines
* bsdgrep: add a primitive literal matcher to unbreak fgrep in some scenarioskevans2017-09-111-0/+4
* bsdgrep: bump version number to 2.6.0 and update copyright informationkevans2017-08-171-1/+1
* MFC r318914: bsdgrep: correct assumptions to prepare for chunkingkevans2017-08-171-1/+1
* MFC r318574: bsdgrep: Correct per-line line metadata printingkevans2017-08-171-0/+1
* bsdgrep: Don't allow negative context flags, add more testskevans2017-08-171-1/+1
* bsdgrep: fix -w flag matching with an empty patternkevans2017-08-161-4/+3
* MFC r317254: bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchkevans2017-08-161-0/+4
* bsdgrep: add -z/--null-data support and update NLS catalogs accordinglykevans2017-08-161-0/+1
* Various style(9) fixes and typos in grep, sort and patch.pfg2014-04-211-27/+27
* Make bsdgrep behave as gnugrep and as documented: -m should only stopeadler2012-12-201-0/+1
* - Match GNU behavior of exit codegabor2011-12-071-1/+1
* Update BSD grep to the latest development version. It has some codegabor2011-10-051-21/+16
* - Adjust a comment to actual behaviourgabor2011-04-071-0/+1
* - Simplify the fixed string pattern preprocessing codegabor2011-04-071-0/+1
* UTFize my name.des2010-08-191-1/+1
* - Refactor file reading code to use pure syscalls and an internal buffergabor2010-08-181-7/+2
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-151-4/+1
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-291-6/+6
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-251-4/+5
* Add BSD grep to the base system and make it our default grep.gabor2010-07-221-0/+162
OpenPOWER on IntegriCloud