From: Jim Meyering Date: Sun, 25 Jan 1998 09:23:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16l~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b4833b03c53c975a21596d911a3b8ec4cc20e34;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 323c6d3b41..8713354911 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,10 +1,17 @@ -1998-01-24 Jim Meyering +1998-01-25 Jim Meyering * Version 1.22e. + * src/cat.c (cat): Convert comma-expressions to pairs of + semicolon-terminated stmts. + Add braces around compound if/else stmts. + +1998-01-24 Jim Meyering + * src/tail.c (parse_obsolescent_option): Do not interpret `-f -n 1 ...' as obsolescent options. Accept new option: --sleep-interval=SECONDS (-s). + FIXME: document new option in textutils.texi. (parse_options): Recognize it. (usage): Describe it. (tail_forever): Use it.