diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-24 16:07:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-24 16:07:28 +0000 |
commit | b9165cb37310af00f12be6b814dc97cd194c5107 (patch) | |
tree | 3e85fa936d14ad6aa577af11b56a9cd422385096 | |
parent | 8578313a4aa78da8fc3cce1e19a0f3cdd6212813 (diff) | |
download | coreutils-b9165cb37310af00f12be6b814dc97cd194c5107.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |