summaryrefslogtreecommitdiff
path: root/glib/gspawn.c
Commit message (Expand)AuthorAgeFilesLines
* build: Fix warnings caused by missing includesEmmanuele Bassi2010-09-061-0/+2
* More header inclusion cleanupMatthias Clasen2010-09-051-1/+6
* glib/: fully remove galias hacksRyan Lortie2010-07-071-4/+0
* Preserve errnoChristian Persch2009-08-221-8/+19
* Preserve errno when using g_set_error with _() and g_strerror()Christian Persch2009-05-201-1/+2
* Fix some compiler warningsMatthias Clasen2008-12-311-0/+1
* Just ignore the child_setup function, never call it. The is no situationTor Lillqvist2008-09-251-6/+6
* glib/gmain.c Clarify what a "child pid" is in the doc comments.Tor Lillqvist2008-06-111-4/+16
* Fix a typo in the docsMatthias Clasen2008-05-251-1/+1
* Fix fdwalk on OS XMatthias Clasen2008-01-061-1/+1
* Improve the docs. (#491968, Areg Beketovski)Matthias Clasen2007-11-091-11/+16
* Improve docsMatthias Clasen2007-11-071-1/+1
* Check for sys/resource.hMatthias Clasen2007-10-161-5/+60
* Fix a doc typo. (#427285, Jochen Baier)Matthias Clasen2007-04-111-1/+1
* Consistently use gsize rather than size_t. (#333310, Morten Welinder)Matthias Clasen2006-12-281-2/+2
* Improve docsMatthias Clasen2006-12-171-1/+1
* Add some pointers to the gdk_spawn_ variants. (#338134, Federico MenaMatthias Clasen2006-12-171-6/+22
* Fix the recent fdwalk()-related changes to not break mapping-test.Matthias Clasen2006-12-171-4/+6
* add a commentMatthias Clasen2006-12-161-0/+1
* Undefine READ_OK to fix the build on old versions of Darwin. (#327800)Matthias Clasen2006-12-161-0/+2
* Call set_cloexec() with the right parameters. (#386252, GuillaumeMatthias Clasen2006-12-151-1/+1
* Fix #357585, Padraig O'Briain.Matthias Clasen2006-12-151-8/+22
* Fix PLT issuesMatthias Clasen2006-09-301-2/+1
* Move short_month_names and long_month_names to bss.Matthias Clasen2006-04-041-4/+1
* Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch byMatthias Clasen2005-12-021-13/+2
* Make also the g_spawn*() functions take parameters in the GLib file nameTor Lillqvist2005-08-251-12/+33
* Merged from glib-2-6:Federico Mena Quintero2005-05-201-2/+6
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-141-1/+4
* Update the @flags documentation with references to GChildWatch andMatthias Clasen2004-11-271-10/+11
* Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas)Matthias Clasen2004-10-241-2/+2
* Implement the same PLT reduction technique used in GTK+:Matthias Clasen2004-09-161-0/+1
* Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, SebastianOwen Taylor2004-03-141-2/+13
* Patch from J. Ali HarlowOwen Taylor2004-03-011-7/+24
* Remove some explicit Docbook markup which is no longer necessaryMatthias Clasen2003-07-251-23/+19
* Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)Owen Taylor2003-06-021-6/+29
* Optimize the common cases (init == NULL or init == "") a bit. replace usesMatthias Clasen2003-03-301-2/+2
* Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by DanielTor Lillqvist2003-02-041-5/+23
* Patch from Sven Neumann to make the include order consistent. (#71704)Owen Taylor2002-12-041-2/+3
* Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. IfTor Lillqvist2002-11-181-8/+21
* Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfullyTor Lillqvist2002-11-171-7/+14
* Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, OwenSoeren Sandmann2002-10-121-7/+18
* when the child fails we need to reap it to avoid a zombie. This wouldArvind Samptur2002-09-231-1/+21
* on success, close the pipes from the child. Fix from Tim.Havoc Pennington2002-05-231-1/+3
* Fix double close of file descriptor on error. (#82139, Wayne Schuller)Owen Taylor2002-05-201-2/+7
* Add Windows-specific note to the gtk-doc comment.Tor Lillqvist2002-04-191-0/+10
* 1.3.14GLIB_1_3_14Owen Taylor2002-02-171-0/+2
* Copy trailing NULL into new ARGV array. (#67673)Owen Taylor2001-12-291-3/+3
* Use <envar>, not <envvar>.Matthias Clasen2001-12-171-2/+2
* Minor markup fixes.Matthias Clasen2001-12-161-44/+49
* note on how to free returned vectorHavoc Pennington2001-12-141-2/+4