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:
authorZoltan Varga <vargaz@gmail.com>2010-03-04 04:16:22 +0300
committerZoltan Varga <vargaz@gmail.com>2010-03-04 04:16:22 +0300
commita2cfac89b5cf50509e55a48ed0de850cda296b7a (patch)
tree038ada8bfd8af685e78f3ed7edd77618319961ea /eglib/ChangeLog
parent83f38295736cf02942d48e8bc008c662186f3abd (diff)
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. svn path=/trunk/mono/; revision=152983
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>