From 9c574a6a9a4864f5a85c2d3d15b29e4925dadddf Mon Sep 17 00:00:00 2001 From: Sebastian Wilhelmi Date: Thu, 2 Nov 2000 12:31:10 +0000 Subject: [PATCH] Changed unportable __FUNCTION__ to the verbatim function name. 2000-11-02 Sebastian Wilhelmi * gspawn.c: Changed unportable __FUNCTION__ to the verbatim function name. --- ChangeLog | 5 ++++- ChangeLog.pre-2-0 | 5 ++++- ChangeLog.pre-2-10 | 5 ++++- ChangeLog.pre-2-12 | 5 ++++- ChangeLog.pre-2-2 | 5 ++++- ChangeLog.pre-2-4 | 5 ++++- ChangeLog.pre-2-6 | 5 ++++- ChangeLog.pre-2-8 | 5 ++++- glib/gspawn.c | 3 ++- gspawn.c | 3 ++- 10 files changed, 36 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 193c3d8..d1653b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 193c3d8..d1653b3 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,7 +1,10 @@ 2000-11-02 Sebastian Wilhelmi * 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 diff --git a/glib/gspawn.c b/glib/gspawn.c index e283af6..b1342cc 100644 --- a/glib/gspawn.c +++ b/glib/gspawn.c @@ -1082,7 +1082,8 @@ fork_exec_with_pipes (gboolean intermediate_child, else if (errno == ECHILD) ; /* do nothing, child already reaped */ else - g_warning ("waitpid() should not fail in %s", __FUNCTION__); + g_warning ("waitpid() should not fail in " + "'fork_exec_with_pipes'"); } } diff --git a/gspawn.c b/gspawn.c index e283af6..b1342cc 100644 --- a/gspawn.c +++ b/gspawn.c @@ -1082,7 +1082,8 @@ fork_exec_with_pipes (gboolean intermediate_child, else if (errno == ECHILD) ; /* do nothing, child already reaped */ else - g_warning ("waitpid() should not fail in %s", __FUNCTION__); + g_warning ("waitpid() should not fail in " + "'fork_exec_with_pipes'"); } } -- 2.7.4