Add parenthesis to protect macro argument. Spotted by Sam Couter"
[platform/upstream/glib.git] / ChangeLog.pre-2-10
index 4214106..a9a4dd4 100644 (file)
@@ -1,3 +1,30 @@
+2002-07-01  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/garray.h: Add parenthesis to protect macro
+       argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
+
+2002-06-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * glib/gmessages.h (g_assert, g_assert_not_reached,
+       g_return_if_fail, g_return_val_if_fail): In case of
+       G_DISABLE_ASSERT replace "G_STMT_START{ }G_STMT_END" with
+       "G_STMT_START{ (void)0; }G_STMT_END", because the former chokes
+       gcc prior to 3.0. (#86664)
+
+2002-06-26  Yanko Kaneti <yaneti@declera.com>
+
+       * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).
+
+Thu Jun 13 16:12:04 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gmain.c (struct _GTimeoutSource): Make 
+       interval unsigned to match g_timeout_source_new().
+       (#82624, Tim Janik.)
+
+       * glib/gmain.c (g_timeout_prepare): Add some
+       extra gymnastics to avoid signed/unisgned integer
+       overflows.
+
 Thu Jun 13 15:57:46 2002  Owen Taylor  <otaylor@redhat.com>
 
        * INSTALL.in: Add a note about the deficiency