aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep/grep.h
Commit message (Expand)AuthorAgeFilesLines
* Remove my middle name.Dag-Erling Smørgrav2023-08-171-1/+1
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* grep: replace the internal queue with a ring bufferKyle Evans2020-12-091-0/+1
* bsdgrep(1): Slooowly peel away the chunky onionKyle Evans2018-06-081-1/+16
* bsdgrep(1): Do some less dirty things with return typesKyle Evans2018-06-071-2/+2
* Remove NLS support from BSD grepBaptiste Daroussin2018-06-061-9/+0
* bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans2018-05-041-7/+0
* Remove compression support from bsdgrepBaptiste Daroussin2018-04-251-4/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* bsdgrep: add a primitive literal matcherKyle Evans2017-08-241-0/+4
* bsdgrep: bump version number and add Kyle Evans copyrightEd Maste2017-05-291-1/+1
* bsdgrep: correct assumptions to prepare for chunkingEd Maste2017-05-261-1/+1
* bsdgrep: Correct per-line line metadata printingEd Maste2017-05-201-0/+1
* bsdgrep: don't allow negative -A / -B / -CEd Maste2017-05-151-1/+1
* bsdgrep: fix -w flag matching with an empty patternEd Maste2017-05-021-4/+3
* bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchEd Maste2017-04-211-0/+4
* bsdgrep: add -z/--null-data supportEd Maste2017-04-171-0/+1
* Various style(9) fixes and typos in grep, sort and patch.Pedro F. Giffuni2014-04-211-27/+27
* Make bsdgrep behave as gnugrep and as documented: -m should only stopEitan Adler2012-12-201-0/+1
* - Match GNU behavior of exit codeGabor Kovesdan2011-12-071-1/+1
* Update BSD grep to the latest development version. It has some codeGabor Kovesdan2011-10-051-21/+16
* - Adjust a comment to actual behaviourGabor Kovesdan2011-04-071-0/+1
* - Simplify the fixed string pattern preprocessing codeGabor Kovesdan2011-04-071-0/+1
* UTFize my name.Dag-Erling Smørgrav2010-08-191-1/+1
* - Refactor file reading code to use pure syscalls and an internal bufferGabor Kovesdan2010-08-181-7/+2
* - Revert strlcpy() changes to memcpy() because it's more efficient andGabor Kovesdan2010-08-151-4/+1
* - Use the traditional behaviour for filename and directory name inclusionGabor Kovesdan2010-07-291-6/+6
* - Fix --color behaviour to only output color sequences if stdout is a ttyGabor Kovesdan2010-07-251-4/+5
* Add BSD grep to the base system and make it our default grep.Gabor Kovesdan2010-07-221-0/+162