This commit is contained in:
cjep 2004-05-05 14:52:34 +00:00
parent 0d48a39432
commit f7b1c3362b

View File

@ -1,8 +1,9 @@
$NetBSD: TODO,v 1.2 2004/05/05 14:34:55 cjep Exp $
$NetBSD: TODO,v 1.3 2004/05/05 14:52:34 cjep Exp $
Hopefully this program can become a full drop-in replacement for
GNU grep.
GNU grep. If you want to help out, please let me (cjep@) know so that
we can organise our efforts efficiently.
1. Add functionality and maybe change flags to match GNU grep.
* --include,--exclude
@ -26,3 +27,6 @@ to search for a byte worth 0 or 128 (depending on -z).
ii) we probably stat wastefully.
7. Fix the manual page.
8. Possible look at regex libc speedups from FreeBSD.