summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-04-10 01:55:57 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-04-10 01:55:57 +0000
commit9b4080611ac14c5579ca7491c512f07a0a9b8347 (patch)
treee80620fe6b91f8d1f0e543cdd7a3e3699866ec00 /ChangeLog.pre-2-4
parent07f1cd7dba5d79ff1b58f82167a97ed8177f9c1b (diff)
downloadglib-9b4080611ac14c5579ca7491c512f07a0a9b8347.tar.gz
glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable
2004-04-10 Tor Lillqvist <tml@iki.fi> * glib/giowin32.c * glib/gmain.c * glib/gstrfuncs.c * glib/gthread.c: Decorating variable definitions with __declspec(dllexport) causes problems on Cygwin build, and isn't really needed for a native Win32 build with mingw or MSVC, so remove. (#138402, Roger Leigh) * glib/libcharset/localcharset.c: Use Win32-specific code also on Cygwin. * tests/uri-test.c: Don't assume that local filenames are in UTF-8 on Cygwin, either. (#138412, Roger Leigh)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-415
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index c7a4101c5..2857ac24d 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,18 @@
+2004-04-10 Tor Lillqvist <tml@iki.fi>
+
+ * glib/giowin32.c
+ * glib/gmain.c
+ * glib/gstrfuncs.c
+ * glib/gthread.c: Decorating variable definitions with
+ __declspec(dllexport) causes problems on Cygwin build, and isn't
+ really needed for a native Win32 build with mingw or MSVC, so
+ remove. (#138402, Roger Leigh)
+
+ * glib/libcharset/localcharset.c: Use Win32-specific code also on
+ Cygwin.
+ * tests/uri-test.c: Don't assume that local filenames are in UTF-8
+ on Cygwin, either. (#138412, Roger Leigh)
+
2004-04-08 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.