]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 24 Oct 2005 16:07:28 +0000 (16:07 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Oct 2005 16:07:28 +0000 (16:07 +0000)
ChangeLog

index 1cf99d3a682c4b57b3e1fcf35f823114a7a4fa58..06cf1f8e8b36e83f1d4518e802fee2cc38370784 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-24  Jim Meyering  <jim@meyering.net>
+
+       * 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  <ldv@altlinux.org>
 
        * tests/install/d-slashdot: New test, for "install -d" failure.