summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBo Borgerson <gigabo@gmail.com>2008-04-22 23:47:42 -0400
committerJim Meyering <meyering@redhat.com>2008-06-12 21:03:05 +0200
commit81d0c8f367c89a52e41bbd89e7c45d2b1ac495f2 (patch)
treeea8d5e7931701cce737d522cb0c662a6801eb033 /TODO
parent98a96822d9dac92de719fa340fe326e1fe0427fe (diff)
downloadcoreutils-81d0c8f367c89a52e41bbd89e7c45d2b1ac495f2.tar.xz
comm: accept new option: --output-delimiter=STR
* src/comm.c (delimiter): New global. (writeline): Use delimiter string instead of single TAB character. (main): Initialize delimiter. * tests/misc/comm: Add tests for comm output delimiter specification. * doc/coreutils.texi: Document new option. * NEWS: Advertise new option. * TODO: Remove associated item.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index a48a8e6fa..81add2005 100644
--- a/TODO
+++ b/TODO
@@ -20,11 +20,6 @@ cp --recursive: use fts and *at functions to perform directory traversals
become very long, and requires space and time that is quadratic in the
depth of the hierarchy. [Bo Borgerson is working on this]
-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