summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-01 20:56:47 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-01 20:56:47 +0000
commit44ef9006758b4bfd899b4ba9b46b69528ed070f5 (patch)
tree68a5207c5b0d396f2c9d281646ffc0c6a6aae3d0 /ChangeLog.pre-2-4
parentfed19fc424e38c2575f51e82218e35568a512631 (diff)
downloadglib-44ef9006758b4bfd899b4ba9b46b69528ed070f5.tar.gz
Don't call waitpid() on a source that has already exited.
Mon Mar 1 15:49:09 2004 Owen Taylor <otaylor@redhat.com> * glib/gmain.c (check_for_child_exited): Don't call waitpid() on a source that has already exited. * glib/gmain.c (g_child_watch_check): Return TRUE only if the child actually exited.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-48
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 75bca55c0..ee9c2d048 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,11 @@
+Mon Mar 1 15:49:09 2004 Owen Taylor <otaylor@redhat.com>
+
+ * glib/gmain.c (check_for_child_exited): Don't
+ call waitpid() on a source that has already exited.
+
+ * glib/gmain.c (g_child_watch_check): Return TRUE
+ only if the child actually exited.
+
Mon Mar 1 15:39:57 2004 Owen Taylor <otaylor@redhat.com>
Patch from J. Ali Harlow