summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-25 18:51:48 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-10-25 18:51:48 +1000
commitaa080fd37657ae4c164ba5ebc709f641949f6e19 (patch)
treeea57d0e2a8158e5f66292cc0934525eb5e76e29f
parenta0e7f105081b67b703a425ca0ec1a37f5492d3c7 (diff)
- (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
understand "%lld", even though the compiler has "long long", so handle it as a special case. Patch tested by mcaskill.scott at epa.gov. (actually, was included in previous commit)
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 39662ce9..9efb6d05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
- (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
sizeof(long long) checks, to make fixing bug #1104 easier (no changes
yet).
+ - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
+ understand "%lld", even though the compiler has "long long", so handle
+ it as a special case. Patch tested by mcaskill.scott at epa.gov.
20051017
- (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
@@ -3044,4 +3047,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3887.2.13 2005/10/25 08:37:51 dtucker Exp $
+$Id: ChangeLog,v 1.3887.2.14 2005/10/25 08:51:48 dtucker Exp $