From: Jim Meyering Date: Sat, 24 Jan 1998 23:33:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16l~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc05ba3d5a326f53b109aacb204e3cb06ed34b88;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 60a6372105..323c6d3b41 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.