summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorJ. Ali Harlow <ali@juiblex.co.uk>2005-01-03 00:20:47 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-03 00:20:47 +0000
commit572e8b2756707488fa7a1066d16944094b165d66 (patch)
tree751fcf6f45af42552af68eabc07004976869bcc7 /ChangeLog.pre-2-6
parenta8cf492b2c787ab06a71f417ec6da8c63a48cf62 (diff)
Don't use AC_TRY_RUN to test for long long format when using the
2005-01-01 J. Ali Harlow <ali@juiblex.co.uk> * configure.in: Don't use AC_TRY_RUN to test for long long format when using the MSVCRT.DLL runtime since we know the answer anyway and it causes some mild inconvience when cross compiling. * README.win32: Add a reference to the cross compiling section of the reference manual. * docs/reference/glib/cross.sgml: MinGW uses MSVCRT.DLL which requires %I64i instead of %lli. (#161306)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-612
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 046332429..1b4fb2155 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,15 @@
+2005-01-01 J. Ali Harlow <ali@juiblex.co.uk>
+
+ * configure.in: Don't use AC_TRY_RUN to test for long long format
+ when using the MSVCRT.DLL runtime since we know the answer anyway
+ and it causes some mild inconvience when cross compiling.
+
+ * README.win32: Add a reference to the cross compiling section
+ of the reference manual.
+
+ * docs/reference/glib/cross.sgml: MinGW uses MSVCRT.DLL which
+ requires %I64i instead of %lli. (#161306)
+
2005-01-01 Tor Lillqvist <tml@iki.fi>
* glib/gutils.c: Make the g_getenv() ABI backward compatibility