aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsdgrep: More trivial cleanup/style cleanupKyle Evans2018-04-211-14/+5
* bsdgrep: Some light cleanupKyle Evans2018-04-211-5/+5
* bsdgrep: Break procmatches down a little bit moreKyle Evans2018-04-201-43/+54
* bsdgrep: Add some TODOs for future work on operating on chunksKyle Evans2018-04-201-0/+12
* bsdgrep: Clean up procmatches a little bitKyle Evans2018-04-201-31/+32
* bsdgrep: Split match processing out of procfileKyle Evans2018-04-201-65/+87
* grep test: Fix copyright noticeKyle Evans2017-12-031-11/+11
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-0/+16
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* fastmatch.h: remove duplicate #definesEd Maste2017-09-151-13/+0
* bsdgrep: add a primitive literal matcherKyle Evans2017-08-243-3/+87
* bsdgrep: cast pmatch.rm_so to fix build when linking against libgnuregexKyle Evans2017-08-171-1/+1
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* bsdgrep(1): Don't exit before processing every fileKyle Evans2017-07-251-10/+2
* Update copyright e-mail address to @FreeBSD.org addressKyle Evans2017-07-062-2/+2
* Utilize SYSROOT from r320119 in places where DESTDIR may be wanting WORLDTMP.Bryan Drewery2017-06-191-1/+1
* bsdgrep: bump version number and add Kyle Evans copyrightEd Maste2017-05-292-1/+2
* :rgrep : use atf-check to check the exit code/save the output of grep -r insteadEnji Cooper2017-05-271-2/+1
* bsdgrep: use safer sizeof() constructEd Maste2017-05-261-2/+2
* bsdgrep: correct assumptions to prepare for chunkingEd Maste2017-05-263-6/+6
* bsdgrep: Correct per-line line metadata printingEd Maste2017-05-203-10/+27