Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/ChangeLog')
-rw-r--r--eglib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/eglib/ChangeLog b/eglib/ChangeLog
index bfe0f46a44f..785b4315605 100644
--- a/eglib/ChangeLog
+++ b/eglib/ChangeLog
@@ -1,3 +1,10 @@
+2010-03-04 Zoltan Varga <vargaz@gmail.com>
+
+ * test/test.c: Fix the build.
+
+ * src/glib.h src/goutput.c: Emit asserts through a g_assertion_message ()
+ function which is decorated with G_GNUC_NORETURN, to fix many warnings when using
+ the eglib build.
Mon Mar 1 17:12:24 CET 2010 Paolo Molaro <lupus@ximian.com>