diff options
author | Bo Borgerson <gigabo@gmail.com> | 2008-04-22 23:47:42 -0400 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-06-12 21:03:05 +0200 |
commit | 81d0c8f367c89a52e41bbd89e7c45d2b1ac495f2 (patch) | |
tree | ea8d5e7931701cce737d522cb0c662a6801eb033 /TODO | |
parent | 98a96822d9dac92de719fa340fe326e1fe0427fe (diff) | |
download | coreutils-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-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |