Changed unportable __FUNCTION__ to the verbatim function name.
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>
Thu, 2 Nov 2000 12:31:10 +0000 (12:31 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 2 Nov 2000 12:31:10 +0000 (12:31 +0000)
2000-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gspawn.c: Changed unportable __FUNCTION__ to the verbatim
function name.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gspawn.c
gspawn.c

index 193c3d8..d1653b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index 193c3d8..d1653b3 100644 (file)
@@ -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>
 
index e283af6..b1342cc 100644 (file)
@@ -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'");
             }
         }
       
index e283af6..b1342cc 100644 (file)
--- 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'");
             }
         }