diff --git a/ChangeLog b/ChangeLog index 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 193c3d8e9..d1653b3d6 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 e283af63a..b1342ccaa 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 e283af63a..b1342ccaa 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'"); } }