summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-03-03 09:49:39 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-03-03 09:49:39 +0000
commitaa5764107d4b2def9e51e232df52b50514421b03 (patch)
tree0682ee75ccfc934ab4b397bf50ff6ed7943dacdb /ChangeLog.pre-2-4
parent24c5558c2cd90b08e36be055af98d0054d82f2c2 (diff)
Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d
2004-03-03 Tor Lillqvist <tml@iki.fi> * tests/child-test.c: Use a macro GPID_FORMAT for the format to print GPid in (%p on Win32, %d on Unix). Maybe configure.in should place that in glibconfig.h? Print verbose error message if CreateProcess() fails. Don't close the child handle until in the child watch callback. Don't try to run /bin/true on Win32. Run ipconfig instead (just to pick a program that should exist on all Window boxes).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 4c78e0535..97a91fa75 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,16 @@
+2004-03-03 Tor Lillqvist <tml@iki.fi>
+
+ * tests/child-test.c: Use a macro GPID_FORMAT for the format to
+ print GPid in (%p on Win32, %d on Unix). Maybe configure.in should
+ place that in glibconfig.h?
+
+ Print verbose error message if CreateProcess() fails.
+
+ Don't close the child handle until in the child watch callback.
+
+ Don't try to run /bin/true on Win32. Run ipconfig instead (just to
+ pick a program that should exist on all Window boxes).
+
2004-03-02 Sebastian Wilhelmi <seppi@seppi.de>
* glib/gatomic.c: Fixed missing definition for ppc code. Fix by