summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-09-26 06:20:31 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-09-26 06:20:31 +0000
commit44d87afb02f6451a422c3bc44b0f5350fde3ce4a (patch)
tree6b040dd9a33533b29cb700f9ee12b2a9382a2ce6 /ChangeLog.pre-2-2
parent10540153e0f3dacd21d74a9ead55c5ecd62f973b (diff)
downloadglib-44d87afb02f6451a422c3bc44b0f5350fde3ce4a.tar.gz
Move the Win32 check closer to the start, after the BeOS checks. Preset
2001-09-26 Tor Lillqvist <tml@iki.fi> * configure.in: (Win32:) Move the Win32 check closer to the start, after the BeOS checks. Preset some autoconf variables so that configure won't find those few headers and functions that gcc (mingw) pretends to implement (even if the actual C library doesn't), but MSVC doesn't. This because I want the same config.h and glibconfig.h to be usable both from gcc and MSVC (as they use the same C library). Some other minor hackery for this purpose. * glibconfig.h.win32.in * config.h.win32.in: Use versions generated by configure (and hand-edited slightly).
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-214
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 8e5345da4..a0e2d16b3 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,17 @@
+2001-09-26 Tor Lillqvist <tml@iki.fi>
+
+ * configure.in: (Win32:) Move the Win32 check closer to the start,
+ after the BeOS checks. Preset some autoconf variables so that
+ configure won't find those few headers and functions that gcc
+ (mingw) pretends to implement (even if the actual C library
+ doesn't), but MSVC doesn't. This because I want the same config.h
+ and glibconfig.h to be usable both from gcc and MSVC (as they use
+ the same C library). Some other minor hackery for this purpose.
+
+ * glibconfig.h.win32.in
+ * config.h.win32.in: Use versions generated by configure (and
+ hand-edited slightly).
+
2001-09-25 Darin Adler <darin@bentspoon.com>
* glib/gtree.h: Use gboolean for return value of GTraverseFunc.