| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve the docs. (#491968, Areg Beketovski) | Matthias Clasen | 2007-11-09 | 1 | -11/+16 |
* | Improve docs | Matthias Clasen | 2007-11-07 | 1 | -1/+1 |
* | Check for sys/resource.h | Matthias Clasen | 2007-10-16 | 1 | -5/+60 |
* | Fix a doc typo. (#427285, Jochen Baier) | Matthias Clasen | 2007-04-11 | 1 | -1/+1 |
* | Consistently use gsize rather than size_t. (#333310, Morten Welinder) | Matthias Clasen | 2006-12-28 | 1 | -2/+2 |
* | Improve docs | Matthias Clasen | 2006-12-17 | 1 | -1/+1 |
* | Add some pointers to the gdk_spawn_ variants. (#338134, Federico Mena | Matthias Clasen | 2006-12-17 | 1 | -6/+22 |
* | Fix the recent fdwalk()-related changes to not break mapping-test. | Matthias Clasen | 2006-12-17 | 1 | -4/+6 |
* | add a comment | Matthias Clasen | 2006-12-16 | 1 | -0/+1 |
* | Undefine READ_OK to fix the build on old versions of Darwin. (#327800) | Matthias Clasen | 2006-12-16 | 1 | -0/+2 |
* | Call set_cloexec() with the right parameters. (#386252, Guillaume | Matthias Clasen | 2006-12-15 | 1 | -1/+1 |
* | Fix #357585, Padraig O'Briain. | Matthias Clasen | 2006-12-15 | 1 | -8/+22 |
* | Fix PLT issues | Matthias Clasen | 2006-09-30 | 1 | -2/+1 |
* | Move short_month_names and long_month_names to bss. | Matthias Clasen | 2006-04-04 | 1 | -4/+1 |
* | Remove support for Solaris threads. (#136971, Sebastian Wilhelmi, patch by | Matthias Clasen | 2005-12-02 | 1 | -13/+2 |
* | Make also the g_spawn*() functions take parameters in the GLib file name | Tor Lillqvist | 2005-08-25 | 1 | -12/+33 |
* | Merged from glib-2-6: | Federico Mena Quintero | 2005-05-20 | 1 | -2/+6 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-14 | 1 | -1/+4 |
* | Update the @flags documentation with references to GChildWatch and | Matthias Clasen | 2004-11-27 | 1 | -10/+11 |
* | Apply a patch to fix sparse warnings. (#154696, Kjartan Maraas) | Matthias Clasen | 2004-10-24 | 1 | -2/+2 |
* | Implement the same PLT reduction technique used in GTK+: | Matthias Clasen | 2004-09-16 | 1 | -0/+1 |
* | Use fork1() not fork for G_THREADS_IMPL_SOLARIS. (#136971, Sebastian | Owen Taylor | 2004-03-14 | 1 | -2/+13 |
* | Patch from J. Ali Harlow | Owen Taylor | 2004-03-01 | 1 | -7/+24 |
* | Remove some explicit Docbook markup which is no longer necessary | Matthias Clasen | 2003-07-25 | 1 | -23/+19 |
* | Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825) | Owen Taylor | 2003-06-02 | 1 | -6/+29 |
* | Optimize the common cases (init == NULL or init == "") a bit. replace uses | Matthias Clasen | 2003-03-30 | 1 | -2/+2 |
* | Fix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed by Daniel | Tor Lillqvist | 2003-02-04 | 1 | -5/+23 |
* | Patch from Sven Neumann to make the include order consistent. (#71704) | Owen Taylor | 2002-12-04 | 1 | -2/+3 |
* | Do handle G_SPAWN_DO_NOT_REAP_CHILD after all, similarily as on Unix. If | Tor Lillqvist | 2002-11-18 | 1 | -8/+21 |
* | Ignore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be meaninfully | Tor Lillqvist | 2002-11-17 | 1 | -7/+14 |
* | Documentation fixes: #71778, Owen Taylor; #85095, Bill Janssen, Owen | Soeren Sandmann | 2002-10-12 | 1 | -7/+18 |
* | when the child fails we need to reap it to avoid a zombie. This would | Arvind Samptur | 2002-09-23 | 1 | -1/+21 |
* | on success, close the pipes from the child. Fix from Tim. | Havoc Pennington | 2002-05-23 | 1 | -1/+3 |
* | Fix double close of file descriptor on error. (#82139, Wayne Schuller) | Owen Taylor | 2002-05-20 | 1 | -2/+7 |
* | Add Windows-specific note to the gtk-doc comment. | Tor Lillqvist | 2002-04-19 | 1 | -0/+10 |
* | 1.3.14GLIB_1_3_14 | Owen Taylor | 2002-02-17 | 1 | -0/+2 |
* | Copy trailing NULL into new ARGV array. (#67673) | Owen Taylor | 2001-12-29 | 1 | -3/+3 |
* | Use <envar>, not <envvar>. | Matthias Clasen | 2001-12-17 | 1 | -2/+2 |
* | Minor markup fixes. | Matthias Clasen | 2001-12-16 | 1 | -44/+49 |
* | note on how to free returned vector | Havoc Pennington | 2001-12-14 | 1 | -2/+4 |
* | glib/gconvert.c glib/gspawn-win32.c some minor documentation fixes. | Sven Neumann | 2001-10-01 | 1 | -2/+2 |
* | Changes for 64-bit cleanliness, loosely based on patch from Mark Murnane. | Owen Taylor | 2001-06-23 | 1 | -15/+11 |
* | support G_SPAWN_FILE_AND_ARGV_ZERO specifying that the vector passed in to | Havoc Pennington | 2001-06-08 | 1 | -1/+15 |
* | include string.h | Havoc Pennington | 2001-02-17 | 1 | -1/+2 |
* | Add gettext support. | Owen Taylor | 2001-01-16 | 1 | -5/+1 |
* | Changed unportable __FUNCTION__ to the verbatim function name. | Sebastian Wilhelmi | 2000-11-02 | 1 | -1/+2 |
* | Include sys/select.h (some platforms need it for select). | Sebastian Wilhelmi | 2000-11-02 | 1 | -0/+4 |
* | Add new files. | Havoc Pennington | 2000-10-09 | 1 | -0/+1392 |