Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated after all, and in fact
[platform/upstream/glib.git] / ChangeLog.pre-2-12
index 3ffe87d..01c7fe0 100644 (file)
@@ -1,5 +1,32 @@
+2005-03-27  Tor Lillqvist  <tml@novell.com>
+
+       * configure.in: Apparently AC_LIBTOOL_WIN32_DLL isn't deprecated
+       after all, and in fact necessary with HEAD libtool.
+
+2005-03-23  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.c (g_getenv): [Win32] Fix corner case bug when
+       environment variable value is exactly one character.
+
+2005-03-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/glib.symbols: Add g_try_malloc0
+
+       * glib/gmem.h: Add g_try_new, g_try_new0, g_try_renew and
+       g_try_malloc0.  (#169611, Stefan Kost)
+
+       * glib/gmem.c: Implement g_try_malloc0.
+
 2005-03-20  Tor Lillqvist  <tml@novell.com>
 
+       * glib/gspawn-win32.c (do_spawn_with_pipes): Close the process
+       handle if the caller doesn't want it also in the case without a
+       helper process.
+       (g_spawn_sync): Don't ask for a child pid which we don't need.
+
+       * glib/gtimer.c: On Win32, use GetSystemTimeAsFileTime() instead
+       of GetTickCount(). (#159507)
+
        * glib/gmessages.c (g_log_default_handler)
        * glib/gutils.c (g_get_prgname): Move the Win32 code that asks the
        program name from the system to g_get_prgname(). Do output the pid