diff options
author | Jim Meyering <jim@meyering.net> | 2002-04-29 08:23:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-04-29 08:23:14 +0000 |
commit | 2cc5a65c0fb2a49dd83529302b4e5d73d947ac0d (patch) | |
tree | 01ae4dd4e25f0b5349be1ebe2d9495490c0988f2 /old/textutils/ChangeLog | |
parent | 15bef4ddb6d0223fd80b52c84e888a50a2910bd8 (diff) | |
download | coreutils-2cc5a65c0fb2a49dd83529302b4e5d73d947ac0d.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index f85d023dd..573ae794c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -6,6 +6,13 @@ line/byte count (when specified via obsolete option syntax) to be less than ULONG_MAX on systems where OFF_T_MAX is larger. +2002-04-28 Paul Eggert <eggert@twinsun.com> + + * src/tail.c (tail_forever): Do not treat + max_n_unchanged_stats_between_opens specially (as if it were + infinite) if it has its maximal value. Similarly for + max_n_consecutive_size_changes_between_opens. + 2002-04-28 Jim Meyering <meyering@lucent.com> Avoid new warnings from gcc. |