Add g_key_file_load_from_dirs for looking through a search path for a
[platform/upstream/glib.git] / glib / gspawn.c
2007-04-11 Matthias ClasenFix a doc typo. (#427285, Jochen Baier)
2006-12-28 Matthias ClasenConsistently use gsize rather than size_t. (#333310...
2006-12-17 Matthias ClasenImprove docs
2006-12-17 Matthias ClasenAdd some pointers to the gdk_spawn_ variants. (#338134...
2006-12-17 Matthias ClasenFix the recent fdwalk()-related changes to not break...
2006-12-16 Matthias Clasenadd a comment
2006-12-16 Matthias ClasenUndefine READ_OK to fix the build on old versions of...
2006-12-15 Matthias ClasenCall set_cloexec() with the right parameters. (#386252...
2006-12-15 Matthias ClasenFix #357585, Padraig O'Briain.
2006-09-30 Matthias ClasenFix PLT issues
2006-04-04 Matthias ClasenMove short_month_names and long_month_names to bss.
2005-12-02 Matthias ClasenRemove support for Solaris threads. (#136971, Sebastian...
2005-08-25 Tor LillqvistMake also the g_spawn*() functions take parameters...
2005-05-20 Federico Mena QuinteroMerged from glib-2-6:
2005-03-14 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-11-27 Matthias ClasenUpdate the @flags documentation with references to...
2004-10-24 Matthias ClasenApply a patch to fix sparse warnings. (#154696, Kjartan...
2004-09-16 Matthias ClasenImplement the same PLT reduction technique used in...
2004-03-14 Owen TaylorUse fork1() not fork for G_THREADS_IMPL_SOLARIS. (...
2004-03-01 Owen TaylorPatch from J. Ali Harlow
2003-07-25 Matthias ClasenRemove some explicit Docbook markup which is no longer...
2003-06-02 Owen TaylorPatch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
2003-03-30 Matthias ClasenOptimize the common cases (init == NULL or init ==...
2003-02-04 Tor LillqvistFix typo: Should be SOCKET_ERROR, not SO_ERROR. Noticed...
2002-12-04 Owen TaylorPatch from Sven Neumann to make the include order consi...
2002-11-18 Tor LillqvistDo handle G_SPAWN_DO_NOT_REAP_CHILD after all, similari...
2002-11-17 Tor LillqvistIgnore the G_SPAWN_DO_NOT_REAP_CHILD flag, can't be...
2002-10-12 Soeren SandmannDocumentation fixes: #71778, Owen Taylor; #85095, Bill...
2002-09-23 Arvind Sampturwhen the child fails we need to reap it to avoid a...
2002-05-23 Havoc Penningtonon success, close the pipes from the child. Fix from...
2002-05-20 Owen TaylorFix double close of file descriptor on error. (#82139...
2002-04-19 Tor LillqvistAdd Windows-specific note to the gtk-doc comment.
2002-02-17 Owen Taylor1.3.14 GLIB_1_3_14
2001-12-29 Owen TaylorCopy trailing NULL into new ARGV array. (#67673)
2001-12-17 Matthias ClasenUse <envar>, not <envvar>.
2001-12-16 Matthias ClasenMinor markup fixes.
2001-12-14 Havoc Penningtonnote on how to free returned vector
2001-10-01 Sven Neumannglib/gconvert.c glib/gspawn-win32.c some minor document...
2001-06-23 Owen TaylorChanges for 64-bit cleanliness, loosely based on patch...
2001-06-08 Havoc Penningtonsupport G_SPAWN_FILE_AND_ARGV_ZERO specifying that...
2001-02-17 Havoc Penningtoninclude string.h
2001-01-16 Owen TaylorAdd gettext support.
2000-11-02 Sebastian WilhelmiChanged unportable __FUNCTION__ to the verbatim functio...
2000-11-02 Sebastian WilhelmiInclude sys/select.h (some platforms need it for select).
2000-10-09 Havoc PenningtonAdd new files.