summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorTony Abou-Assaleh <taa@acm.org>2007-10-10 04:29:47 +0000
committerTony Abou-Assaleh <taa@acm.org>2007-10-10 04:29:47 +0000
commitecf2d276aec49d96ce9973a0f05aadcc39f25274 (patch)
tree598d23a7b73bd1a5bb854f7de6b73e8f5b0270b2 /TODO
parentb979431adaf327fc87fd65254d539fc134a5c8b2 (diff)
downloadgrep-ecf2d276aec49d96ce9973a0f05aadcc39f25274.tar.gz
* Re-commit changes of 2007-10-07
* configure.ac.in: update version to 2.6-dev * src/grep.c: update --version message * configure.ac.in: update version to 2.6-dev * src/grep.c: update --version message * src/grep.c: When -h and -H are combined, use the last specified, Bug #15620, Patch #4866 * tests/foad1.sh: add tests for -h and -H * ChangeLog: Add a copyright notice (years taken from commit logs), add a license notice (taken from gnulib ChangeLog) * TODO: update the link to a list of other grep implementations
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index b7857bb9..b9b42c27 100644
--- a/TODO
+++ b/TODO
@@ -43,7 +43,7 @@ Sunday's "Quick Search" Algorithm (CACM 33, 8 August 1990 pp. 132-142)
claim that his algo. is faster then Boyer-More ????
Worth Checking.
-Check <http://flame.cs.dal.ca/~taa/greps.html>.
+Check <http://tony.abou-assaleh.net/greps.html>.
Take a look at:
-- cgrep (Context grep) seems like nice work;
-- sgrep (Struct grep);