summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2004-03-01 20:47:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2004-03-01 20:47:49 +0000
commit38cbfaeb7a2ca063ec600de2220ba1c6796647a4 (patch)
tree5c41436a9698760a6fd7984a4639bbe08aa05103 /ChangeLog.pre-2-4
parent6c6e41510ae7586ed34c9a6654a4a32d75ccb948 (diff)
downloadglib-38cbfaeb7a2ca063ec600de2220ba1c6796647a4.tar.gz
Patch from J. Ali Harlow
Mon Mar 1 15:39:57 2004 Owen Taylor <otaylor@redhat.com> Patch from J. Ali Harlow * configure.in: Use void * not HANDLE for GPid on win32. * glib/gspawn.[ch] glib/gspawn-win32.[ch] glib/glib.def: Add g_spawn_close_pid(). * glib/gspawn.[ch]: Make g_spawn functions take GPid * instead if int * (GPid == int on unix, will produce compile warnings until fixed on Win32.) * tests/child-test.c: Make the test a little more inappropriately verbose. * glib/gmain.c: Add some documentation warnings about not closing @pid while the source is active.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-419
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 1a8f6465b..75bca55c0 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,22 @@
+Mon Mar 1 15:39:57 2004 Owen Taylor <otaylor@redhat.com>
+
+ Patch from J. Ali Harlow
+
+ * configure.in: Use void * not HANDLE for GPid on win32.
+
+ * glib/gspawn.[ch] glib/gspawn-win32.[ch] glib/glib.def:
+ Add g_spawn_close_pid().
+
+ * glib/gspawn.[ch]: Make g_spawn functions take
+ GPid * instead if int * (GPid == int on unix, will
+ produce compile warnings until fixed on Win32.)
+
+ * tests/child-test.c: Make the test a little more
+ inappropriately verbose.
+
+ * glib/gmain.c: Add some documentation warnings about
+ not closing @pid while the source is active.
+
Mon Mar 1 20:32:06 2004 Tim Janik <timj@gtk.org>
* autogen.sh: