Note that -v is broken in this version.

This commit is contained in:
wiz 2006-04-08 23:56:39 +00:00
parent 2d877b926c
commit 498c64811f

View File

@ -1,5 +1,5 @@
$NetBSD: TODO,v 1.3 2004/05/05 14:52:34 cjep Exp $
$NetBSD: TODO,v 1.4 2006/04/08 23:56:39 wiz Exp $
Hopefully this program can become a full drop-in replacement for
GNU grep. If you want to help out, please let me (cjep@) know so that
@ -30,3 +30,4 @@ to search for a byte worth 0 or 128 (depending on -z).
8. Possible look at regex libc speedups from FreeBSD.
9. The -v option is currently broken (i.e. does not invert the logic).