summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-26 04:06:07 +0000
committerJim Meyering <jim@meyering.net>1998-07-26 04:06:07 +0000
commit71a3fc7989cb6067c52083a305cdc700b2453f72 (patch)
tree0bf5b821af04ce7cba74f8cf27b207651305c074 /old/textutils
parent5c9345dbd1251796ed9a0e715ad5430c6477f224 (diff)
downloadcoreutils-71a3fc7989cb6067c52083a305cdc700b2453f72.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 35a81ece7..84e372847 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.