From 350a0ccc9019409d6b2040ccdb1169cbdd34d651 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 14 Jan 2005 16:30:18 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6963932623..19183ea9a4 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: -- 2.47.3