NetBSD/usr.bin/grep
christos 76f53566bf PR/29806: Michael Van Elst: Off by one in code.
While I am there:
	- factor out the binary test to an inline function.
	- use size_t where appropriate.
	- check for <= 0 in gzread; it returns -1 on error.
2005-04-22 21:02:42 +00:00
..
Makefile
TODO
binary.c PR/29806: Michael Van Elst: Off by one in code. 2005-04-22 21:02:42 +00:00
file.c
grep.1
grep.c
grep.h
mmfile.c trying to map a 4G file does not work nicely. Limit mmap to 64M. 2005-04-22 21:01:10 +00:00
queue.c
util.c