summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:26:59 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-08-02 05:26:59 +0000
commit2f2165dc9ea1f93eaa8d943df9887947757eb55e (patch)
tree34f356f4f01cb6ac7a19076bd785ce9ea86b91c8 /ChangeLog
parent08eeecbbbb09e9394d5155ee12e4bd0bd56a2904 (diff)
downloadcoreutils-2f2165dc9ea1f93eaa8d943df9887947757eb55e.tar.xz
uintptr_t and uint32_t port to Solaris 8.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9c3bd527..d58428545 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2004-08-01 Paul Eggert <eggert@cs.ucla.edu>
+ * src/cut.c (hash_int) [!defined UINTPTR_MAX]: Use size_t
+ instead of uintptr_t.
+ * src/shred.c (UINT_MAX_32_BITS): Remove.
+ (word32): Remove. All uses changed to uint32_t.
+ (isaac_seed_data): Remove unnecessary cast.
+ * src/system.h (ptr_align): Use size_t; in practice, this is just as
+ good as uintptr_t in checking for alignments, and has fewer
+ configuration hassles.
+
* src/Makefile.am (localedir.h): Make it readonly; this
undoes part of the 2004-07-27 patch.