summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-23 09:13:36 +0000
committerJim Meyering <jim@meyering.net>2003-03-23 09:13:36 +0000
commit585736ca424b42d21582d5f0f20365f58fb49101 (patch)
treec2227b7973dababab56e7665dde5303ca731acad /ChangeLog
parent92b524013b9b9b34abe2b7674306276c1a824b75 (diff)
downloadcoreutils-585736ca424b42d21582d5f0f20365f58fb49101.tar.xz
Plan to add an autoconf test to work around the HPUX 11.x bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 16110bd61..8a62daaf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2003-03-22 Jim Meyering <jim@meyering.net>
+2003-03-23 Jim Meyering <jim@meyering.net>
* Version 4.5.12.
+ * README: Describe problem with 64-bit mode on HPUX 11.x,
+ with patch for /usr/include/inttypes.h.
+ * TODO: Plan to add an autoconf test to work around the bug.
+
+2003-03-22 Jim Meyering <jim@meyering.net>
+
* src/stat.c: Don't include <sys/sysmacros.h>.
That is already done via system.h. Otherwise, the multiple
inclusion would evoke redefinition warnings from Cray's /bin/cc,