summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-15 17:21:03 +0000
committerJim Meyering <jim@meyering.net>2005-01-15 17:21:03 +0000
commit6d1d7aede0466d074577989e9ef62a581431ed02 (patch)
tree9fed1229041d04f1fe3174d9755144c115b3e490 /ChangeLog
parent6d003dd014a69442ddbf75e0c9a1e536f139cd00 (diff)
downloadcoreutils-6d1d7aede0466d074577989e9ef62a581431ed02.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 19183ea9a..0344e7592 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
-2005-01-14 Jim Meyering <jim@meyering.net>
+2005-01-15 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
+ * src/shred.c (isaac_seed) [HAVE_GETHRTIME]: #if-0 this block,
+ because just calling gethrtime evokes an `illegal instruction'
+ failure when compiled with Sun's c89 on Solaris 8 and 9.
+ Reported by Nelson Beebe.
+
+ * src/shred.c (isaac_seed) [HAVE_GETHRTIME]: Don't call ISAAC_SEED
+ twice with the same value of `t'.
+ Replace nested #if-#else blocks with #if-#elif-#elif chain.
+
+2005-01-14 Jim Meyering <jim@meyering.net>
+
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-