updated [and finally fixed my script to produce ready to go de-in(ed)
[platform/upstream/glib.git] / glib / gspawn.c
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.