From: Jim Meyering Date: Sun, 26 Jul 1998 04:06:07 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16t~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a3fc7989cb6067c52083a305cdc700b2453f72;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 35a81ece7e..84e3728477 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,6 +2,12 @@ * Version 1.22f. + * tests/cut/Test.pm: Add tests for new --output-delimiter option, + as well as for NUL input delimiter (--delimiter=''). + * src/cut.c (cut_fields): Honor new --output-delimiter option. + (main): Fix handling of --delimiter='' (-d ''). Until now, it has + never worked as advertised. I guess no one tried it. + * tests/sort/Test.pm: Add two tests relating to this. * src/sort.c (main): Stat all non-`-' input file files (and fail if a stat fails) when an output file is specified by `-o' but doesn't exist.