summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-14 16:30:18 +0000
committerJim Meyering <jim@meyering.net>2005-01-14 16:30:18 +0000
commit350a0ccc9019409d6b2040ccdb1169cbdd34d651 (patch)
treee0dc6e9f330d8d996f505153fb0c57cd2b60f1ee /ChangeLog
parent85d111b3be6a8adb0a45865ccbbc006a76f2a69b (diff)
downloadcoreutils-350a0ccc9019409d6b2040ccdb1169cbdd34d651.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 696393262..19183ea9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@
* Version 5.3.1.
+ The test, tests/tail/f-1, failed on powerpc-apple-darwin7.7.0.
+ * src/tail.c (IS_TAILABLE_FILE_TYPE): Adjust definition also to include
+ sockets, since that's what you get when reading from a command-line-
+ supplied pipe on Darwin 7.7.
+ (IS_PIPE_LIKE_FILE_TYPE): Define.
+ (main): Use new IS_PIPE_LIKE_FILE_TYPE rather than simply S_ISFIFO.
+ Reported by Nelson Beebe.
+
* src/expr.c (toarith): Rewrite to detect/diagnose integer overflow,
rather than suffering silently.
Before, expr would silently overflow and wrap around: