summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-11-24 15:11:51 +0000
committerobrien <obrien@FreeBSD.org>1999-11-24 15:11:51 +0000
commit7c10cc0dc3cba5b88e19bb702eb863c85eeb9e68 (patch)
tree918dbcd5549e4d3018f870c40cc33e6e112673ff
parent89bff97f82ea7fa73aad3bc76c656d2180050758 (diff)
downloadFreeBSD-src-7c10cc0dc3cba5b88e19bb702eb863c85eeb9e68.zip
FreeBSD-src-7c10cc0dc3cba5b88e19bb702eb863c85eeb9e68.tar.gz
GNU killed this sometime before 2.3.
-rw-r--r--gnu/usr.bin/grep/PROJECTS15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/usr.bin/grep/PROJECTS b/gnu/usr.bin/grep/PROJECTS
deleted file mode 100644
index 67e9a2a..0000000
--- a/gnu/usr.bin/grep/PROJECTS
+++ /dev/null
@@ -1,15 +0,0 @@
-Write 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
-cases are rare.)
-
-Improve the performance of the regex backtracking matcher. This matcher
-is agonizingly slow, and is responsible for grep sometimes being slower
-than Unix grep when backreferences are used.
-
-Provide support for the Posix [= =] and [. .] constructs. This is
-difficult because it requires locale-dependent details of the character
-set and collating sequence, but Posix does not standardize any method
-for accessing this information!
OpenPOWER on IntegriCloud