diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | TODO | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -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 @@ -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 |
