comm: accept new option: --output-delimiter=STR
authorBo Borgerson <gigabo@gmail.com>
Wed, 23 Apr 2008 03:47:42 +0000 (23:47 -0400)
committerJim Meyering <meyering@redhat.com>
Thu, 12 Jun 2008 19:03:05 +0000 (21:03 +0200)
commit81d0c8f367c89a52e41bbd89e7c45d2b1ac495f2
treeea8d5e7931701cce737d522cb0c662a6801eb033
parent98a96822d9dac92de719fa340fe326e1fe0427fe
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.
NEWS
TODO
doc/coreutils.texi
src/comm.c
tests/misc/comm