diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-14 16:30:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-14 16:30:18 +0000 |
commit | 350a0ccc9019409d6b2040ccdb1169cbdd34d651 (patch) | |
tree | e0dc6e9f330d8d996f505153fb0c57cd2b60f1ee | |
parent | 85d111b3be6a8adb0a45865ccbbc006a76f2a69b (diff) | |
download | coreutils-350a0ccc9019409d6b2040ccdb1169cbdd34d651.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |