freebsd-dev/usr.bin/grep
Kyle Evans 4c14980baa grep: fix/remove references to -P
-P in gnugrepland means PCRE, which we do not support.  We may eventually
support it if onigmo ends up getting imported as a more performant regex
implementation, and we can re-add it properly in these places (and more)
when that time comes.

The optstr change is a functional nop; the case was not explicitly handled,
thus ending in usage() anyways.

Reported by:	Vladimir Misev (via twitter)
2021-11-10 00:42:42 -06:00
..
tests grep: tests: stop testing for a nonexistent version of grep 2020-12-25 15:16:33 -06:00
file.c usr.bin/grep: Fix Address OOB read error 2021-02-09 17:13:32 +00:00
grep.1 grep: fix/remove references to -P 2021-11-10 00:42:42 -06:00
grep.c grep: fix/remove references to -P 2021-11-10 00:42:42 -06:00
grep.h grep: replace the internal queue with a ring buffer 2020-12-09 05:27:45 +00:00
Makefile grep: fix LINKS in Makefile 2021-01-18 11:22:48 +01:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
Makefile.depend.options Add Makefile.depend.options 2019-12-11 17:37:37 +00:00
queue.c usr.bin/grep: Fix Address OOB read error 2021-02-09 17:13:32 +00:00
util.c grep: fix combination of quite and count flag 2021-07-09 14:09:14 +02:00
zgrep.1 Fix some regressions with the zgrep(1) wrapper. 2020-07-20 23:57:53 +00:00
zgrep.sh Fix zgrep --version 2021-04-18 10:20:11 +02:00