Subject: CVS commit: othersrc/usr.bin/grep
To: None <source-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: source-changes
Date: 05/26/2003 16:52:08
Module Name:	othersrc
Committed By:	cjep
Date:		Mon May 26 16:52:08 UTC 2003

Modified Files:
	othersrc/usr.bin/grep: binary.c file.c grep.c mmfile.c util.c

Log Message:
Implement --null-data correctly.

XXX The implementation of grepfgetln in this commit could probably
XXX use some work.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 othersrc/usr.bin/grep/binary.c
cvs rdiff -r1.4 -r1.5 othersrc/usr.bin/grep/file.c
cvs rdiff -r1.21 -r1.22 othersrc/usr.bin/grep/grep.c
cvs rdiff -r1.2 -r1.3 othersrc/usr.bin/grep/mmfile.c
cvs rdiff -r1.12 -r1.13 othersrc/usr.bin/grep/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.