summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-10-24 16:07:28 +0000
committerJim Meyering <jim@meyering.net>2005-10-24 16:07:28 +0000
commitb9165cb37310af00f12be6b814dc97cd194c5107 (patch)
tree3e85fa936d14ad6aa577af11b56a9cd422385096
parent8578313a4aa78da8fc3cce1e19a0f3cdd6212813 (diff)
downloadcoreutils-b9165cb37310af00f12be6b814dc97cd194c5107.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1cf99d3a6..06cf1f8e8 100644
--- 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.