summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-05-31 08:03:40 +0200
committerJim Meyering <jim@meyering.net>2007-05-31 08:03:40 +0200
commitca7c786f62c734ab4d4272dc9b842a3ac742f0ed (patch)
treefe8ea15f8cd4e0fc303e546c81e69dd278ddc0d5
parente82c7ddd4737d3e402cb6c73d91b50afe8c5b7f7 (diff)
downloadcoreutils-ca7c786f62c734ab4d4272dc9b842a3ac742f0ed.tar.xz
* TODO: Add an entry for comm --output-delimiter=STR
-rw-r--r--ChangeLog4
-rw-r--r--TODO5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab446387c..ad4d821d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-05-26 Jim Meyering <jim@meyering.net>
+
+ * TODO: Add an entry for comm --output-delimiter=STR
+
2007-05-25 James Youngman <jay@gnu.org>
wc: ignore multibyte-character decoding errors
diff --git a/TODO b/TODO
index 8adec665e..191b2d45a 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,8 @@
+comm: add an option, --output-delimiter=STR
+ Files to change: src/comm.c, ChangeLog, NEWS, doc/coreutils.texi,
+ Add a new file, tests/misc/comm (use another file in that directory as
+ a template), to exercise the new option. Suggestion from Dan Jacobson.
+
printf:
Now that gnulib supports *printf("%a"), import one of the
*printf-posix modules so that printf(1) will support %a even on