configure.in glib/Makefile.am Win32 cross-compilation fixes. (#163144, J.
[platform/upstream/glib.git] / ChangeLog.pre-2-6
index 0463324..777720f 100644 (file)
@@ -1,3 +1,61 @@
+2005-01-06  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am
+       * gobject/Makefile.am: glib.def and gobject.def are generated, not
+       in $(srcdir). (#163143, J. Ali Harlow)
+
+       * configure.in
+       * glib/Makefile.am
+       * gobject/Makefile.am: Win32 cross-compilation fixes. (#163144,
+       J. Ali Harlow)
+
+2005-01-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.h: Simplify the inlining magic to make it
+       work at Oh zero.  (#162990, Kalpesh Shah) 
+
+2005-01-04  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/guniprop.c (get_locale_type): Use g_win32_getlocale()
+       instead of setlocale() on Windows. setlocale() returns strings
+       like "Turkish_Turkey".
+
+2005-01-04  Matthias Clasen  <mclasen@redhat.com>
+
+       Fix the inlining magic.  (#157536, Jens Hatlak, and
+       #149907, Morten Welinder)
+       
+       * configure.in: Define G_CAN_INLINE in glibconfig.h
+
+       * glib/gutils.h: Streamline the inlining magic a bit,
+       don't use extern when implementing the non-inlined 
+       version.
+
+2005-01-03  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_find_program_in_path): Don't return
+       directories.  (#160738, Tommi Komulainen)
+
+       * glib/gfileutils.c (g_file_get_contents): Clarify the 
+       documentation.  (#162251, Mariano Suárez-Alvarez)
+
+2005-01-02  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gutils.c (g_setenv, g_unsetenv): Clarify the 
+       docs.  (#162747, Crispin Flowerday)
+
+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