]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 26 Jul 1998 04:06:07 +0000 (04:06 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 26 Jul 1998 04:06:07 +0000 (04:06 +0000)
old/textutils/ChangeLog

index 35a81ece7e810e9581eb09371d6aa146393be44a..84e372847754bf22dba655cfd846be6952817fd5 100644 (file)
@@ -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.