freebsd-dev/usr.bin/grep
Glen Barber 66edec08b0 Fix a bug in bsdgrep(1) where patterns are not correctly
detected.

Certain criteria must be met for this bug to show up:

 * the -w flag is specified, and
 * neither -o or --color are specified, and
 * the pattern is part of another word in the line, and
 * the other word that contains the pattern occurs first

PR:		181973
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
2014-06-20 21:53:50 +00:00
..
nls
regex Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
file.c
grep.1
grep.c Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
grep.h Various style(9) fixes and typos in grep, sort and patch. 2014-04-21 22:52:18 +00:00
Makefile Use src.opts.mk in preference to bsd.own.mk except where we need stuff 2014-05-06 04:22:01 +00:00
queue.c
util.c Fix a bug in bsdgrep(1) where patterns are not correctly 2014-06-20 21:53:50 +00:00