summaryrefslogtreecommitdiff
path: root/usr.bin/grep
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* bsdgrep: emit more than MAX_LINE_MATCHES per lineEd Maste2017-05-201-7/+23
* bsdgrep: fix segfault with --mmapEd Maste2017-05-201-11/+11
* bsdgrep: don't allow negative -A / -B / -CEd Maste2017-05-154-10/+15
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-05-091-1/+0
* bsdgrep: don't ouptut matches with -c, -l, -LEd Maste2017-05-051-5/+7
* bsdgrep: correct uninitialized variable introduced in r317703Ed Maste2017-05-031-6/+6
* bsdgrep: avoid use of magic number for REG_NOSPECEd Maste2017-05-021-2/+7
* bsdgrep: fix escape map building for multibyte stringsEd Maste2017-05-021-6/+33
* bsdgrep: fix -w flag matching with an empty patternEd Maste2017-05-025-181/+252
* bsdgrep: correct test sense from r317700Ed Maste2017-05-021-1/+1
* bsdgrep: use calloc where appropriate in grep's tre-fastmatchEd Maste2017-05-021-3/+3
* bsdgrep: correct nls usage data after r317049Ed Maste2017-05-0211-11/+11
* bsdgrep: Add GNU compatible version string indicatorEd Maste2017-05-0213-1/+17
* bsdgrep: fix -w -v matching improperly with certain patternsEd Maste2017-05-021-3/+24
* Only expect :grep_r_implied to pass with bsdgrep(1)Enji Cooper2017-04-221-2/+36
* bsdgrep: add BSD_GREP_FASTMATCH knob for built-in fastmatchEd Maste2017-04-214-9/+34
* bsdgrep: fix zero-length matches without the -o flagEd Maste2017-04-171-3/+3
* bsdgrep: remove output separators between overlapping segmentsEd Maste2017-04-171-6/+27
* bsdgrep: for -r, use the working directory if none specifiedEd Maste2017-04-174-2/+61
* bsdgrep: add -z/--null-data supportEd Maste2017-04-175-10/+21
* bsdgrep: Handle special case of single-byte NUL patternEd Maste2017-04-051-1/+5
* bsdgrep: create additional tests for coverage on recent fixesEd Maste2017-04-051-0/+16
* bsdgrep(1): Fix errors with invalid expressionsConrad Meyer2017-04-041-2/+2
* bsdgrep(1): Rip out "xmalloc" bitsConrad Meyer2017-04-046-463/+31
* bsdgrep: revert color changes from r316477Ed Maste2017-04-041-2/+2
* bsdgrep: Initialize vars to avoid a false positive GCC warningEd Maste2017-04-041-0/+3
* bsdgrep(1): create rgrep linkConrad Meyer2017-04-042-1/+7
* bsdgrep: fix matching behaviourEd Maste2017-04-031-17/+52
* bsdgrep: treat rgrep as grep -rEd Maste2017-04-031-0/+3
* bsdgrep: document ignored option -uEd Maste2017-02-191-0/+2
* bsdgrep: fix EOF handling with --mmapEd Maste2017-02-191-5/+11