summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-10-25 18:52:31 +1000
committerDarren Tucker <dtucker@zip.com.au>2005-10-25 18:52:31 +1000
commite73745543045070ac638a8f5a4c8e40de7f72958 (patch)
treea04bffc069ac9e78b3d9f08cf34f1fafedcd76c9 /ChangeLog
parent537f1ed7df2f52b88ac49177bd6af9cbbe381dc3 (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)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 004d751cb..54d92d23e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
2 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the 2 - (dtucker) [configure.ac] Relocate LLONG_MAX calculation to after the
3 sizeof(long long) checks, to make fixing bug #1104 easier (no changes 3 sizeof(long long) checks, to make fixing bug #1104 easier (no changes
4 yet). 4 yet).
5 - (dtucker) [configure.ac] Bug #1104: Tru64's printf family doesn't
6 understand "%lld", even though the compiler has "long long", so handle
7 it as a special case. Patch tested by mcaskill.scott at epa.gov.
5 8
620051017 920051017
7 - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling. 10 - (dtucker) [configure.ac] Bug #1097: Fix configure for cross-compiling.
@@ -3110,4 +3113,4 @@
3110 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3113 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3111 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3114 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3112 3115
3113$Id: ChangeLog,v 1.3921 2005/10/25 08:38:33 dtucker Exp $ 3116$Id: ChangeLog,v 1.3922 2005/10/25 08:52:31 dtucker Exp $