mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 19:22:11 +01:00
on success, close the pipes from the child. Fix from Tim.
2002-05-23 Havoc Pennington <hp@redhat.com> * glib/gspawn.c (fork_exec_with_pipes): on success, close the pipes from the child. Fix from Tim.
This commit is contained in:
parent
0f3f32f9ed
commit
d870361e03
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2002-05-23 Havoc Pennington <hp@redhat.com>
|
||||||
|
|
||||||
|
* glib/gspawn.c (fork_exec_with_pipes): on success, close the
|
||||||
|
pipes from the child. Fix from Tim.
|
||||||
|
|
||||||
2002-05-22 jacob berkman <jacob@ximian.com>
|
2002-05-22 jacob berkman <jacob@ximian.com>
|
||||||
|
|
||||||
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
* m4macros/glib-gettext.m4 (AM_GLIB_WITH_NLS): fix tyop
|
||||||
|
@ -1202,6 +1202,8 @@ fork_exec_with_pipes (gboolean intermediate_child,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Success against all odds! return the information */
|
/* Success against all odds! return the information */
|
||||||
|
close_and_invalidate (&child_err_report_pipe[0]);
|
||||||
|
close_and_invalidate (&child_pid_report_pipe[0]);
|
||||||
|
|
||||||
if (child_pid)
|
if (child_pid)
|
||||||
*child_pid = pid;
|
*child_pid = pid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user