aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* grep: fix LINKS in MakefileMartin Tournoij2021-01-181-1/+1
* grep: tests: stop testing for a nonexistent version of grepKyle Evans2020-12-251-16/+3
* build: remove the option to build gnugrepKyle Evans2020-12-251-18/+8
* grep: replace the internal queue with a ring bufferKyle Evans2020-12-093-52/+78
* grep: tests: stop expecting a failure of gnuext w/ bsdgrepKyle Evans2020-12-091-3/+1
* fts_read: Handle error from a NULL return better.Bryan Drewery2020-12-081-1/+3
* bsdgrep: don't link against libregex for bootstrapKyle Evans2020-12-061-0/+2
* Retire GNU_GREP_COMPAT knobKyle Evans2020-12-052-9/+1
* bzgrep: make flag --no-filename workEugene Grosbein2020-11-201-4/+4
* grep(1): Add more EXAMPLESFernando ApesteguĂ­a2020-11-191-8/+57
* zgrep: fix exit status with multiple filesEric van Gyzen2020-10-011-5/+12
* Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson2020-09-211-4/+4
* Always install usr.bin/grep as grep when bootstrappingAlex Richardson2020-08-071-2/+2
* grep(1): correct typos for 'if a name patches' to 'if a name matches'Gordon Bergling2020-08-071-5/+5
* bsdgrep: switch to libregex for GNU_GREP_COMPATKyle Evans2020-08-042-3/+3
* Fix some regressions with the zgrep(1) wrapper.Craig Leres2020-07-202-13/+61
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-3/+0
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* bsdgrep(1): various fixes of empty pattern/exit code/-c behaviorKyle Evans2019-09-252-29/+35
* bsdgrep(1): add some basic tests for some GNU Extension supportKyle Evans2019-09-031-0/+26
* grep: Move lone 'r'grep case into the adjacent switchKyle Evans2019-06-021-7/+9
* Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans2019-01-091-1/+1
* Adjust formatting of grep and zgrep manual pages.Mateusz Piotrowski2018-08-202-79/+116
* bsdgrep(1): Remove redundant initialization; unconditionally assigned laterKyle Evans2018-06-151-1/+0
* bsdgrep(1): Some more int -> bool conversions and name changesKyle Evans2018-06-091-20/+25
* bsdgrep(1): Evict character sequence that moved inKyle Evans2018-06-081-1/+1
* bsdgrep(1): Slooowly peel away the chunky onionKyle Evans2018-06-083-23/+27
* bsdgrep(1): Don't initialize fts_flags twiceKyle Evans2018-06-071-1/+1
* bsdgrep(1): whoops, garbage collect the now write-only variableKyle Evans2018-06-071-2/+2
* bsdgrep(1): Do some less dirty things with return typesKyle Evans2018-06-073-23/+26
* Remove NLS support from BSD grepBaptiste Daroussin2018-06-0616-204/+12
* Fix exit code for mismatches after r333013.Bryan Drewery2018-05-241-3/+5
* Standardize SPDX tag on files I've addedKyle Evans2018-05-091-0/+2
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-091-1/+0
* bsdgrep: Allow "-" to be passed to -f to mean "standard input"Kyle Evans2018-05-082-3/+13
* bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans2018-05-0412-1878/+2
* zgrep(1): Note that -r/-R are not currently supported.Kyle Evans2018-05-031-0/+4
* bsdgrep: Adjust a missed NLS reference that was invalidated by recent workKyle Evans2018-05-021-1/+1
* zgrep.sh: Add forgotten ';' and remove set -e which prevents looping over filesBaptiste Daroussin2018-04-251-2/+2
* zgrep.sh: remove now useless shiftBaptiste Daroussin2018-04-251-1/+0
* zgrep: small improvementsBaptiste Daroussin2018-04-251-7/+5
* <compress>grep: Special case the -V flagKyle Evans2018-04-251-0/+4
* bsdgrep(1): Sneak in some man page updatesKyle Evans2018-04-251-13/+32
* bsdgrep: Update NLS catalogs after r332995Kyle Evans2018-04-2512-107/+96
* Remove compression support from bsdgrepBaptiste Daroussin2018-04-255-225/+15
* Use a script wrapper for <compress>grepBaptiste Daroussin2018-04-253-34/+277
* bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement)Kyle Evans2018-04-221-1/+1
* bsdgrep: Use grep_strdup instead of grep_malloc+strcpyKyle Evans2018-04-211-2/+1
* bsdgrep: Fix --include/--exclude ordering issuesKyle Evans2018-04-211-4/+10
* bsdgrep: if chain => switchKyle Evans2018-04-211-50/+71