summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-24 23:33:18 +0000
committerJim Meyering <jim@meyering.net>1998-01-24 23:33:18 +0000
commitbc05ba3d5a326f53b109aacb204e3cb06ed34b88 (patch)
treedb4a257b9fb60fd0c90e445f8935e9ee53085065 /old/textutils
parentea2969da495f2bfb3b63b88d7ac9ac2a1dc03624 (diff)
downloadcoreutils-bc05ba3d5a326f53b109aacb204e3cb06ed34b88.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 60a637210..323c6d3b4 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,15 @@
* Version 1.22e.
+ * src/tail.c (parse_obsolescent_option): Do not interpret `-f -n 1 ...'
+ as obsolescent options.
+ Accept new option: --sleep-interval=SECONDS (-s).
+ (parse_options): Recognize it.
+ (usage): Describe it.
+ (tail_forever): Use it.
+ (dump_remainder): Use it.
+ * tests/tail/Test.pm (f-1): Add test for option-processing of `-f -n 1'.
+
* tests/cut/: Rename directory to remove `-test' suffix.
* tests/join/: Likewise.
* tests/md5sum/: Likewise.