From: Sebastian Wilhelmi Date: Thu, 19 Feb 2004 09:14:09 +0000 (+0000) Subject: Forgot ChangeLog again...... X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ca87afd2e129f87ab5dd9d73490153c05712ff4b;p=dana%2Fcg-glib.git Forgot ChangeLog again...... Forgot ChangeLog again...... --- diff --git a/ChangeLog b/ChangeLog index fba6a097..2dece30c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index fba6a097..2dece30c 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index fba6a097..2dece30c 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index fba6a097..2dece30c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index fba6a097..2dece30c 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index fba6a097..2dece30c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -5,6 +5,9 @@ Wed Feb 18 23:57:42 2004 Matthias Clasen 2004-02-18 Sebastian Wilhelmi + * glib/gasyncqueue.c: Lazy creation of GCond. Only + signal GCond, if threads are waiting. + * glib/gmain.c (g_main_context_new): Set context->wake_up_pipe only for G_THREADS_ENABLED.