summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-11-02 12:31:10 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-11-02 12:31:10 +0000
commit9c574a6a9a4864f5a85c2d3d15b29e4925dadddf (patch)
tree305fe6a63d9b8efc69c41228ea4d71c4cb255bb9 /ChangeLog.pre-2-10
parent6c41cc9ce763a5cd02328a22496111e699639926 (diff)
downloadglib-9c574a6a9a4864f5a85c2d3d15b29e4925dadddf.tar.gz
Changed unportable __FUNCTION__ to the verbatim function name.
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gspawn.c: Changed unportable __FUNCTION__ to the verbatim function name.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-105
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 193c3d8e9..d1653b3d6 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,7 +1,10 @@
2000-11-02 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* gspawn.c: Include sys/select.h (some platforms need it for
- select).
+ select).
+
+ * gspawn.c: Changed unportable __FUNCTION__ to the verbatim
+ function name.
2000-10-31 Tor Lillqvist <tml@iki.fi>