From 81d0c8f367c89a52e41bbd89e7c45d2b1ac495f2 Mon Sep 17 00:00:00 2001 From: Bo Borgerson Date: Tue, 22 Apr 2008 23:47:42 -0400 Subject: 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. --- TODO | 5 ----- 1 file changed, 5 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf