freebsd-dev/usr.bin/grep
Ed Maste 5ee1ea02fd bsdgrep: add -z/--null-data support
-z treats input and output data as sequences of lines terminated by a
zero byte instead of a newline. This brings it more in line with GNU grep
and brings us closer to passing the current tests with BSD grep.

Submitted by:	Kyle Evans <kevans91 at ksu.edu>
Reviewed by:	cem
Relnotes:	Yes
Differential Revision:	https://reviews.freebsd.org/D10101
2017-04-17 13:14:18 +00:00
..
nls
regex bsdgrep(1): Fix errors with invalid expressions 2017-04-04 17:05:37 +00:00
tests bsdgrep: create additional tests for coverage on recent fixes 2017-04-05 18:41:44 +00:00
file.c bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00
grep.1 bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00
grep.c bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00
grep.h bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00
Makefile bsdgrep(1): Rip out "xmalloc" bits 2017-04-04 16:08:51 +00:00
Makefile.depend new depends 2015-06-16 23:37:19 +00:00
queue.c grep: fix some memory leaks. 2014-07-17 15:59:13 +00:00
util.c bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00