diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 | ||
6 | 20051017 | 9 | 20051017 |
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 $ |