From: Jim Meyering Date: Mon, 24 Oct 2005 16:07:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1464 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9165cb37310af00f12be6b814dc97cd194c5107;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1cf99d3a68..06cf1f8e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-10-24 Jim Meyering + + * src/tac.c (tac_file): When determining whether a file is seekable, + also test whether it is a tty. Using only the lseek-based test would + give a false positive on Solaris. Reported by Peter Fales. + 2005-10-24 Dmitry V. Levin * tests/install/d-slashdot: New test, for "install -d" failure.