summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-12-10 10:18:18 +0000
committerJim Meyering <jim@meyering.net>2005-12-10 10:18:18 +0000
commitdf4dc0666da1a501e2ad0e871dbece93b3693e6f (patch)
tree87123b86914974fb617b164ea9328862189c4728 /ChangeLog
parent41c0ee3fe422112b1a00175a2924f50173ceb78e (diff)
downloadcoreutils-df4dc0666da1a501e2ad0e871dbece93b3693e6f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c7258720..5a0f0361c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
* Version 6.0-cvs.
+ * src/rand-isaac.c (isaac_mix): Declare to be static.
+ Mark all other functions as `extern' so the tight-scope
+ part of `make distcheck' passes once again.
+ * src/rand-isaac.h (isaac_mix): Remove declaration.
+
* src/sort.c (get_hash): Change position of `*' in parameter
type to conform with convention.
(main): Split a long line so it fits in 80 columns.