summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorKarl Berry <karl@tug.org>2009-01-30 01:46:02 +0000
committerKarl Berry <karl@tug.org>2009-01-30 01:46:02 +0000
commite93a3ad5c405159d6b49d5a1a31e41c9e3be708e (patch)
tree1693983c7c98cda6c1cb24ee7108b6e2a3a41015 /TODO
parente7365ed753397a744c76ffd5fac2b291ff40bfef (diff)
downloadgrep-e93a3ad5c405159d6b49d5a1a31e41c9e3be708e.tar.gz
update/add copyright notices
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index b9b42c27..ce850814 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,10 @@
+ Copyright (C) 1992, 1997, 1998, 1999, 2000, 2001, 2002, 2004,
+ 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+
+ Copying and distribution of this file, with or without modification,
+ are permitted in any medium without royalty provided the copyright
+ notice and this notice are preserved.
+
Get sane performance with UTF-8 locales.
1) rewrite the configure.in script, perhaps also Makefile.am
@@ -11,8 +18,8 @@ Get sane performance with UTF-8 locales.
##
-Write Texinfo documentation for grep. The manual page would be a good
-place to start, but Info documents are also supposed to contain a
+Write better Texinfo documentation for grep. The manual page would be a
+good place to start, but Info documents are also supposed to contain a
tutorial and examples.
Fix the DFA matcher to never use exponential space. (Fortunately, these
@@ -36,7 +43,7 @@ Threads for grep ?
GNU grep does 32 bits arithmetic, it needs to move to 64.
-Clean up, to many #ifdef's !!
+Clean up, too many #ifdef's !!
Check some new Algorithms for matching, talk to Karl Berry and Nelson.
Sunday's "Quick Search" Algorithm (CACM 33, 8 August 1990 pp. 132-142)