Bug 553447 \e$(Q#|\e(B g_assert_no_error()
[platform/upstream/glib.git] / ChangeLog
index 2b6c0ab..8bc0b01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,45 @@
-@008-09-26  Matthias Clasen  <mclasen@redhat.com>
+2008-09-26  Dan Winship  <danw@gnome.org>
+
+       Bug 553447 – g_assert_no_error()
+
+       * glib/gtestutils.h (g_assert_no_error, g_assert_error): Macros to
+       assert that a GError is not set, or else is set to a particular
+       error.
+
+       * glib/gtestutils.c (g_assertion_message_error): utility for
+       those macros
+
+       * glib/tests/keyfile.c:
+       * tests/asyncqueue-test.c:
+       * tests/bookmarkfile-test.c:
+       * tests/convert-test.c:
+       * tests/file-test.c: Use g_assert_error/g_assert_no_error
+
+2008-09-26  Dan Winship  <danw@gnome.org>
+
+       * glib/gthreadpool.c (wakeup_thread_marker): make this a "const
+       gpointer" rather than a gconstpointer to avoid warnings later
+
+       * glib/pcre/pcre_ucp_searchfuncs.c:
+       * glib/pcre/pcre_valid_utf8.c: #include "config.h"
+
+       * glib/tests/printf.c (test_d): fool gcc into not warning about
+       some printf format strings that we know are dubious
+
+2008-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 553857 – gbacktrace.h requires signal.h
+
+       * glib/gbacktrace.h: Include signal.h for raise(). 
+       Pointed out by Sebastien Bacher
+
+2008-09-26  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 553724 – python interpretter path not patched in correctly
+
+       * glib/Makefile.am: Fix the sed magic to replace python.
+
+2008-09-26  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/gmain.c: Add some more docs.