applied patch by Tommi Komulainen to fix int64 printouts, fixes #502511.
[platform/upstream/glib.git] / ChangeLog
index bbc82f2..46993bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2007-12-10 13:02:08  Tim Janik  <timj@imendio.com>
+
+       * glib/gtestutils.c (g_assertion_message_cmpnum): applied patch by Tommi
+       Komulainen to fix int64 printouts, fixes #502511.
+
+2007-12-10  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gstrfuncs.h:
+       * glib/gstrfuncs.c (g_dpgettext): Change prototype to take 
+       msgctxtid + offset instead of two strings, to avoid duplication
+       of string constants if the compiler/linker don't perform constant
+       suffix merging.  (#502590, Christian Persch)
+
+       * glib/gi18n.h:
+       * glib/gi18n-lib.h: Adapt the definitions of C_() and Q_().
+
+2007-12-09  Hans Breuer  <hans@breuer.org>
+
+       * tests/gio-ls.c : (new file) a test program emulating some of 'ls'
+       * tests/makefile.msc.in : build it (currently on win32)
+
+       * **/makefile.msc glib/makefile.msc.in : removed -GD to compile
+       with msvc9 (vs2008) with less complains
+       
+       * glibconfig.h.win32.in : #define G_HAVE_ISO_VARARGS 1 for
+       msv8 (vs2005) and above
+       
+       * glib/gfileutils.c : s/stricmp/_stricmp/
+       * msvc_recommended_pragmas.h : work around Microsoft's premature 
+       attempt to deprecate the C-Library
+
+       * tests/makefile.msc.in : added checksum-test
+
+2007-12-08  Christian Persch  <chpe@gnome.org>
+
+       * gio/glocalfileinfo.c: (get_thumbnail_attributes): Add forgotten
+       #ifdef G_OS_WIN32 to fix the build on linux.
+
+2007-12-08  Hans Breuer  <hans@breuer.org>
+
+       * glib/makefile.msc.in : build gchecksum.obj
+
+2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
+
+       * glib/ghash.c: Call destroy notify when destroying
+       the hash table in g_hash_table_unref.
+
+2007-12-06 13:29:00  Tim Janik  <timj@imendio.com>
+
+       * glib/gtester.c (child_report_cb): detect non-blocking fd EOF
+       by read()==0 following poll(), needed on MacOS.
+
 2007-12-06  Mathias Hasselmann  <mathias@openismus.com>
 
        * glib/gunidecomp.c: Mention g_utf8_normalize()