From: Jim Meyering Date: Fri, 14 Jan 2005 16:30:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1601 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=350a0ccc9019409d6b2040ccdb1169cbdd34d651;p=thirdparty%2Fcoreutils.git *** empty log message *** --- 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: