summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-05 20:33:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-05 20:33:26 +0000
commit901377bcefb7c2f6847dc10db2fa229ebce791e9 (patch)
tree2b873145c06142b852cc66bf4ac2ffab163a4a62 /ChangeLog.pre-2-2
parent6db896a4fa80ca4e8d3ca647a8fa63634647769e (diff)
downloadglib-901377bcefb7c2f6847dc10db2fa229ebce791e9.tar.gz
Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz,
Thu Dec 5 15:24:14 2002 Owen Taylor <otaylor@redhat.com> Start of fixes for cross-compilation. Based on patches from Dimi Shahbaz, Dan Kegel, Johannes Stenzenbach, Amy Lin. (#58786) * configure.in: Don't run the Digital-Unix 4 -std1 check when cross_compiling. * configure.in: Use AC_TRY_COMPILE() rather than AC_TRY_RUN() for inline checks. (Daniel Egger) * configure.in: use AC_CHECK_SIZEOF rather than GLIB_SIZEOF for size_t. Remove unused checks for size of ptrdiff_t/intmax_t. * acglib.m4: Resync GLIB_SIZEOF of to the current AC_CHECK_SIZEOF, which handles cross-compilation. * acglib.m4: Remove no longer needed GLIB_SYSDEFS(), add GLIB_CHECK_VALUE() as a wrapper around the amazing _AC_COMPUTE_INT() autoconf 2.5x internal. * configure.in: Redo the POLL* value checks in a cross-compilation friendly way. Thu Dec 5 15:28:37 2002 Owen Taylor <otaylor@redhat.com> * glib/gtimer.c: Include glibconfig.h early so that we include <windows.h> when needed. * glib/gstrfuncs.c: Fix typo.
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-233
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8a40e7306..92af0864d 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,36 @@
+Thu Dec 5 15:24:14 2002 Owen Taylor <otaylor@redhat.com>
+
+ Start of fixes for cross-compilation. Based on
+ patches from Dimi Shahbaz, Dan Kegel, Johannes Stenzenbach,
+ Amy Lin. (#58786)
+
+ * configure.in: Don't run the Digital-Unix 4 -std1 check
+ when cross_compiling.
+
+ * configure.in: Use AC_TRY_COMPILE() rather than
+ AC_TRY_RUN() for inline checks. (Daniel Egger)
+
+ * configure.in: use AC_CHECK_SIZEOF rather than
+ GLIB_SIZEOF for size_t. Remove unused checks for
+ size of ptrdiff_t/intmax_t.
+
+ * acglib.m4: Resync GLIB_SIZEOF of to the current
+ AC_CHECK_SIZEOF, which handles cross-compilation.
+
+ * acglib.m4: Remove no longer needed GLIB_SYSDEFS(),
+ add GLIB_CHECK_VALUE() as a wrapper around the
+ amazing _AC_COMPUTE_INT() autoconf 2.5x internal.
+
+ * configure.in: Redo the POLL* value checks in a
+ cross-compilation friendly way.
+
+Thu Dec 5 15:28:37 2002 Owen Taylor <otaylor@redhat.com>
+
+ * glib/gtimer.c: Include glibconfig.h early so
+ that we include <windows.h> when needed.
+
+ * glib/gstrfuncs.c: Fix typo.
+
Tue Dec 3 21:10:28 2002 Owen Taylor <otaylor@redhat.com>
* configure.in: Add 3rd argument to remaining AC_DEFINES(),