freebsd-dev/usr.bin/grep
Kyle Evans a2584d1b34 bsdgrep: annihilate our in-tree TRE, previously disabled by default
It was an old TRE that had plenty of bugs and no performance gain over
regex(3). I disabled it by default in r323615, and there was some confusion
about what the knob does- likely due to poor naming on my part- to the tune
of "well, it sounds like it should speed things up" (mentioned by multiple
people).

To compound this, I have no intention of maintaining a second regex
implementation. If someone would like to step up and volunteer to maintain a
lean-and-mean implementation for grep, this is OK, but we have very few
volunteers to maintain even our primary regex implementation.
2018-05-04 03:13:25 +00:00
..
nls bsdgrep: Update NLS catalogs after r332995 2018-04-25 15:41:50 +00:00
tests grep test: Fix copyright notice 2017-12-03 02:23:29 +00:00
file.c Remove compression support from bsdgrep 2018-04-25 14:40:15 +00:00
grep.1 bsdgrep(1): Sneak in some man page updates 2018-04-25 16:28:51 +00:00
grep.c bsdgrep: annihilate our in-tree TRE, previously disabled by default 2018-05-04 03:13:25 +00:00
grep.h bsdgrep: annihilate our in-tree TRE, previously disabled by default 2018-05-04 03:13:25 +00:00
Makefile bsdgrep: annihilate our in-tree TRE, previously disabled by default 2018-05-04 03:13:25 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
queue.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
util.c bsdgrep: annihilate our in-tree TRE, previously disabled by default 2018-05-04 03:13:25 +00:00
zgrep.1 Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00
zgrep.sh zgrep(1): Note that -r/-R are not currently supported. 2018-05-03 02:56:13 +00:00